public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-25 07:56:15 to 2026-03-30 13:13:00 UTC [more...]

cleanup open GC zone handling
 2026-03-30 13:12 UTC  (16+ messages)
` [PATCH 1/7] xfs: delay opening the GC zone
` [PATCH 2/7] xfs: add a separate tracepoint for stealing an open zone for GC
` [PATCH 3/7] xfs: put the open zone later xfs_open_zone_put
` [PATCH 4/7] xfs: rename xfs_zone_gc_iter_next to xfs_zone_gc_iter_irec
` [PATCH 5/7] xfs: refactor GC zone selection helpers
` [PATCH 6/7] xfs: streamline GC zone selection
` [PATCH 7/7] xfs: reduce special casing for the open GC zone

fix handling of too many open zones at mount time
 2026-03-30 13:10 UTC  (8+ messages)
` [PATCH 1/4] xfs: refactor xfs_mount_zones
` [PATCH 2/4] xfs: handle too many open zones when mounting
` [PATCH 3/4] xfs: expose the number of open zones in sysfs
` [PATCH 4/4] xfs: untangle the open zones reporting in mountinfo

[PATCH] xfs: add a test for number of open zones on conventional devices
 2026-03-30 13:00 UTC 

[RFC PATCH] quota: allow unprivileged users to query ID 0 default limits
 2026-03-30  6:14 UTC  (11+ messages)
` [PATCH v2] xfs: return default quota limits for IDs without a dquot
  ` [PATCH v3] "

[PATCH v2 0/2] add test for zone_gc_low_space attribute writes
 2026-03-30  5:34 UTC  (7+ messages)
` [PATCH v2 1/2] xfs/647: turn rt dev block device lookup into a common helper
` [PATCH v2 2/2] xfs: test that zone_gc_low_space writes start gc for rw fses

[PATCH] xfs: annotate lockless b_flags read in xfs_buf_lock
 2026-03-30  2:52 UTC  (3+ messages)

[PATCH] xfs: annotate lockless bli_flags access in buf item paths
 2026-03-30  2:51 UTC  (3+ messages)

[PATCH] xfs: avoid inodegc worker flush deadlock
 2026-03-30  2:40 UTC  (3+ messages)

[PATCH 0/2] xfs: fix potential integer overflow in sort comparators
 2026-03-28 17:34 UTC  (3+ messages)
` [PATCH 1/2] xfs: fix integer overflow in deferred intent "
` [PATCH 2/2] xfs: fix integer overflow in busy extent sort comparator

[GIT PULL] XFS: Fixes for v7.0-rc6
 2026-03-27 20:39 UTC  (2+ messages)

[PATCH RFC v4 0/3] block: enable RWF_DONTCACHE for block devices
 2026-03-27  6:45 UTC  (19+ messages)
` [PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
` [PATCH RFC v4 2/3] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH RFC v4 3/3] block: enable RWF_DONTCACHE for block devices

[ANNOUNCE] xfs-linux: for-next updated to 025b245f0bc1
 2026-03-26 17:12 UTC 

[PATCH 1/3] xfs: don't irele after failing to iget in xfs_attri_recover_work
 2026-03-26 17:11 UTC  (10+ messages)
` [PATCH 2/3] xfs: don't expose stale pointers to callers of xlog_recover_iget
` [PATCH 3/3] xfs: remove file_path tracepoint data

[BUG] xfs: KASAN: null-ptr-deref in mutex_lock from xfs_qm_dqget_cache_lookup
 2026-03-26 16:11 UTC 

[PATCH] xfs: test that zone_gc_low_space writes start gc for rw fses
 2026-03-26 14:12 UTC  (4+ messages)

support multiple block devices per file system for block-style layouts
 2026-03-26 12:37 UTC  (11+ messages)
` [PATCH 1/7] exportfs: split out the ops for layout-based block device access
` [PATCH 2/7] exportfs: don't pass struct iattr to ->commit_blocks
` [PATCH 5/7] nfsd/blocklayout: support GETDEVICEINFO for multiple devices

[PATCH v2] xfs: start gc on zonegc_low_space attribute updates
 2026-03-26  9:33 UTC  (7+ messages)

[linus:master] [xfs] 0ff51a1fd7: WARNING:at_arch/x86/mm/fault.c:#do_user_addr_fault
 2026-03-26  7:41 UTC 

[PATCH v5 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-26  6:20 UTC  (51+ messages)
` [PATCH v5 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v5 02/25] fsverity: expose ensure_fsverity_info()
` [PATCH v5 03/25] fsverity: generate and store zero-block hash
` [PATCH v5 04/25] fsverity: introduce fsverity_folio_zero_hash()
` [PATCH v5 06/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v5 07/25] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v5 09/25] iomap: issue readahead for fsverity merkle tree
` [PATCH v5 10/25] iomap: teach iomap to handle fsverity holes and verify data holes
` [PATCH v5 11/25] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v5 12/25] xfs: introduce fsverity on-disk changes
` [PATCH v5 13/25] xfs: initialize fs-verity on file open
` [PATCH v5 14/25] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v5 15/25] xfs: disable direct read path for fs-verity files
` [PATCH v5 16/25] xfs: handle fsverity I/O in write/read path
` [PATCH v5 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v5 18/25] xfs: add fs-verity support
` [PATCH v5 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v5 20/25] xfs: add fs-verity ioctls
` [PATCH v5 21/25] xfs: advertise fs-verity being available on filesystem
` [PATCH v5 22/25] xfs: check and repair the verity inode flag state
` [PATCH v5 23/25] xfs: introduce health state for corrupted fsverity metadata

[PATCH] xfsrestore: only process subtrees that are selected
 2026-03-26  3:00 UTC  (2+ messages)
` [PATCH] xfs: test xfsdump subtree restores

[PATCHSET 2/2] xfsprogs: new libxfs code from kernel 7.0
 2026-03-25 16:33 UTC  (5+ messages)
` [PATCH 01/40] libxfs: fix XFS_STATS_DEC
  ` [PATCH v1.1 "
` [PATCH 02/40] libxfs: port various kernel apis from 7.0
  ` [PATCH v1.1 "

[PATCH v2 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-03-25 12:59 UTC  (7+ messages)
` [PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions

[PATCH] xfs: use GFP_NOFS in __xfs_trans_alloc
 2026-03-25 11:34 UTC  (5+ messages)
` [PATCH] xfs: defer lazytime timestamp updates to inodegc during eviction

[PATCH v2] xfs: use xfs_trans_ail_copy_lsn for lockless li_lsn read in CIL formatting
 2026-03-25  8:50 UTC  (3+ messages)


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