Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-10-21 07:13:06 to 2025-10-23 00:17:02 UTC [more...]

[PATCHBOMB 6.19] xfs: autonomous self healing
 2025-10-23  0:17 UTC  (68+ messages)
` [PATCHSET V2] xfs: autonomous self healing of filesystems
  ` [PATCH 01/19] docs: remove obsolete links in the xfs online repair documentation
  ` [PATCH 02/19] docs: discuss autonomous self healing in the xfs online repair design doc
  ` [PATCH 03/19] xfs: create debugfs uuid aliases
  ` [PATCH 04/19] xfs: create hooks for monitoring health updates
  ` [PATCH 05/19] xfs: create a filesystem shutdown hook
  ` [PATCH 06/19] xfs: create hooks for media errors
  ` [PATCH 07/19] iomap: report buffered read and write io errors to the filesystem
  ` [PATCH 08/19] iomap: report directio read and write errors to callers
  ` [PATCH 09/19] xfs: create file io error hooks
  ` [PATCH 10/19] xfs: create a special file to pass filesystem health to userspace
  ` [PATCH 11/19] xfs: create event queuing, formatting, and discovery infrastructure
  ` [PATCH 12/19] xfs: report metadata health events through healthmon
  ` [PATCH 13/19] xfs: report shutdown "
  ` [PATCH 14/19] xfs: report media errors "
  ` [PATCH 15/19] xfs: report file io "
  ` [PATCH 16/19] xfs: allow reconfiguration of the health monitoring device
  ` [PATCH 17/19] xfs: validate fds against running healthmon
  ` [PATCH 18/19] xfs: add media error reporting ioctl
  ` [PATCH 19/19] xfs: send uevents when major filesystem events happen
` [PATCHSET V2 1/2] xfsprogs: autonomous self healing of filesystems
  ` [PATCH 01/26] xfs: create hooks for monitoring health updates
  ` [PATCH 02/26] xfs: create a special file to pass filesystem health to userspace
  ` [PATCH 03/26] xfs: create event queuing, formatting, and discovery infrastructure
  ` [PATCH 04/26] xfs: report metadata health events through healthmon
  ` [PATCH 05/26] xfs: report shutdown "
  ` [PATCH 06/26] xfs: report media errors "
  ` [PATCH 07/26] xfs: report file io "
  ` [PATCH 08/26] xfs: validate fds against running healthmon
  ` [PATCH 09/26] xfs: add media error reporting ioctl
  ` [PATCH 10/26] xfs_io: monitor filesystem health events
  ` [PATCH 11/26] xfs_io: add a media error reporting command
  ` [PATCH 12/26] xfs_healer: create daemon to listen for health events
  ` [PATCH 13/26] xfs_healer: check events against schema
  ` [PATCH 14/26] xfs_healer: enable repairing filesystems
  ` [PATCH 15/26] xfs_healer: check for fs features needed for effective repairs
  ` [PATCH 16/26] xfs_healer: use getparents to look up file names
  ` [PATCH 17/26] builddefs: refactor udev directory specification
  ` [PATCH 18/26] xfs_healer: create a background monitoring service
  ` [PATCH 19/26] xfs_healer: don't start service if kernel support unavailable
  ` [PATCH 20/26] xfs_healer: use the autofsck fsproperty to select mode
  ` [PATCH 21/26] xfs_healer: run full scrub after lost corruption events or targeted repair failure
  ` [PATCH 22/26] xfs_healer: use getmntent to find moved filesystems
  ` [PATCH 23/26] xfs_healer: validate that repair fds point to the monitored fs
  ` [PATCH 24/26] xfs_healer: add a manual page
  ` [PATCH 25/26] xfs_scrub: report media scrub failures to the kernel
  ` [PATCH 26/26] debian: enable xfs_healer on the root filesystem by default
` [PATCHSET V2 2/2] xfsprogs: autonomous self healing of filesystems in Rust
  ` [PATCH 01/19] xfs_healer: start building a Rust version
  ` [PATCH 02/19] xfs_healer: enable gettext for localization
  ` [PATCH 03/19] xfs_healer: bindgen xfs_fs.h
  ` [PATCH 04/19] xfs_healer: define Rust objects for health events and kernel interface
  ` [PATCH 05/19] xfs_healer: read binary health events from the kernel
  ` [PATCH 06/19] xfs_healer: read json "
  ` [PATCH 07/19] xfs_healer: create a weak file handle so we don't pin the mount
  ` [PATCH 08/19] xfs_healer: fix broken filesystem metadata
  ` [PATCH 09/19] xfs_healer: check for fs features needed for effective repairs
  ` [PATCH 10/19] xfs_healer: use getparents to look up file names
  ` [PATCH 11/19] xfs_healer: make the rust program check if kernel support available
  ` [PATCH 12/19] xfs_healer: use the autofsck fsproperty to select mode
  ` [PATCH 13/19] xfs_healer: use rc on the mountpoint instead of lifetime annotations
  ` [PATCH 14/19] xfs_healer: use thread pools
  ` [PATCH 15/19] xfs_healer: run full scrub after lost corruption events or targeted repair failure
  ` [PATCH 16/19] xfs_healer: use getmntent in Rust to find moved filesystems
  ` [PATCH 17/19] xfs_healer: validate that repair fds point to the monitored fs in Rust
  ` [PATCH 18/19] debian/control: listify the build dependencies
