public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-06 15:58:28 to 2026-03-10 09:25:18 UTC [more...]

[PATCHBOMB v9] xfsprogs: autonomous self healing of filesystems
 2026-03-10  9:25 UTC  (51+ messages)
` [PATCHSET "
  ` [PATCH 01/28] libfrog: add a function to grab the path from an open fd and a file handle
  ` [PATCH 02/28] libfrog: create healthmon event log library functions
  ` [PATCH 03/28] libfrog: add support code for starting systemd services programmatically
  ` [PATCH 04/28] libfrog: hoist a couple of service helper functions
  ` [PATCH 05/28] libfrog: add wrappers for listmount and statmount
  ` [PATCH 06/28] man2: document the healthmon ioctl
  ` [PATCH 07/28] man2: document the media verification ioctl
  ` [PATCH 08/28] xfs_io: monitor filesystem health events
  ` [PATCH 09/28] xfs_io: add a media verify command
  ` [PATCH 10/28] xfs_healer: create daemon to listen for health events
  ` [PATCH 11/28] xfs_healer: enable repairing filesystems
  ` [PATCH 12/28] xfs_healer: use getparents to look up file names
  ` [PATCH 13/28] xfs_healer: create a per-mount background monitoring service
  ` [PATCH 14/28] xfs_healer: create a service to start the per-mount healer service
  ` [PATCH 15/28] xfs_healer: don't start service if kernel support unavailable
  ` [PATCH 16/28] xfs_healer: use the autofsck fsproperty to select mode
  ` [PATCH 17/28] xfs_healer: run full scrub after lost corruption events or targeted repair failure
  ` [PATCH 18/28] xfs_healer: use getmntent to find moved filesystems
  ` [PATCH 19/28] xfs_healer: use statmount to find moved filesystems even faster
  ` [PATCH 20/28] xfs_healer: validate that repair fds point to the monitored fs
  ` [PATCH 21/28] xfs_healer: add a manual page
  ` [PATCH 22/28] xfs_scrub: use the verify media ioctl during phase 6 if possible
  ` [PATCH 23/28] xfs_scrub: perform media scanning of the log region
  ` [PATCH 24/28] xfs_scrub: print systemd service names
  ` [PATCH 25/28] xfs_io: add listmount and statmount commands
  ` [PATCH 26/28] mkfs: enable online repair if all backrefs are enabled
  ` [PATCH 27/28] debian/control: listify the build dependencies
  ` [PATCH 28/28] debian: enable xfs_healer on the root filesystem by default
` [PATCHSET v9 1/2] fstests: test generic file IO error reporting
  ` [PATCH 1/1] generic: test fsnotify filesystem "
` [PATCHSET v9 2/2] fstests: autonomous self healing of filesystems
  ` [PATCH 01/14] xfs: test health monitoring code
  ` [PATCH 02/14] xfs: test for metadata corruption error reporting via healthmon
  ` [PATCH 03/14] xfs: test io "
  ` [PATCH 04/14] xfs: set up common code for testing xfs_healer
  ` [PATCH 05/14] xfs: test xfs_healer's event handling
  ` [PATCH 06/14] xfs: test xfs_healer can fix a filesystem
  ` [PATCH 07/14] xfs: test xfs_healer can report file I/O errors
  ` [PATCH 08/14] xfs: test xfs_healer can report file media errors
  ` [PATCH 09/14] xfs: test xfs_healer can report filesystem shutdowns
  ` [PATCH 10/14] xfs: test xfs_healer can initiate full filesystem repairs
  ` [PATCH 11/14] xfs: test xfs_healer can follow mount moves
  ` [PATCH 12/14] xfs: test xfs_healer wont repair the wrong filesystem
  ` [PATCH 13/14] xfs: test xfs_healer background service
  ` [PATCH 14/14] xfs: test xfs_healer startup service

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

[PATCH] xfs: Convert comma to semicolon
 2026-03-10  8:52 UTC  (2+ messages)

[PATCH 0/2] xfs: code cleanup and item deletion fix
 2026-03-10  8:39 UTC  (5+ messages)
` [PATCH 1/2] xfs: remove redundant set null for ip->i_itemp
` [PATCH 2/2] xfs: ensure dquot item is deleted from AIL only after log shutdown

[PATCH] iomap: fix incorrect did_zero setting in iomap_zero_iter()
 2026-03-10  8:22 UTC 

[PATCH 0/4] xfs: close crash window in attr dabtree inactivation
 2026-03-10  8:19 UTC  (12+ messages)
