Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-09-26 15:37:52 to 2025-10-10 14:18:21 UTC [more...]

[PATCH v7 00/14] hide ->i_state behind accessors
 2025-10-10 14:18 UTC  (28+ messages)
` [PATCH v7 01/14] fs: move wait_on_inode() from writeback.h to fs.h
` [PATCH v7 02/14] fs: spell out fenced ->i_state accesses with explicit smp_wmb/smp_rmb
` [PATCH v7 03/14] fs: provide accessors for ->i_state
` [PATCH v7 04/14] Coccinelle-based conversion to use ->i_state accessors
` [PATCH v7 05/14] Manual conversion to use ->i_state accessors of all places not covered by coccinelle
` [PATCH v7 06/14] btrfs: use the new ->i_state accessors
` [PATCH v7 07/14] ceph: "
` [PATCH v7 08/14] smb: "
` [PATCH v7 09/14] f2fs: "
` [PATCH v7 10/14] gfs2: "
` [PATCH v7 11/14] overlayfs: "
` [PATCH v7 12/14] nilfs2: "
` [PATCH v7 13/14] xfs: "
` [PATCH v7 14/14] fs: make plain ->i_state access fail to compile

[PATCH 0/2] Fix to EOPNOTSUPP double conversion in ioctl_setflags()
 2025-10-10 11:47 UTC  (9+ messages)
` [PATCH 1/2] Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"
` [PATCH 2/2] fs: return EOPNOTSUPP from file_setattr/file_getattr syscalls

[PATCH v4 0/3] Test file_getattr and file_setattr syscalls
 2025-10-10  9:30 UTC  (9+ messages)
` [PATCH v4 1/3] file_attr: introduce program to set/get fsxattr
` [PATCH v4 2/3] generic: introduce test to test file_getattr/file_setattr syscalls
` [PATCH v4 3/3] xfs: test quota's project ID on special files

[PATCH v2 0/12] xfsprogs: libxfs sync v6.17
 2025-10-10  9:17 UTC  (15+ messages)
` [PATCH v2 1/11] xfs: rename diff_two_keys routines
` [PATCH v2 2/11] xfs: rename key_diff routines
` [PATCH v2 3/11] xfs: refactor cmp_two_keys routines to take advantage of cmp_int()
` [PATCH v2 4/11] xfs: refactor cmp_key_with_cur "
` [PATCH v2 5/11] xfs: use a proper variable name and type for storing a comparison result
` [PATCH v2 6/11] xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()
` [PATCH v2 7/11] xfs: return the allocated transaction from xfs_trans_alloc_empty
` [PATCH v2 8/11] xfs: improve the xg_active_ref check in xfs_group_free
` [PATCH v2 9/11] fs/xfs: replace strncpy with memtostr_pad()
` [PATCH v2 10/11] xfs: don't use a xfs_log_iovec for ri_buf in log recovery
` [PATCH v2 11/11] xfs: do not propagate ENODATA disk errors into xattr code

[PATCH] fs: Propagate FMODE_NOCMTIME flag to user-facing O_NOCMTIME
 2025-10-10  5:27 UTC  (11+ messages)

mkfs.xfs "concurrency" change concerns
 2025-10-10  5:17 UTC  (2+ messages)

[PATCH] iomap: move prefaulting out of hot write path
 2025-10-10  2:04 UTC  (4+ messages)

[cem@kernel.org: [GIT PULL] XFS: New code for for v6.18]
 2025-10-09 17:18 UTC 

[PATCH 0/12] xfsprogs: libxfs sync v6.17
 2025-10-08 20:39 UTC  (15+ messages)
` [PATCH 1/11] [PATCH] xfs: rename diff_two_keys routines
` [PATCH 2/11] [PATCH] xfs: rename key_diff routines
` [PATCH 3/11] [PATCH] xfs: refactor cmp_two_keys routines to take advantage of cmp_int()
` [PATCH 4/11] [PATCH] xfs: refactor cmp_key_with_cur "
` [PATCH 5/11] [PATCH] xfs: use a proper variable name and type for storing a comparison result
` [PATCH 6/11] [PATCH] xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()
` [PATCH 7/11] [PATCH] xfs: return the allocated transaction from xfs_trans_alloc_empty
` [PATCH 8/11] [PATCH] xfs: improve the xg_active_ref check in xfs_group_free
` [PATCH 9/11] [PATCH] fs/xfs: replace strncpy with memtostr_pad()
` [PATCH 10/11] [PATCH] xfs: don't use a xfs_log_iovec for ri_buf in log recovery
` [PATCH 11/11] [PATCH] xfs: do not propagate ENODATA disk errors into xattr code

[PATCH v2 0/3] fstests: basic smoke test on zoned loop device
 2025-10-08 15:08 UTC  (8+ messages)
` [PATCH v2 1/3] common/zoned: add _require_zloop
` [PATCH v2 2/3] common/zoned: add _create_zloop
` [PATCH v2 3/3] generic: basic smoke for filesystems on zoned block devices