` [PATCHSET V2] fstests: autonomous self healing of filesystems

allow file systems to increase the minimum writeback chunk size v2
 2025-10-22 18:38 UTC  (3+ messages)

[RFC PATCH] NFSD: Make FILE_SYNC WRITEs comply with spec
 2025-10-22 17:27 UTC 

[Bug report][xfstests generic/751] hang on nfs writeback
 2025-10-22 16:24 UTC 

[PATCHSET] xfs: random fixes for 6.18
 2025-10-22 16:12 UTC  (10+ messages)
` [PATCH 1/4] xfs: don't set bt_nr_sectors to a negative number
` [PATCH 2/4] xfs: always warn about deprecated mount options
` [PATCH 3/4] xfs: loudly complain about defunct "
` [PATCH 4/4] xfs: fix locking in xchk_nlinks_collect_dir

[RFC V3 0/3] xfs: Add support to shrink multiple empty AGs
 2025-10-22 16:05 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to f477af0cfa04
 2025-10-22 11:32 UTC 

[PATCH v7 0/3] fstests: basic smoke test on zoned loop device
 2025-10-22  9:27 UTC  (4+ messages)
` [PATCH v7 1/3] common/zoned: add _require_zloop
` [PATCH v7 2/3] common/zoned: add helpers for creation and teardown of zloop devices
` [PATCH v7 3/3] generic: basic smoke for filesystems on zoned block devices

improve a few messages in mkfs and xfs_copy
 2025-10-22  9:20 UTC  (5+ messages)
` [PATCH 1/3] xfs_copy: improve the error message when mkfs is in progress
` [PATCH 2/3] mkfs: improve the error message from check_device_type
` [PATCH 3/3] mkfs: improve the error message in adjust_nr_zones

[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-22  9:03 UTC  (18+ messages)
` [PATCH v3 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 02/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 04/13] vfs: allow rmdir "
` [PATCH v3 05/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 06/13] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 07/13] vfs: make vfs_mknod "
` [PATCH v3 08/13] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v3 09/13] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v3 10/13] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v3 11/13] nfsd: allow DELEGRETURN on directories
` [PATCH v3 12/13] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v3 13/13] vfs: expose delegation support to userland

[PATCH v7 00/11] Add more tests for multi fs block atomic writes
 2025-10-22  7:40 UTC  (14+ messages)
` [PATCH v7 04/12] ltp/fsx.c: Add atomic writes support to fsx

[PATCH v5 0/3] fstests: basic smoke test on zoned loop device
 2025-10-22  7:34 UTC  (14+ messages)
