public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-19 06:24:25 to 2024-06-21 04:36:32 UTC [more...]

[PATCHBOMB] fstests: catch us up to 6.10
 2024-06-21  4:36 UTC  (38+ messages)
` [PATCHSET 1/6] xfsprogs: scale shards on ssds
  ` [PATCH 1/1] xfs: test scaling of the mkfs concurrency options
` [PATCHSET v30.7 2/6] fstests: atomic file updates
  ` [PATCH 01/11] misc: split swapext and exchangerange
  ` [PATCH 02/11] misc: change xfs_io -c swapext to exchangerange
  ` [PATCH 03/11] generic/709,710: rework these for exchangerange vs. quota testing
  ` [PATCH 04/11] generic/711,xfs/537: actually fork these tests for exchange-range
  ` [PATCH 05/11] generic/717: remove obsolete check
  ` [PATCH 06/11] ltp/{fsstress,fsx}: make the exchangerange naming consistent
  ` [PATCH 07/11] misc: flip HAVE_XFS_IOC_EXCHANGE_RANGE logic
  ` [PATCH 08/11] src/fiexchange.h: update XFS_IOC_EXCHANGE_RANGE definitions
  ` [PATCH 09/11] xfs/122: fix for exchrange conversion
  ` [PATCH 10/11] xfs/206: screen out exchange-range from golden output
  ` [PATCH 11/11] exchangerange: make sure that we don't swap unwritten extents unless they're part of a rt extent
` [PATCHSET v13.6 3/6] fstests: adjust tests for xfs parent pointers
  ` [PATCH 01/11] generic: test recovery of extended attribute updates
  ` [PATCH 02/11] xfs/206: filter out the parent= status from mkfs
  ` [PATCH 03/11] xfs/122: update for parent pointers
  ` [PATCH 04/11] populate: create hardlinks "
  ` [PATCH 05/11] xfs/021: adapt golden output files "
  ` [PATCH 06/11] xfs/{018,191,288}: disable parent pointers for these tests
  ` [PATCH 07/11] xfs/306: fix formatting failures with parent pointers
  ` [PATCH 08/11] common: add helpers for parent pointer tests
  ` [PATCH 09/11] xfs: add parent pointer test
  ` [PATCH 10/11] xfs: add multi link "
  ` [PATCH 11/11] xfs: add parent pointer inject test
` [PATCHSET v30.7 4/6] xfs: detect and correct directory tree structures
  ` [PATCH 1/2] common/fuzzy: stress directory tree modifications with the dirtree tester
  ` [PATCH 2/2] scrub: test correction of directory tree corruptions
` [PATCHSET v30.7 5/6] xfs_scrub: vectorize kernel calls
  ` [PATCH 1/1] xfs/122: update for vectored scrub
` [PATCHSET 6/6] fstests: minor fixes for 6.10-rc1
  ` [PATCH 1/2] xfs/348: partially revert dbcc549317 ("xfs/348: golden output is not correct")
  ` [PATCH 2/2] generic: test creating and removing symlink xattrs

Handing xfs fsverity development back to you
 2024-06-21  4:35 UTC  (3+ messages)

[PATCHSET v2] xfs: random fixes for 6.10
 2024-06-21  4:34 UTC  (10+ messages)
` [PATCH 1/6] xfs: fix freeing speculative preallocations for preallocated files
` [PATCH 2/6] xfs: restrict when we try to align cow fork delalloc to cowextsz hints
` [PATCH 3/6] xfs: allow unlinked symlinks and dirs with zero size
` [PATCH 4/6] xfs: verify buffer, inode, and dquot items every tx commit
` [PATCH 5/6] xfs: fix direction in XFS_IOC_EXCHANGE_RANGE
` [PATCH 6/6] xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fs

[PATCHBOMB 6.11] xfs: inode cleanups for metadata directories
 2024-06-21  3:09 UTC  (60+ messages)
