public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-17 22:12:16 to 2026-03-23 07:51:11 UTC [more...]

buffer cache simplification v6
 2026-03-23  7:50 UTC  (2+ messages)
` [PATCH 1/4] xfs: don't keep a reference for buffers on the LRU

[PATCH v3 0/2] xfs: fixes and clean up for attr item
 2026-03-23  7:33 UTC  (6+ messages)
` [PATCH v3 1/2] xfs: fix ri_total validation in xlog_recover_attri_commit_pass2
` [PATCH v3 2/2] xfs: remove redundant "

[PATCH] xfs: annotate data race on li_lsn in CIL formatting vs AIL insertion
 2026-03-23  7:28 UTC  (3+ messages)

[PATCH v2] xfs: use xfs_trans_ail_copy_lsn for lockless li_lsn read in CIL formatting
 2026-03-23  7:09 UTC 

support multiple block devices per file system for block-style layouts
 2026-03-23  7:07 UTC  (8+ 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 3/7] exportfs,nfsd: rework checking for layout-based block device access support
` [PATCH 4/7] nfsd: support multiple pNFS device IDs
` [PATCH 5/7] nfsd/blocklayout: support GETDEVICEINFO for multiple devices
` [PATCH 6/7] exportfs: return a device index from ->map_blocks
` [PATCH 7/7] xfs: support layout-based block device access on the RT device

[PATCH] xfs: start gc on zonegc_low_space attribute updates
 2026-03-23  6:36 UTC  (4+ messages)

[Bug][xfstests xfs/556] inconsistent {HARDIRQ-ON-W} -> {IN-HARDIRQ-W} usage
 2026-03-23  6:17 UTC  (7+ messages)

OK to use XFS with a 4K sector size with a 512n device
 2026-03-23  6:10 UTC  (2+ messages)

[PATCHBOMB v10] xfsprogs: autonomous self healing of filesystems
 2026-03-23  6:08 UTC  (70+ messages)
` [PATCHSET v10 1/2] "
  ` [PATCH 01/26] libfrog: add a function to grab the path from an open fd and a file handle
  ` [PATCH 02/26] libfrog: create healthmon event log library functions
  ` [PATCH 03/26] libfrog: add support code for starting systemd services programmatically
  ` [PATCH 04/26] libfrog: hoist a couple of service helper functions
  ` [PATCH 05/26] libfrog: add wrappers for listmount and statmount
  ` [PATCH 06/26] man2: document the healthmon ioctl
  ` [PATCH 07/26] man2: document the media verification ioctl
  ` [PATCH 08/26] xfs_io: monitor filesystem health events
  ` [PATCH 09/26] xfs_io: add a media verify command
  ` [PATCH 10/26] xfs_healer: create daemon to listen for health events
  ` [PATCH 11/26] xfs_healer: enable repairing filesystems
  ` [PATCH 12/26] xfs_healer: use getparents to look up file names
  ` [PATCH 13/26] xfs_healer: create a per-mount background monitoring service
  ` [PATCH 14/26] xfs_healer: create a service to start the per-mount healer service
  ` [PATCH 15/26] xfs_healer: don't start service if kernel support unavailable
  ` [PATCH 16/26] xfs_healer: use the autofsck fsproperty to select mode
  ` [PATCH 17/26] xfs_healer: run full scrub after lost corruption events or targeted repair failure
  ` [PATCH 18/26] xfs_healer: use getmntent to find moved filesystems
  ` [PATCH 19/26] xfs_healer: use statmount to find moved filesystems even faster
  ` [PATCH 20/26] xfs_healer: validate that repair fds point to the monitored fs
  ` [PATCH 21/26] xfs_healer: add a manual page
  ` [PATCH 22/26] xfs_scrub: print systemd service names
  ` [PATCH 23/26] xfs_io: add listmount and statmount commands
  ` [PATCH 24/26] mkfs: enable online repair if all backrefs are enabled
  ` [PATCH 25/26] debian/control: listify the build dependencies
  ` [PATCH 26/26] debian: enable xfs_healer on the root filesystem by default