` [PATCH v5 3/3] generic: basic smoke for filesystems on zoned block devices

[PATCH 0/2] Add FL_WRITE_ZEROES to XFS, fix krealloc on xfs_uuid_table
 2025-10-22  7:27 UTC  (11+ messages)
` [PATCH] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
` [PATCH 2/2] xfs: Remove WARN_ONCE if xfs_uuid_table grows over 2x PAGE_SIZE

[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
 2025-10-22  7:23 UTC  (3+ messages)

[PATCH] btrfs: never trust the bio from direct IO
 2025-10-22  6:24 UTC  (26+ messages)
` O_DIRECT vs BLK_FEAT_STABLE_WRITES, was "

[PATCHSET 2/2] fstests: integrate with coredump capturing
 2025-10-22  4:28 UTC  (6+ messages)
` [PATCH 1/2] fsstress: don't abort when stat(".") returns EIO
` [PATCH 2/2] check: collect core dumps from systemd-coredump

[PATCHSET 1/2] fstests: more random fixes for v2025.10.05
 2025-10-22  4:27 UTC  (18+ messages)
` [PATCH 01/11] generic/427: try to ensure there's some free space before we do the aio test
` [PATCH 02/11] common/rc: fix _require_xfs_io_shutdown
` [PATCH 03/11] generic/742: avoid infinite loop if no fiemap results
` [PATCH 04/11] generic/{482,757}: skip test if there are no FUA writes
` [PATCH 05/11] generic/772: actually check for file_getattr special file support
` [PATCH 06/11] common/filter: fix _filter_file_attributes to handle src/file_attr.c file flags
` [PATCH 07/11] common/attr: fix _require_noattr2
` [PATCH 08/11] common: fix _require_xfs_io_command pwrite -A for various blocksizes
` [PATCH 09/11] generic/778: fix severe performance problems
` [PATCH 10/11] check: line up stdout columns
` [PATCH 11/11] fsx: don't print messages when atomic writes are explicitly disabled

[PATCH 2/2] btrfs: handle bio split errors for append
 2025-10-21 21:03 UTC  (2+ messages)

[PATCH v2 1/3] xfs: don't set bt_nr_sectors to a negative number
 2025-10-21 17:57 UTC  (4+ messages)
` [PATCH 4/3] xfs: fix locking in xchk_nlinks_collect_dir

Regression in generic/749 with 8k fsblock size on 6.18-rc1
 2025-10-21 17:02 UTC  (6+ messages)

[PATCH] xfs: use kmalloc_array() instead of kmalloc() for map allocation
 2025-10-21 14:51 UTC  (2+ messages)

[PATCHSET] fstests: more random fixes for v2025.10.05
 2025-10-21 14:47 UTC  (8+ messages)
` [PATCH 6/8] common/filter: fix _filter_file_attributes to handle xfs file flags

[PATCH v2 00/11] vfs: recall-only directory delegations for knfsd
 2025-10-21 13:09 UTC  (2+ messages)

[PATCH 6.1 0/8] Backporting CVE-2025-38073 fix patch
 2025-10-21 10:16 UTC  (6+ messages)
` [PATCH 6.1 8/8] nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()

[PATCH 0/3] generic/772: split and fix
 2025-10-21  9:42 UTC  (7+ messages)
` [PATCH 1/3] common/filter: add missing file attribute
` [PATCH 2/3] generic/772: require filesystem to support file_[g|s]etattr

[PATCH v2] xfs: don't use __GFP_NOFAIL in xfs_init_fs_context
 2025-10-21  9:37 UTC  (2+ messages)

[PATCH v2] xfs: cache open zone in inode->i_private
 2025-10-21  9:37 UTC  (2+ messages)

[PATCH] xfs: avoid busy loops in GCD
 2025-10-21  9:37 UTC  (2+ messages)

[PATCH] xfs: XFS_ONLINE_SCRUB_STATS should depend on DEBUG_FS
 2025-10-21  9:37 UTC  (2+ messages)

[PATCH v4] xfs: do not tightly pack-write large files
 2025-10-21  9:37 UTC  (2+ messages)

[PATCH] xfs: Improve CONFIG_XFS_RT Kconfig help
 2025-10-21  9:37 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next *REBASED* to 0f41997b1b2b
 2025-10-21  9:35 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 3bfae8297367
 2025-10-21  9:27 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 211ddde0823f
 2025-10-21  7:45 UTC 


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