` [PATCHSET v3.0 1/5] xfs: hoist inode operations to libxfs
  ` [PATCH 01/24] xfs: use consistent uid/gid when grabbing dquots for inodes
  ` [PATCH 02/24] xfs: move inode copy-on-write predicates to xfs_inode.[ch]
  ` [PATCH 03/24] xfs: hoist extent size helpers to libxfs
  ` [PATCH 04/24] xfs: hoist inode flag conversion functions "
  ` [PATCH 05/24] xfs: hoist project id get/set "
  ` [PATCH 06/24] xfs: pack icreate initialization parameters into a separate structure
  ` [PATCH 07/24] xfs: implement atime updates in xfs_trans_ichgtime
  ` [PATCH 08/24] xfs: use xfs_trans_ichgtime to set times when allocating inode
  ` [PATCH 09/24] xfs: split new inode creation into two pieces
  ` [PATCH 10/24] xfs: hoist new inode initialization functions to libxfs
  ` [PATCH 11/24] xfs: push xfs_icreate_args creation out of xfs_create*
  ` [PATCH 12/24] xfs: wrap inode creation dqalloc calls
  ` [PATCH 13/24] xfs: hoist xfs_iunlink to libxfs
  ` [PATCH 14/24] xfs: hoist xfs_{bump,drop}link "
  ` [PATCH 15/24] xfs: separate the icreate logic around INIT_XATTRS
  ` [PATCH 16/24] xfs: create libxfs helper to link a new inode into a directory
  ` [PATCH 17/24] xfs: create libxfs helper to link an existing "
  ` [PATCH 18/24] xfs: hoist inode free function to libxfs
  ` [PATCH 19/24] xfs: create libxfs helper to remove an existing inode/name from a directory
  ` [PATCH 20/24] xfs: create libxfs helper to exchange two directory entries
  ` [PATCH 21/24] xfs: create libxfs helper to rename "
  ` [PATCH 22/24] xfs: move dirent update hooks to xfs_dir2.c
  ` [PATCH 23/24] xfs: get rid of trivial rename helpers
  ` [PATCH 24/24] xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
` [PATCHSET v3.0 2/5] xfs: extent free log intent cleanups
  ` [PATCH 1/9] xfs: clean up extent free log intent item tracepoint callsites
  ` [PATCH 2/9] xfs: convert "skip_discard" to a proper flags bitset
  ` [PATCH 3/9] xfs: pass the fsbno to xfs_perag_intent_get
  ` [PATCH 4/9] xfs: add a xefi_entry helper
  ` [PATCH 5/9] xfs: reuse xfs_extent_free_cancel_item
  ` [PATCH 6/9] xfs: factor out a xfs_efd_add_extent helper
  ` [PATCH 7/9] xfs: remove duplicate asserts in xfs_defer_extent_free
  ` [PATCH 8/9] xfs: remove xfs_defer_agfl_block
  ` [PATCH 9/9] xfs: move xfs_extent_free_defer_add to xfs_extfree_item.c
` [PATCHSET v3.0 3/5] xfs: rmap log intent cleanups
  ` [PATCH 1/9] xfs: give rmap btree cursor error tracepoints their own class
  ` [PATCH 2/9] xfs: prepare rmap btree tracepoints for widening
  ` [PATCH 3/9] xfs: clean up rmap log intent item tracepoint callsites
  ` [PATCH 4/9] xfs: remove xfs_trans_set_rmap_flags
  ` [PATCH 5/9] xfs: add a ri_entry helper
  ` [PATCH 6/9] xfs: reuse xfs_rmap_update_cancel_item
  ` [PATCH 7/9] xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_one
  ` [PATCH 8/9] xfs: simplify usage of the rcur local variable "
  ` [PATCH 9/9] xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c
` [PATCHSET v3.0 4/5] xfs: refcount log intent cleanups
  ` [PATCH 01/10] xfs: give refcount btree cursor error tracepoints their own class
  ` [PATCH 02/10] xfs: create specialized classes for refcount tracepoints
  ` [PATCH 03/10] xfs: prepare refcount btree tracepoints for widening
  ` [PATCH 04/10] xfs: clean up refcount log intent item tracepoint callsites
  ` [PATCH 05/10] xfs: remove xfs_trans_set_refcount_flags
  ` [PATCH 06/10] xfs: add a ci_entry helper
  ` [PATCH 07/10] xfs: reuse xfs_refcount_update_cancel_item
  ` [PATCH 08/10] xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_finish_one
  ` [PATCH 09/10] xfs: simplify usage of the rcur local variable "
  ` [PATCH 10/10] xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c
` [PATCHSET v3.0 5/5] xfs: enable FITRIM for the realtime section
  ` [PATCH 1/1] xfs: enable FITRIM on the realtime device

[jlayton:mgtime] [xfs] 4edee232ed: fio.write_iops -34.9% regression
 2024-06-21  2:47 UTC  (3+ messages)

[PATCH] xfs: Avoid races with cnt_btree lastrec updates
 2024-06-21  1:55 UTC  (6+ messages)

[PATCH v4 00/22] block atomic writes for xfs
 2024-06-20 21:24 UTC  (5+ messages)
` [PATCH v4 01/22] fs: Add generic_atomic_write_valid_size()

[PATCHSET v2.0 05/15] xfs: enable FITRIM for the realtime section
 2024-06-20 19:59 UTC  (3+ messages)
` [PATCH 1/1] xfs: enable FITRIM on the realtime device
  ` [PATCH v2.1 "

(no subject)
 2024-06-20 19:58 UTC  (3+ messages)
` TRIM does not propagate real-time sections

[PATCH] xfs/011: support byte-based grant heads are stored in bytes now
 2024-06-20 19:56 UTC  (2+ messages)

xfs: byte-based grant head reservation tracking v4
 2024-06-20 19:51 UTC  (16+ messages)
