messages from 2025-10-22 06:27:43 to 2025-10-28 22:28:58 UTC [more...]
[RFC PATCH] NFSD: Make FILE_SYNC WRITEs comply with spec
2025-10-28 22:28 UTC (2+ messages)
[PATCH v7 0/3] fstests: basic smoke test on zoned loop device
2025-10-28 11:52 UTC (7+ 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
[PATCH v7 00/11] Add more tests for multi fs block atomic writes
2025-10-28 9:42 UTC (3+ messages)
` [PATCH v7 05/12] generic: Add atomic write test using fio crc check verifier
alloc misaligned vectors for zoned XFS
2025-10-27 21:56 UTC (11+ messages)
` [PATCH 1/4] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
` [PATCH 2/4] FIXUP: iomap: aligning to larger than fs block size doesn't make sense
` [PATCH 3/4] FIXUP: iomap: also apply IOMAP_DIO_FSBLOCK_ALIGNED to the iomap range
` [PATCH 4/4] xfs: support sub-block aligned vectors in always COW mode
[PATCHv4 0/8]
2025-10-27 17:12 UTC (5+ messages)
` [PATCHv4 5/8] iomap: simplify direct io validity check
[PATCHBOMB 6.19] xfs: autonomous self healing
2025-10-27 16:15 UTC (75+ 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
` [PATCH 19/19] debian/control: pull in build dependencies for xfs_healer
` [PATCHSET V2] fstests: autonomous self healing of filesystems
` [PATCH 1/4] xfs: test health monitoring code
` [PATCH 2/4] xfs: test for metadata corruption error reporting via healthmon
` [PATCH 3/4] xfs: test io "
` [PATCH 4/4] xfs: test new xfs_healer daemon
[PATCH] xfs: fix overflows when converting from a count of groups to blocks
2025-10-27 16:07 UTC (2+ messages)
[PATCH v5 00/14] fuse: use iomap for buffered reads + readahead
2025-10-27 12:16 UTC (14+ messages)
` [PATCH v5 07/14] iomap: track pending read bytes more optimally
[PATCH 07/10] iomap: Use folio_next_pos()
2025-10-27 7:53 UTC (5+ messages)
` [PATCH 09/10] xfs: "
kill xlog_in_core_2_t v3
2025-10-27 7:05 UTC (10+ messages)
` [PATCH 1/9] xfs: add a XLOG_CYCLE_DATA_SIZE constant
` [PATCH 2/9] xfs: add a on-disk log header cycle array accessor
` [PATCH 3/9] xfs: don't use xlog_in_core_2_t in struct xlog_in_core
` [PATCH 4/9] xfs: cleanup xlog_alloc_log a bit
` [PATCH 5/9] xfs: remove a very outdated comment from xlog_alloc_log
` [PATCH 6/9] xfs: remove xlog_in_core_2_t
` [PATCH 7/9] xfs: remove the xlog_rec_header_t typedef
` [PATCH 8/9] xfs: remove l_iclog_heads
` [PATCH 9/9] xfs: remove the xlog_in_core_t typedef
[PATCH, resend] xfs: remove the unused bv field in struct xfs_gc_bio
2025-10-27 7:01 UTC
[PATCH 0/2] Add FL_WRITE_ZEROES to XFS, fix krealloc on xfs_uuid_table
2025-10-26 17:49 UTC (4+ messages)
` [PATCH 2/2] xfs: Remove WARN_ONCE if xfs_uuid_table grows over 2x PAGE_SIZE
[GIT PULL] XFS: fixes for for v6.18-rc3
2025-10-25 17:06 UTC (2+ messages)
[PATCH v1] proto: fix file descriptor leak
2025-10-25 7:19 UTC (4+ messages)
[PATCHSET] fstests: more random fixes for v2025.10.05
2025-10-24 22:16 UTC (13+ messages)
` [PATCH 2/8] common/rc: fix _require_xfs_io_shutdown
` [PATCH 5/8] generic/772: actually check for file_getattr special file support
` [PATCH 7/8] common/attr: fix _require_noattr2
` [PATCH 8/8] common: fix _require_xfs_io_command pwrite -A for various blocksizes
allow file systems to increase the minimum writeback chunk size v2
2025-10-24 15:12 UTC (8+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES
filemap_* writeback interface cleanups v2
2025-10-24 12:13 UTC (14+ messages)
` [PATCH 01/10] mm: don't opencode filemap_fdatawrite_range in filemap_invalidate_inode
` [PATCH 02/10] 9p: don't opencode filemap_fdatawrite_range in v9fs_mmap_vm_close
` [PATCH 03/10] ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_data_buffers
` [PATCH 04/10] btrfs: use the local tmp_inode variable in start_delalloc_inodes
` [PATCH 05/10] btrfs: push struct writeback_control into start_delalloc_inodes
` [PATCH 06/10] mm,btrfs: add a filemap_flush_nr helper
` [PATCH 07/10] mm: remove __filemap_fdatawrite
` [PATCH 08/10] mm: remove filemap_fdatawrite_wbc
` [PATCH 09/10] mm: remove __filemap_fdatawrite_range
` [PATCH 10/10] mm: rename filemap_fdatawrite_range_kick to filemap_flush_range
[PATCH] xfs: use kmalloc_array() instead of kmalloc() for map allocation
2025-10-24 6:49 UTC (2+ messages)
[PATCH v7 04/12] ltp/fsx.c: Add atomic writes support to fsx
2025-10-23 17:55 UTC (13+ messages)
fix for selecting a zone with active GC I/O for GC v2
2025-10-23 15:17 UTC (3+ messages)
` [PATCH 1/2] xfs: prevent gc from picking the same zone twice
` [PATCH 2/2] xfs: document another racy GC case in xfs_zoned_map_extent
fix for selecting a zone with active GC I/O for GC
2025-10-23 15:04 UTC (9+ messages)
` [PATCH 1/2] xfs: prevent gc from picking the same zone twice
` [PATCH 2/2] xfs: document another racy GC case in xfs_zoned_map_extent
[RFC V3 0/3] xfs: Add support to shrink multiple empty AGs
2025-10-23 6:34 UTC (5+ messages)
[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 (5+ messages)
` [PATCH 2/4] xfs: always warn about deprecated mount options
[ANNOUNCE] xfs-linux: for-next updated to f477af0cfa04
2025-10-22 11:32 UTC
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 (7+ messages)
` [PATCH v3 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [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 v5 0/3] fstests: basic smoke test on zoned loop device
2025-10-22 7:34 UTC (13+ messages)
` [PATCH v5 3/3] generic: basic smoke for filesystems on zoned block devices
[PATCH] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
2025-10-22 7:27 UTC (4+ messages)
[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
2025-10-22 7:23 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox