public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-20 18:54:06 to 2024-06-21 17:43:58 UTC [more...]

clean up I/O path inode locking helpers and the page fault handler
 2024-06-21 17:43 UTC  (12+ messages)
` [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

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

[PATCHBOMB] fstests: catch us up to 6.10
 2024-06-21 17:20 UTC  (40+ 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

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

xfs: byte-based grant head reservation tracking v4
 2024-06-21 16:18 UTC  (10+ messages)
` [PATCH 03/11] xfs: AIL doesn't need manual pushing
` [PATCH 04/11] xfs: background AIL push should target physical space
` [PATCH 11/11] xfs: skip flushing log items during push

[PATCH] xfs/073: avoid large recurise diff
 2024-06-21 15:51 UTC  (4+ messages)

[PATCH v7 00/11] enable bs > ps in XFS
 2024-06-21 13:28 UTC  (11+ messages)
` [PATCH v7 04/11] readahead: allocate folios with mapping_min_order in readahead

[PATCH 00/13] forcealign for xfs
 2024-06-21 10:05 UTC  (14+ messages)
` [PATCH 01/13] xfs: only allow minlen allocations when near ENOSPC
` [PATCH 02/13] xfs: always tail align maxlen allocations
` [PATCH 03/13] xfs: simplify extent allocation alignment
` [PATCH 04/13] xfs: make EOF allocation simpler
` [PATCH 05/13] xfs: introduce forced allocation alignment
` [PATCH 06/13] xfs: align args->minlen for "
` [PATCH 07/13] xfs: Introduce FORCEALIGN inode flag
` [PATCH 08/13] xfs: Do not free EOF blocks for forcealign
` [PATCH 09/13] xfs: Update xfs_inode_alloc_unitsize_fsb() "
` [PATCH 10/13] xfs: Unmap blocks according to forcealign
` [PATCH 11/13] xfs: Only free full extents for forcealign
` [PATCH 12/13] xfs: Don't revert allocated offset "
` [PATCH 13/13] xfs: Enable file data forcealign feature

[PATCH] xfs: fix a NULL pointer problem
 2024-06-21  6:34 UTC  (2+ messages)
` [PATCH] xfs:trigger a-NULL-pointer-problem

[PATCHBOMB 6.11] xfs: inode cleanups for metadata directories
 2024-06-21  5:00 UTC  (103+ 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

[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

[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

[PATCHSET v30.6 2/6] fstests: atomic file updates
 2024-06-20 19:20 UTC  (11+ messages)
` [PATCH 03/10] generic/710: repurpose this for exchangerange vs. quota testing
` [PATCH 04/10] generic/717: remove obsolete check


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