` [PATCH 01/11] xfs: fix the contact address for the sysfs ABI documentation
` [PATCH 02/11] xfs: move and rename xfs_trans_committed_bulk
` [PATCH 03/11] xfs: AIL doesn't need manual pushing
` [PATCH 04/11] xfs: background AIL push should target physical space
` [PATCH 05/11] xfs: ensure log tail is always up to date
` [PATCH 06/11] xfs: l_last_sync_lsn is really AIL state
` [PATCH 07/11] xfs: collapse xlog_state_set_callback in caller
` [PATCH 08/11] xfs: track log space pinned by the AIL
` [PATCH 09/11] xfs: pass the full grant head to accounting functions
` [PATCH 10/11] xfs: grant heads track byte counts, not LSNs
` [PATCH 11/11] xfs: skip flushing log items during push

[PATCHSET v30.6 2/6] fstests: atomic file updates
 2024-06-20 19:20 UTC  (15+ messages)
` [PATCH 03/10] generic/710: repurpose this for exchangerange vs. quota testing
` [PATCH 04/10] generic/717: remove obsolete check
` [PATCH 10/10] swapext: make sure that we don't swap unwritten extents unless they're part of a rt extent(??)

clean up I/O path inode locking helpers and the page fault handler
 2024-06-20 18:57 UTC  (13+ messages)
` [PATCH 1/6] xfs: move the dio write relocking out of xfs_ilock_for_iomap
` [PATCH 2/6] xfs: cleanup xfs_ilock_iocb_for_write
` [PATCH 3/6] xfs: simplify xfs_dax_fault
` [PATCH 4/6] xfs: refactor __xfs_filemap_fault
` [PATCH 5/6] xfs: always take XFS_MMAPLOCK shared in xfs_dax_fault
` [PATCH 6/6] xfs: fold xfs_ilock_for_write_fault into xfs_write_fault

[PATCH v2 1/1] Install files into UsrMerged layout
 2024-06-20 18:34 UTC  (3+ messages)
` [PATCH v3] Remove support for split-/usr installs

[PATCH] xfs/073: avoid large recurise diff
 2024-06-20 15:23 UTC  (2+ messages)

[PATCH] xfs: fix freeing speculative preallocations for preallocated files
 2024-06-20 15:20 UTC  (2+ messages)

[PATCH] xfs: fix a NULL pointer problem
 2024-06-20  8:09 UTC  (2+ messages)

Processed: tagging 1071837, tagging 1071931, tagging 1071934, tagging 1071838, tagging 1071832, tagging 1071860 
 2024-06-20  5:33 UTC 

[PATCHSET 1/6] xfsprogs: scale shards on ssds
 2024-06-20  4:24 UTC  (7+ messages)
` [PATCH 1/1] xfs: test scaling of the mkfs concurrency options
  ` [PATCH v1.1 "

Processed: tagging 1073831
 2024-06-19 22:09 UTC 

Processed: Re: Bug#1073831: xfsdump:FATAL ERROR: could not find a current XFS handle library
 2024-06-19 22:09 UTC  (2+ messages)
  ` Processed: xfsprogs: diff for NMU version 6.8.0-2.2

Processing of xfsprogs_6.8.0-2.2_source.changes
 2024-06-19 22:08 UTC 

Endless calls to xas_split_alloc() due to corrupted xarray entry
 2024-06-19 20:50 UTC  (8+ messages)

[PATCHSET v13.5 3/6] fstests: adjust tests for xfs parent pointers
 2024-06-19 17:28 UTC  (10+ messages)
` [PATCH 04/11] populate: create hardlinks for "
` [PATCH 06/11] xfs/{018,191,288}: disable parent pointers for this test
` [PATCH 08/11] common: add helpers for parent pointer tests

[PATCH V3] xfsprogs: remove platform_zero_range wrapper
 2024-06-19 16:17 UTC  (2+ messages)

[PATCH] xfs: honor init_xattrs in xfs_init_new_inode for !attr && attr2 fs
 2024-06-19 16:00 UTC  (4+ messages)

[LTP] [PATCH] configure.ac: Add _GNU_SOURCE for struct fs_quota_statv check
 2024-06-19 15:59 UTC  (2+ messages)

[PATCH -next v6 0/2] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-06-19 14:01 UTC  (2+ messages)

[PATCH 6.6 230/267] xfs: fix imprecise logic in xchk_btree_check_block_owner
 2024-06-19 12:56 UTC  (8+ messages)
` [PATCH 6.6 231/267] xfs: fix scrub stats file permissions
` [PATCH 6.6 232/267] xfs: fix SEEK_HOLE/DATA for regions with active COW extents
` [PATCH 6.6 233/267] xfs: shrink failure needs to hold AGI buffer
` [PATCH 6.6 234/267] xfs: ensure submit buffers on LSN boundaries in error handlers
` [PATCH 6.6 235/267] xfs: allow sunit mount option to repair bad primary sb stripe values
` [PATCH 6.6 236/267] xfs: dont use current->journal_info
` [PATCH 6.6 237/267] xfs: allow cross-linking special files without project quota

[PATCH v2] xfs: reorder xfs_inode structure elements to remove unneeded padding
 2024-06-19 10:06 UTC 

[PATCH 1/2] xfs: reorder xfs_inode structure elements to remove unneeded padding
 2024-06-19 10:05 UTC  (5+ messages)

[PATCH 6.6 0/8] xfs backports for 6.6.y (from 6.9)
 2024-06-19  8:44 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox