Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-10-15 22:06:50 to 2025-10-21 07:13:06 UTC [more...]

[PATCH 6.1 0/8] Backporting CVE-2025-38073 fix patch
 2025-10-21  7:03 UTC  (9+ 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] xfs: use kmalloc_array() instead of kmalloc() for map allocation
 2025-10-21  7:02 UTC  (2+ messages)

[PATCHSET] fstests: more random fixes for v2025.10.05
 2025-10-21  5:30 UTC  (33+ messages)
` [PATCH 1/8] generic/427: try to ensure there's some free space before we do the aio test
` [PATCH 2/8] common/rc: fix _require_xfs_io_shutdown
` [PATCH 3/8] generic/742: avoid infinite loop if no fiemap results
` [PATCH 4/8] generic/{482,757}: skip test if there are no FUA writes
` [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 8/8] common: fix _require_xfs_io_command pwrite -A for various blocksizes

[PATCH 1/2] xfs: handle bio split errors during gc
 2025-10-21  5:28 UTC  (8+ messages)
` [PATCH 2/2] btrfs: handle bio split errors for append

[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] btrfs: never trust the bio from direct IO
 2025-10-21  3:17 UTC  (12+ messages)
` O_DIRECT vs BLK_FEAT_STABLE_WRITES, was "

[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 0/3] generic/772: split and fix
 2025-10-20 16:46 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 3/3] generic/772: split this test into 772 and 773 for regular and special files

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

[RFC V3 0/3] xfs: Add support to shrink multiple empty AGs
 2025-10-20 15:43 UTC  (4+ 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

fix for selecting a zone with active GC I/O for GC
 2025-10-20 11:49 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

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

[PATCH v7 00/14] hide ->i_state behind accessors
 2025-10-20  9:43 UTC  (8+ 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 v2
 2025-10-20  9:35 UTC  (9+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES
` [PATCH 3/3] xfs: set s_min_writeback_pages for zoned file systems

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

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

[PATCH v2] xfs: cache open zone in inode->i_private
 2025-10-20  8:17 UTC  (3+ messages)

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

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

mkfs.xfs "concurrency" change concerns
 2025-10-18 15:01 UTC  (7+ messages)

cleanup quota locking
 2025-10-17 23:09 UTC  (14+ messages)
` [PATCH 10/17] xfs: return the dquot unlocked from xfs_qm_dqget
` [PATCH 15/17] xfs: move q_qlock acquisition into xqcheck_commit_dquot
` [PATCH 17/17] xfs: reduce ilock roundtrips in xfs_qm_vop_dqalloc

[PATCH 0/2] fstests: basic smoke test on zoned loop device
 2025-10-17 18:21 UTC  (4+ messages)
` [PATCH] generic: basic smoke for filesystems on zoned block devices

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

[ANNOUNCE] zloopctl - a small zloop administration utility
 2025-10-17  8:00 UTC 

[PATCH] xfs: avoid busy loops in GCD
 2025-10-17  7:08 UTC  (2+ messages)

[PATCH v2 1/3] xfs: don't set bt_nr_sectors to a negative number
 2025-10-17  5:48 UTC  (8+ messages)
` [PATCH v2 3/3] xfs: quietly ignore deprecated mount options
` [PATCH 4/3] xfs: fix locking in xchk_nlinks_collect_dir

[PATCH v2] xfs: cache open zone in inode->i_private
 2025-10-17  5:27 UTC  (2+ messages)

[PATCH 0/6] iomap, xfs: improve zero range flushing and lookup
 2025-10-16 19:03 UTC  (7+ messages)
` [PATCH 1/6] iomap: replace folio_batch allocation with stack allocation
` [PATCH 2/6] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH 3/6] xfs: flush eof folio before insert range size update
` [PATCH 4/6] xfs: look up cow fork extent earlier for buffered iomap_begin
` [PATCH 5/6] xfs: only flush when COW fork blocks overlap data fork holes
` [PATCH 6/6] xfs: replace zero range flush with folio batch

[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
 2025-10-16 12:10 UTC  (2+ messages)

[Bug 220669] New: Drive issues cause system and coredump and reboot
 2025-10-16 11:10 UTC  (7+ messages)
` [Bug 220669] "

[PATCH] xfs: cache open zone in inode->i_private
 2025-10-16  6:06 UTC  (3+ messages)


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