` [PATCHSET v10 2/2] xfs_scrub: refactor to XFS_IOC_VERIFY_MEDIA
  ` [PATCH 01/22] libfrog: allow bitmap_free to handle a null bitmap pointer
  ` [PATCH 02/22] mkfs: rename byte unit conversion macros
  ` [PATCH 03/22] libfrog: lift *BYTES helpers to convert.h
  ` [PATCH 04/22] xfs_scrub: report truncated devices as media errors
  ` [PATCH 05/22] xfs_scrub: fix i18n of the decode_special_owner return value
  ` [PATCH 06/22] scrub: remove the unused io_disk field in struct read_verify
  ` [PATCH 07/22] xfs_scrub: move read verification scheduling to phase6.c
  ` [PATCH 08/22] scrub: simplify the read_verify_pool_alloc interface
  ` [PATCH 09/22] xfs_scrub: don't pass the io_end_arg around everywhere
  ` [PATCH 10/22] scrub: use enum xfs_device for read verification
  ` [PATCH 11/22] xfs_scrub: rename nr_io_threads
  ` [PATCH 12/22] scrub: simplify verifier threads calculation
  ` [PATCH 13/22] xfs_scrub: move disk media verification error injection
  ` [PATCH 14/22] xfs_scrub: use the verify media ioctl during phase 6 if possible
  ` [PATCH 15/22] scrub: don't allocate disk for ioctl-based media verify
  ` [PATCH 16/22] xfs_scrub: perform media scanning of the log region
  ` [PATCH 17/22] xfs_scrub: index read-verify pools by xfs_device ids
  ` [PATCH 18/22] xfs_scrub: move failmap and other outputs into read_verify_pool
  ` [PATCH 19/22] xfs_scrub: clean up device-related error messages
  ` [PATCH 20/22] xfs_scrub: drop SCSI_VERIFY code from disk
  ` [PATCH 21/22] xfs_scrub: raise media verification IO limits
  ` [PATCH 22/22] xfs_scrub: allow overrides of the "

[PATCH 1/2] xfs: don't allow UAF in xlog_recover_iget
 2026-03-23  6:07 UTC  (8+ messages)
` [PATCH 2/2] xfs: don't irele after failing to iget in xfs_attri_recover_work

[PATCH v2 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-03-23  4:16 UTC  (5+ messages)
` [PATCH v2 1/3] btrfs: use on-disk uuid for s_uuid in temp_fsid mounts
` [PATCH v2 2/3] btrfs: derive f_fsid from on-disk fsuuid and dev_t
` [PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions

[PATCH 0/5] xfsdump, xfsprogs distro builds and DEBUG=
 2026-03-23  3:01 UTC  (5+ messages)
` [PATCH 4/5] xfsrestore: remove failing assert from noref_elim_recurse

[PATCH 0/9] fstests: add test coverage for cloned filesystem ids
 2026-03-21 12:02 UTC  (7+ messages)
` [PATCH 2/9] fstests: add _mkfs_scratch_clone() helper

[PATCH v2 0/9] fstests: add test coverage for cloned filesystem ids
 2026-03-21 11:58 UTC  (10+ messages)
` [PATCH v2 1/9] fstests: add _require_nouuid_mountopt() helper
` [PATCH v2 2/9] fstests: add _loop_image_create_clone() helper
` [PATCH v2 3/9] fstests: add _clone_mount_option() helper
` [PATCH v2 4/9] fstests: add test for inotify isolation on cloned devices
` [PATCH v2 5/9] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v2 6/9] fstests: verify f_fsid for "
` [PATCH v2 7/9] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v2 8/9] fstests: verify IMA isolation on cloned filesystems
` [PATCH v2 9/9] fstests: verify exportfs file handles "

subscribe linux-xfs
 2026-03-21 10:12 UTC 

[PATCH] libxfs: fix printing of cache.c_maxcount
 2026-03-20 14:17 UTC  (2+ messages)

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

[PATCH v2 0/3] xfs: fixes and clean up for attr item
 2026-03-20  1:44 UTC  (8+ messages)
` [PATCH v2 1/3] xfs: fix possible null pointer dereference in xfs_attri_recover_work
` [PATCH v2 2/3] xfs: fix ri_total validation in xlog_recover_attri_commit_pass2
` [PATCH v2 3/3] xfs: remove redundant "

[PATCH v5 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-19 17:15 UTC  (27+ 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 05/25] fsverity: pass digest size and hash of the empty block to ->write
` [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 08/25] iomap: obtain fsverity info for read path
` [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 v5 24/25] xfs: add fsverity traces
` [PATCH v5 25/25] xfs: enable ro-compat fs-verity flag

[RFC PATCH] quota: allow unprivileged users to query ID 0 default limits
 2026-03-19 12:22 UTC  (7+ messages)
` [PATCH v2] xfs: return default quota limits for IDs without a dquot

[PATCH] fs: clear I_DIRTY_TIME in sync_lazytime
 2026-03-18 17:34 UTC  (2+ messages)

xfs: Add support for multi rtgroup shrink+removal
 2026-03-18 15:20 UTC  (4+ messages)
` [RFC v1 0/4] xfs: Add support to shrink multiple empty rtgroups

buffer cache simplification v5
 2026-03-18 14:49 UTC  (14+ messages)
` [PATCH 1/4] xfs: don't keep a reference for buffers on the LRU
` [PATCH 2/4] xfs: use a lockref for the buffer reference count
` [PATCH 3/4] xfs: switch (back) to a per-buftarg buffer hash
` [PATCH 4/4] xfs: don't decrement the buffer LRU count for in-use buffers

xfsprogs_6.19.0-1_source.changes ACCEPTED into unstable
 2026-03-18 12:05 UTC 

Processing of xfsprogs_6.19.0-1_source.changes
 2026-03-18 11:59 UTC 

[ANNOUNCE] xfsprogs: v6.19.0 released
 2026-03-18 10:57 UTC 

[PATCH v2 0/4] Zoned XFS code improvements
 2026-03-18 10:12 UTC  (2+ messages)

[PATCH] xfs: annotate struct xfs_attr_list_context with __counted_by_ptr
 2026-03-18 10:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] xfs: cleanup buftarg handling in XFS_IOC_VERIFY_MEDIA
 2026-03-18 10:12 UTC  (2+ messages)

[PATCH] xfs: scrub: unlock dquot before early return in quota scrub
 2026-03-18 10:12 UTC  (2+ messages)

[PATCH v4 0/4] xfs: fix AIL push use-after-free during shutdown
 2026-03-18 10:12 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next *REBASED* to 2c0ff6151c7b
 2026-03-18 10:09 UTC 

[PATCH v4 0/8] iomap, xfs: improve zero range flushing and lookup
 2026-03-18  9:40 UTC  (3+ messages)

[PATCH v2 0/4] Zoned device cleanups
 2026-03-18  8:33 UTC  (4+ messages)
` [PATCH v2 4/4] xfs: opencode xfs_zone_record_blocks

[PATCHSET] fstests: fixes for autonomous self healing of filesystems
 2026-03-18  6:01 UTC  (7+ messages)
` [PATCH 1/3] common: ignore stderr for the two new svcname helpers
` [PATCH 2/3] xfs/6{59-61}: force xfs_healer to run
` [PATCH 3/3] xfs/805: adjust for new autofsck fsproperty defaults

[PATCH] xfs_repair: don't fail on INCOMPLETE attrs in leaf blocks
 2026-03-18  5:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/2] Improve user experience with xfs_fsr
 2026-03-17 22:12 UTC  (5+ messages)
` [PATCH v2 1/2] fsr: package function should check for negative errors
` [PATCH v2 2/2] fsr: always print error messages from xfrog_defragrange()


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