[PATCH] mkfs.xfs fix sunit size on 512e and 4kN disks
 2025-10-08  6:06 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH] iomap: use largest_zero_folio() in iomap_dio_zero()
 2025-10-07 11:19 UTC  (3+ messages)

[PATCH v5 0/7] iomap: zero range folio batch support
 2025-10-07 11:12 UTC  (9+ messages)
` [PATCH v5 1/7] filemap: add helper to look up dirty folios in a range
` [PATCH v5 2/7] iomap: remove pos+len BUG_ON() to after folio lookup
` [PATCH v5 3/7] iomap: optional zero range dirty folio processing
` [PATCH v5 4/7] xfs: always trim mapping to requested range for zero range
` [PATCH v5 5/7] xfs: fill dirty folios on zero range of unwritten mappings
` [PATCH v5 6/7] iomap: remove old partial eof zeroing optimization
` [PATCH v5 7/7] xfs: error tag to force zeroing on debug kernels

[PATCH v6 0/4] hide ->i_state behind accessors
 2025-10-07 11:07 UTC  (9+ messages)
` [PATCH v6 3/4] Manual conversion of ->i_state uses

[PATCH v6 0/6] fs: introduce file_getattr and file_setattr syscalls
 2025-10-07 11:00 UTC  (7+ messages)
` [PATCH v6 4/6] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP

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

[PATCH 0/2] fstests: basic smoke test on zoned loop device
 2025-10-07  7:54 UTC  (10+ messages)
` [PATCH 1/2] common/zoned: add _require_zloop
` [PATCH] generic: basic smoke for filesystems on zoned block devices

[linus:master] [xfs] c91d38b57f: stress-ng.chown.ops_per_sec 70.2% improvement
 2025-10-07  6:44 UTC  (5+ messages)

[PATCH RFC] iomap: ensure iomap_dio_bio_iter() only submit bios that are fs block aligned
 2025-10-07  4:29 UTC  (8+ messages)

[PATCH] fs: doc: Fix typos
 2025-10-04  4:33 UTC  (8+ messages)

[PATCH RFC] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
 2025-10-04  4:16 UTC  (4+ messages)

Can the output of FIEMAP on BTRFS be used to check if a file and its reflink copy might have diverged?
 2025-10-04  1:09 UTC 

2025 LTS maintenance for XFS?
 2025-10-03 11:32 UTC  (2+ messages)

[PATCH v2] xfs: don't use __GFP_NOFAIL in xfs_init_fs_context
 2025-10-03 10:12 UTC 

[PATCH v2] xfs_scrub: fix strerror_r usage yet again
 2025-10-03 10:07 UTC  (9+ messages)

[PATCH] xfs: don't use __GFP_NOFAIL in xfs_init_fs_context
 2025-10-03  7:58 UTC  (3+ messages)

[PATCH v2 0/2] iomap: ->iomap_end() error handling fixes
 2025-10-02 17:20 UTC  (3+ messages)
` [PATCH v2 1/2] iomap: prioritize iter.status error over ->iomap_end()
` [PATCH v2 2/2] iomap: revert the iomap_iter pos on ->iomap_end() error

[PATCH AUTOSEL 6.17] iomap: error out on file IO when there is no inline_data buffer
 2025-10-01 13:36 UTC 

[PATCHSET RFC v5 1/8] fuse: general bug fixes
 2025-09-30 17:56 UTC  (13+ messages)
` [PATCH 2/8] fuse: flush pending fuse events before aborting the connection

xfs_metadump segmentation fault on large fs - xfsprogs 6.1
 2025-09-30  9:22 UTC  (11+ messages)

[PATCH v5 00/14] fuse: use iomap for buffered reads + readahead
 2025-09-29  9:38 UTC  (2+ messages)

[syzbot] [mm?] WARNING in xfs_init_fs_context
 2025-09-29  7:05 UTC  (3+ messages)

[syzbot] Monthly xfs report (Sep 2025)
 2025-09-27 20:43 UTC 

[PATCH 0/3] Update to account for attr2 and ikeep removal
 2025-09-27 13:42 UTC  (7+ messages)
` [PATCH 1/3] xfs/513: remove attr2 and ikeep tests
` [PATCH 3/3] xfs/539: Remove test for good

[PATCH v3 00/38] vfs, nfsd: implement directory delegations
 2025-09-26 16:27 UTC  (4+ messages)
` [PATCH v3 08/38] vfs: make vfs_mknod break delegations on parent directory


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