Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-10-20 07:28:29 to 2025-10-22 17:27:56 UTC [more...]

[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  (6+ messages)
` [RFC V3 1/3] xfs: Re-introduce xg_active_wq field in struct xfs_group
` [RFC V3 2/3] xfs: Refactoring the nagcount and delta calculation
` [RFC V3 3/3] xfs: Add support to shrink multiple empty AGs

[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  (15+ 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  (28+ messages)
` O_DIRECT vs BLK_FEAT_STABLE_WRITES, was "

allow file systems to increase the minimum writeback chunk size v2
 2025-10-22  5:34 UTC  (8+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES

[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 1/2] xfs: handle bio split errors during gc
 2025-10-21 21:03 UTC  (9+ messages)
` [PATCH 2/2] btrfs: handle bio split errors for append

[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  (3+ messages)

[PATCHSET] fstests: more random fixes for v2025.10.05
 2025-10-21 14:47 UTC  (21+ messages)
` [PATCH 1/8] generic/427: try to ensure there's some free space before we do the aio test
` [PATCH 5/8] generic/772: actually check for file_getattr special file support
` [PATCH 6/8] common/filter: fix _filter_file_attributes to handle xfs file flags
` [PATCH 7/8] common/attr: fix _require_noattr2

[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  (13+ messages)
` [PATCH 6.1 1/8] filemap: add a kiocb_invalidate_pages helper
` [PATCH 6.1 2/8] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 6.1 3/8] filemap: update ki_pos in generic_perform_write
` [PATCH 6.1 4/8] fs: factor out a direct_write_fallback helper
` [PATCH 6.1 5/8] direct_write_fallback(): on error revert the ->ki_pos update from buffered write
` [PATCH 6.1 6/8] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 6.1 7/8] block: fix race between set_blocksize and read paths
` [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  (9+ messages)
` [PATCH 1/3] common/filter: add missing file attribute
` [PATCH 2/3] generic/772: require filesystem to support file_[g|s]etattr
` [PATCH 3/3] generic/772: split this test into 772 and 773 for regular and special files

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

[RFC V2 0/3] Add support to shrink multiple empty AGs
 2025-10-21  4:42 UTC  (10+ messages)
` [RFC V2 3/3] xfs: "

[PATCH v5 0/7] iomap: zero range folio batch support
 2025-10-21  0:14 UTC  (3+ messages)

[syzbot] [nilfs?] [xfs?] INFO: task hung in xfs_buf_get_map
 2025-10-20 21:08 UTC 

[ANNOUNCE] xfsprogs: v6.17.0 released
 2025-10-20 16:56 UTC 

[PATCH v6 0/3] fstests: basic smoke test on zoned loop device
 2025-10-20 15:46 UTC  (3+ messages)
` [PATCH v6 2/3] common/zoned: add helpers for creation and teardown of zloop devices

fix for selecting a zone with active GC I/O for GC
 2025-10-20 11:49 UTC  (6+ messages)
` [PATCH 2/2] xfs: document another racy GC case in xfs_zoned_map_extent
  ` [PATCH 1/2] xfs: prevent gc from picking the same zone twice

[PATCH v7 00/14] hide ->i_state behind accessors
 2025-10-20  9:43 UTC  (5+ messages)
` [PATCH v7 03/14] fs: provide accessors for ->i_state

[PATCH 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-20  9:38 UTC  (13+ messages)
` [PATCH 03/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH 04/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH 05/13] vfs: allow rmdir "
` [PATCH 06/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH 07/13] vfs: make vfs_create break delegations on parent directory
` [PATCH 08/13] vfs: make vfs_mknod "

allow file systems to increase the minimum writeback chunk size
 2025-10-20  9:34 UTC  (3+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size

[PATCH v2 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
 2025-10-20  8:36 UTC 


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