linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-12 17:14:54 to 2019-03-25 03:43:06 UTC [more...]

[PATCH] xfs: serialize unaligned dio writes against all other dio writes
 2019-03-25  3:47 UTC  (5+ messages)

[QUESTION] Long read latencies on mixed rw buffered IO
 2019-03-25  0:10 UTC  (2+ messages)

generic/475 deadlock?
 2019-03-24 23:03 UTC  (13+ messages)

[PATCH 00/12] fstests: various fixes
 2019-03-24  6:48 UTC  (19+ messages)
` [PATCH 01/12] check: improve test list randomization
` [PATCH 02/12] check: really "
` [PATCH 03/12] generic/042: fix stale disk contents check
` [PATCH 04/12] generic/032: fix unwritten extent checks
` [PATCH 05/12] generic/454: stop the test if we run out of space
` [PATCH 06/12] ext4/023: don't require scrub for ext4 populated image creation
` [PATCH 07/12] common/populate: refactor _scratch_populate_cached
` [PATCH 08/12] common/populate: support multiple cached images
` [PATCH 09/12] clonerange: test remapping the rainbow
` [PATCH 10/12] xfs: test xfs_copy and xfs_mdrestore on the populate images
  ` [PATCH v2 "
` [PATCH 11/12] check: wipe scratch devices between tests
` [PATCH 12/12] misc: fix broken _require_scratch usage

[PATCH] _require_prjquota: Disable tests only when using realtime fs
 2019-03-24  4:12 UTC  (3+ messages)

[PATCH] generic: prohibit fstrim on journalled filesystems with norecovery
 2019-03-23 16:13 UTC  (4+ messages)
` [PATCH] xfs: prohibit fstrim in norecovery mode
` [PATCH] ext4: "

[PATCH] generic: test stale data exposure after writeback crash
 2019-03-23  8:23 UTC  (2+ messages)

Status report 3/18 - 3/22
 2019-03-23  1:29 UTC  (2+ messages)

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-03-22 17:52 UTC  (14+ messages)
` [RFC 1/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)
` [RFC 2/2] mm, sl[aou]b: test whether kmalloc() alignment works as expected

[PATCH] xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute
 2019-03-22 16:08 UTC  (13+ messages)

[PATCH 0/4] xfs: various rough fixes
 2019-03-22 12:46 UTC  (23+ messages)
` [PATCH 1/4] xfs: only free posteof blocks on first close
` [PATCH 2/4] xfs: force writes to delalloc regions to unwritten
` [PATCH 3/4] xfs: trace transaction reservation logcount overflow
` [PATCH 4/4] xfs: avoid reflink end cow deadlock

[PATCH v2 00/36] xfsprogs-5.0: fix various problems
 2019-03-21 20:39 UTC  (82+ messages)
` [PATCH 01/36] libxfs: fix repair deadlock due to failed inode flushes
` [PATCH 02/36] configure: use sys/xattr.h for fsetxattr detection
` [PATCH 03/36] configure.ac: fix alignment of features
` [PATCH 04/36] debian: drop dangling libhandle.a symlinks in xfslibs-dev
` [PATCH 05/36] debian: don't bypass top level Makefile when building subdirs
` [PATCH 06/36] debian: enable parallel make
` [PATCH 07/36] xfs_io: actually check copy file range helper return values
` [PATCH 08/36] xfs_io: statx -r should print attributes_mask
` [PATCH 09/36] xfs_io: don't walk off the end of argv in fzero_f
  ` [PATCH 09.5/36] xfs_io: document fzero_f -k option in manpage
` [PATCH 10/36] xfs_scrub_all: walk the lsblk device/fs hierarchy correctly
` [PATCH 11/36] xfs_scrub_all.timer: activate after most of the system is up
` [PATCH 12/36] xfs_scrub: rename the global nr_threads
` [PATCH 13/36] xfs_scrub: use datadev parallelization estimates for thread count
` [PATCH 14/36] xfs_scrub: don't expose internal pool state
` [PATCH 15/36] xfs_scrub: one read/verify pool per disk
  ` [PATCH v2 "
` [PATCH 16/36] xfs_scrub: don't close mnt_fd when mnt_fd open fails
` [PATCH 17/36] xfs_scrub: check label for misleading characters
` [PATCH 18/36] scrub: fix Makefile targets which depend on builddefs
` [PATCH 19/36] mkfs: validate extent size hint parameters
` [PATCH 20/36] xfs_db: fix finobt record decoding when sparse inodes enabled
` [PATCH 21/36] xfs_db: use TYP_FINOBT for finobt metadump
` [PATCH 22/36] xfs_info: use findmnt to handle mounted block devices
` [PATCH 23/36] xfs_repair: reinitialize the root directory nlink correctly
` [PATCH 24/36] xfs_repair: bump the irec on-disk nlink when adding lost+found
` [PATCH 25/36] xfs_repair: fix uninitialized variable warnings
` [PATCH 26/36] xfs_repair: refactor buffer ops assignments during phase 5
` [PATCH 27/36] xfs_repair: pass ops through during scan
` [PATCH 28/36] libfrog: hoist bitmap out of scrub
` [PATCH 29/36] xfs_repair: correctly account for free space btree shrinks when fixing freelist
` [PATCH 30/36] libxfs: retain ifork_ops when flushing inode
` [PATCH 31/36] libxfs: refactor the open-coded libxfs_trans_bjoin calls
` [PATCH 32/36] libxfs: refactor buffer item release code
` [PATCH 33/36] libxfs: don't touch buffer log item pointer when flushing inode log item
` [PATCH 34/36] libxfs: fix buffer log item lifetime weirdness
` [PATCH 35/36] libxfs: shorten inode item lifetime
` [PATCH 36/36] libxfs: remove libxfs_trans_iget
` [PATCH 37/36] xfs_scrub: include unicrash.h in unicrash.c
` [PATCH 38/36] xfs_io: don't read garbage stack contents if INUMBERS goes nuts
` [PATCH 39/36] misc: fix strncpy length complaints
` [PATCH 40/36] xfs_io: fix label parsing and validation
` [PATCH 41/36] xfs_repair: better cli option parameter checking
` [PATCH 42/36] xfs_db: refactor metadump handling of multi-fsb objects
` [PATCH 43/36] xfs_db: refactor multi-fsb object detection decision making
` [PATCH 44/36] xfs_db: metadump should handle symlinks properly
` [PATCH 45/36] xfs_scrub: rename confusing structure
` [PATCH 46/36] xfs_scrub: remove pointless xfs_verify_error_info struct
` [PATCH 47/36] xfs_scrub: remove xfs_ prefixes from structure names

[PATCH] mkfs: Round down log device size if aligned value is larger than device size
 2019-03-19 15:17 UTC  (4+ messages)
  ` [PATCH V2] "

[PATCH] xfs: always init bma in xfs_bmapi_write
 2019-03-19 15:15 UTC  (3+ messages)

[PATCH] xfs: fix btree scrub checking with regards to root-in-inode
 2019-03-19 13:00 UTC  (2+ messages)

[PATCH] xfs: dabtree scrub needs to range-check level
 2019-03-19 13:00 UTC  (2+ messages)

[PATCH] xfs_io: allow combination of sync_file_range() flags
 2019-03-18 15:28 UTC  (2+ messages)

xlog_grant_head_wait deadlocks on high-rolling transactions?
 2019-03-17 22:30 UTC  (6+ messages)

[PATCH] xfs: don't trip over uninitialized buffer on extent read of corrupted inode
 2019-03-16 11:48 UTC  (3+ messages)

[GIT PULL] xfs: minor cleanups for 5.1-rc1
 2019-03-15 21:45 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 6ef50fe9afae
 2019-03-15  6:41 UTC  (4+ messages)

[PATCH] xfstests: test swapext log replay
 2019-03-12 17:14 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).