public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-23 00:04:47 to 2025-10-29 20:50:14 UTC [more...]

[Bug report][xfstests generic/751] hang on nfs writeback
 2025-10-29 20:50 UTC  (2+ messages)

[PATCH] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
 2025-10-29 18:22 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v7 00/11] Add more tests for multi fs block atomic writes
 2025-10-29 18:13 UTC  (6+ messages)
` [PATCH v7 04/12] ltp/fsx.c: Add atomic writes support to fsx
  ` [PATCH] xfs: fix write failures in software-provided atomic writes
` [PATCH v7 05/12] generic: Add atomic write test using fio crc check verifier

fall back from direct to buffered I/O when stable writes are required
 2025-10-29 18:12 UTC  (15+ messages)
` [PATCH 1/4] fs: replace FOP_DIO_PARALLEL_WRITE with a fmode bits
` [PATCH 2/4] fs: return writeback errors for IOCB_DONTCACHE in generic_write_sync
` [PATCH 3/4] xfs: use IOCB_DONTCACHE when falling back to buffered writes
` [PATCH 4/4] xfs: fallback to buffered I/O for direct I/O when stable writes are required

[PATCH, resend] xfs: remove the unused bv field in struct xfs_gc_bio
 2025-10-29 15:41 UTC  (2+ messages)

improve the discard / reset zones code in mkfs
 2025-10-29 15:40 UTC  (9+ messages)
` [PATCH 1/4] mkfs: move clearing LIBXFS_DIRECT into check_device_type
` [PATCH 2/4] libxfs: cleanup get_topology
` [PATCH 3/4] mkfs: remove duplicate struct libxfs_init arguments
` [PATCH 4/4] mkfs: split zone reset from discard

allow file systems to increase the minimum writeback chunk size v2
 2025-10-29 14:56 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-29 14:53 UTC  (15+ 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 v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-29 13:39 UTC  (10+ messages)
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 06/13] vfs: make vfs_create break delegations on parent directory

[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
 2025-10-29 12:45 UTC  (4+ messages)

[PATCH v5 0/7] iomap: zero range folio batch support
 2025-10-29 12:32 UTC  (4+ messages)

[syzbot] Monthly xfs report (Oct 2025)
 2025-10-29  9:50 UTC 

alloc misaligned vectors for zoned XFS
 2025-10-29  8:15 UTC  (14+ 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-29  7:06 UTC  (9+ messages)
` [PATCHv4 5/8] iomap: simplify direct io validity check

[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  (6+ 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

[PATCHSET V2] xfs: autonomous self healing of filesystems
 2025-10-27 16:15 UTC  (8+ messages)
` [PATCH 01/19] docs: remove obsolete links in the xfs online repair documentation
` [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

[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 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

[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)

[PATCHSET V2] fstests: autonomous self healing of filesystems
 2025-10-23  0:18 UTC  (5+ messages)
` [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

[PATCHSET V2 2/2] xfsprogs: autonomous self healing of filesystems in Rust
 2025-10-23  0:17 UTC  (20+ messages)
` [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 1/2] xfsprogs: autonomous self healing of filesystems
 2025-10-23  0:12 UTC  (27+ messages)
` [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


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