` [PATCH 1/4] xfs: only assert new size for datafork during truncate extents
` [PATCH 2/4] xfs: factor out xfs_da3_node_entry_remove
` [PATCH 3/4] xfs: factor out xfs_attr3_leaf_init
` [PATCH 4/4] xfs: close crash window in attr dabtree inactivation

[PATCH v3 0/8] iomap, xfs: improve zero range flushing and lookup
 2026-03-10  6:50 UTC  (28+ messages)
` [PATCH v3 1/8] xfs: fix iomap hole map reporting for zoned zero range
` [PATCH v3 2/8] xfs: flush dirty pagecache over hole in zoned mode "
` [PATCH v3 3/8] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH v3 4/8] xfs: flush eof folio before insert range size update
` [PATCH v3 5/8] xfs: look up cow fork extent earlier for buffered iomap_begin
` [PATCH v3 6/8] xfs: only flush when COW fork blocks overlap data fork holes
` [PATCH v3 7/8] xfs: replace zero range flush with folio batch
` [PATCH v3 8/8] xfs: report cow mappings with dirty pagecache for iomap zero range

[RFC 0/3] Add buffered write-through support to iomap & xfs
 2026-03-10  6:48 UTC  (7+ messages)
` [RFC 1/3] iomap: Support buffered RWF_WRITETHROUGH via async dio backend
` [RFC 2/3] iomap: Enable stable writes for RWF_WRITETHROUGH inodes
` [RFC 3/3] xfs: Add RWF_WRITETHROUGH support to xfs

[PATCHSET v2] xfsprogs: various bug fixes for 6.19
 2026-03-10  6:43 UTC  (6+ messages)
` [PATCH 1/4] misc: fix a few memory leaks
` [PATCH 2/4] libxfs: fix data corruption bug in libxfs_file_write
` [PATCH 3/4] mkfs: fix protofile data corruption when in/out file block sizes don't match
` [PATCH 4/4] mkfs: fix log sunit automatic configuration

[PATCH v2 0/5] write streams and xfs spatial isolation
 2026-03-10  6:01 UTC  (14+ messages)
  ` [PATCH v2 1/5] fs: add generic write-stream management ioctl
  ` [PATCH v2 2/5] iomap: introduce and propagate write_stream
  ` [PATCH v2 3/5] xfs: implement write-stream management support
  ` [PATCH v2 4/5] xfs: steer allocation using write stream
  ` [PATCH v2 5/5] xfs: introduce software write streams

[PATCH v3 0/4] xfs: fix AIL push use-after-free during shutdown
 2026-03-10  5:27 UTC  (13+ messages)
` [PATCH v3 1/4] xfs: stop reclaim before pushing AIL during unmount
` [PATCH v3 2/4] xfs: refactor xfsaild_push loop into helper
` [PATCH v3 3/4] xfs: avoid dereferencing log items after push callbacks
` [PATCH v3 4/4] xfs: save ailp before dropping the AIL lock in "

[PATCH v11 2/2] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
 2026-03-10  0:44 UTC  (2+ messages)

[PATCH 0/2] Addadd FALLOC_FL_WRITE_ZEROES support to xfs
 2026-03-10  0:31 UTC  (3+ messages)
` [PATCH 1/2] xfs: Introduce 'bmapi_flags' parameter to xfs_alloc_file_space()

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-09 20:50 UTC  (7+ messages)

[PATCH 0/9] fstests: add test coverage for cloned filesystem ids
 2026-03-09 19:13 UTC  (3+ messages)
` [PATCH 2/9] fstests: add _mkfs_scratch_clone() helper

[PATCHSET v8 2/2] fstests: autonomous self healing of filesystems
 2026-03-09 18:03 UTC  (4+ messages)
` [PATCH 01/13] xfs: test health monitoring code

support file system generated / verified integrity information v4
 2026-03-09 14:52 UTC  (2+ messages)
` (subset) "

[linus:master] [iomap] cd3c877d04: fio.write_iops 5.8% improvement
 2026-03-09  8:49 UTC 

[PATCH v2] xfs: fix use-after-free of log items during AIL pushing
 2026-03-08 18:35 UTC  (2+ messages)

[Lsf-pc] [LSF/MM/BPF TOPIC] Buffered atomic writes
 2026-03-08 15:33 UTC  (2+ messages)

[PATCHSET v8] xfsprogs: autonomous self healing of filesystems
 2026-03-06 15:58 UTC  (10+ messages)
` [PATCH 23/26] xfs_io: print systemd service names


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