public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-10 01:11:43 to 2026-01-13 23:21:14 UTC [more...]

[PATCHSET v5] xfs: autonomous self healing of filesystems
 2026-01-13 23:21 UTC  (27+ messages)
` [PATCH 01/11] docs: discuss autonomous self healing in the xfs online repair design doc
` [PATCH 02/11] xfs: start creating infrastructure for health monitoring
` [PATCH 03/11] xfs: create event queuing, formatting, and discovery infrastructure
` [PATCH 04/11] xfs: convey filesystem unmount events to the health monitor
` [PATCH 05/11] xfs: convey metadata health "
` [PATCH 06/11] xfs: convey filesystem shutdown "
` [PATCH 07/11] xfs: convey externally discovered fsdax media errors "
` [PATCH 08/11] xfs: convey file I/O "
` [PATCH 09/11] xfs: allow reconfiguration of the health monitoring device
` [PATCH 10/11] xfs: check if an open file is on the health monitored fs
` [PATCH 11/11] xfs: add media verification ioctl

[PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
 2026-01-13 18:45 UTC  (62+ messages)
` [PATCH v2 1/22] fsverity: report validation errors back to the filesystem
` [PATCH v2 2/22] fsverity: expose ensure_fsverity_info()
` [PATCH v2 3/22] iomap: introduce IOMAP_F_BEYOND_EOF
` [PATCH v2 4/22] iomap: allow iomap_file_buffered_write() take iocb without file
` [PATCH v2 5/22] iomap: integrate fs-verity verification into iomap's read path
` [PATCH v2 6/22] xfs: add fs-verity ro-compat flag
` [PATCH v2 7/22] xfs: add inode on-disk VERITY flag
` [PATCH v2 8/22] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v2 9/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v2 10/22] xfs: disable direct read path for fs-verity files
` [PATCH v2 11/22] xfs: add verity info pointer to xfs inode
` [PATCH v2 12/22] xfs: introduce XFS_FSVERITY_CONSTRUCTION inode flag
` [PATCH v2 13/22] xfs: introduce XFS_FSVERITY_REGION_START constant
` [PATCH v2 14/22] xfs: disable preallocations for fsverity Merkle tree writes
` [PATCH v2 15/22] xfs: add writeback and iomap reading of Merkle tree pages
` [PATCH v2 16/22] xfs: add fs-verity support
` [PATCH v2 17/22] xfs: add fs-verity ioctls
` [PATCH v2 18/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v2 19/22] xfs: check and repair the verity inode flag state
` [PATCH v2 20/22] xfs: report verity failures through the health system
` [PATCH v2 21/22] xfs: add fsverity traces
` [PATCH v2 22/22] xfs: enable ro-compat fs-verity flag

improve zoned XFS GC buffer management v3
 2026-01-13 18:41 UTC  (8+ messages)
` [PATCH 1/3] block: add a bio_reuse helper
` [PATCH 2/3] xfs: use bio_reuse in the zone GC code
` [PATCH 3/3] xfs: rework zone GC buffer management

[PATCH] iomap: wait for batched folios to be stable in __iomap_get_folio
 2026-01-13 18:08 UTC  (6+ messages)

[PATCH v3 00/16] Exposing case folding behavior
 2026-01-13 17:36 UTC  (27+ messages)
` [PATCH v3 01/16] fs: Add case sensitivity info to file_kattr
` [PATCH v3 02/16] fat: Implement fileattr_get for case sensitivity
` [PATCH v3 03/16] exfat: "
` [PATCH v3 04/16] ntfs3: "
` [PATCH v3 05/16] hfs: "
` [PATCH v3 06/16] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v3 07/16] ext4: "
` [PATCH v3 08/16] xfs: "
` [PATCH v3 09/16] cifs: Implement fileattr_get for case sensitivity
` [PATCH v3 10/16] nfs: "
` [PATCH v3 11/16] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v3 12/16] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v3 13/16] isofs: "
` [PATCH v3 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v3 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v3 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-13 17:06 UTC  (22+ messages)
` [PATCH 04/24] erofs: add setlease file operation
` [PATCH 08/24] f2fs: "

[PATCH] xfs: remove xfs_attr_leaf_hasname
 2026-01-13 13:36 UTC  (7+ messages)

[PATCH v2] xfs: set max_agbno to allow sparse alloc of last full inode chunk
 2026-01-13 13:10 UTC  (2+ messages)

[PATCH v2] xfs: Fix xfs_grow_last_rtg()
 2026-01-13 13:10 UTC  (3+ messages)

[PATCH] xfs: improve the assert at the top of xfs_log_cover
 2026-01-13 13:10 UTC  (2+ messages)

[PATCH 1/2] xfs: mark __xfs_rtgroup_extents static
 2026-01-13 13:10 UTC  (2+ messages)

[PATCH v4] xfs: Fix the return value of xfs_rtcopy_summary()
 2026-01-13 13:10 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next **REBASED** to 51aba4ca399b
 2026-01-13 13:10 UTC 

refactor zone reporting
 2026-01-13 10:33 UTC  (16+ messages)
` [PATCH 3/6] xfs: pass the write pointer to xfs_init_zone
` [PATCH 4/6] xfs: split and refactor zone validation
` [PATCH 5/6] xfs: check that used blocks are smaller than the write pointer
` [PATCH 6/6] xfs: use blkdev_get_zone_info to simply zone reporting

[PATCHSET v5] fs: generic file IO error reporting
 2026-01-13  8:58 UTC  (11+ messages)
` [PATCH 1/6] uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
` [PATCH 2/6] fs: report filesystem and file I/O errors to fsnotify
` [PATCH 3/6] iomap: report file I/O errors to the VFS
` [PATCH 4/6] xfs: report fs metadata errors via fsnotify
` [PATCH 5/6] xfs: translate fsdax media errors into file "data lost" errors when convenient
` [PATCH 6/6] ext4: convert to new fserror helpers

linux-next: build warning after merge of the xfs tree
 2026-01-13  7:04 UTC  (2+ messages)

Shrinking XFS - is that happening?
 2026-01-12 21:53 UTC  (6+ messages)

improve zoned XFS GC buffer management v2
 2026-01-12 20:22 UTC  (3+ messages)
` [PATCH 1/3] block: add a bio_reuse helper

[PATCHSET V4 1/2] fs: generic file IO error reporting
 2026-01-12 18:50 UTC  (8+ messages)
` [PATCH 2/6] fs: report filesystem and file I/O errors to fsnotify

re-enable IOCB_NOWAIT writes to files v4
 2026-01-12 13:22 UTC  (8+ messages)

re-enable IOCB_NOWAIT writes to files v6
 2026-01-12 13:02 UTC  (2+ messages)

enable cached zone report v4
 2026-01-12 11:02 UTC  (2+ messages)

[PATCH v3] xfs: Fix the return value of xfs_rtcopy_summary()
 2026-01-12 10:08 UTC  (7+ messages)

[PATCH] fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()
 2026-01-12  9:45 UTC  (2+ messages)

[PATCHSET V4] xfs: autonomous self healing of filesystems
 2026-01-12  5:24 UTC  (11+ messages)
` [PATCH 11/11] xfs: add media error reporting ioctl

[PATCH v3 1/2] lib: introduce simple error-checking wrapper for memparse()
 2026-01-11  0:01 UTC  (5+ messages)


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