Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-10-03 09:35:22 to 2025-10-13 02:49:44 UTC [more...]

cleanup quota locking
 2025-10-13  2:48 UTC  (12+ messages)
` [PATCH 01/17] xfs: make qi_dquots a 64-bit value
` [PATCH 02/17] xfs: remove xfs_dqunlock and friends
` [PATCH 03/17] xfs: don't lock the dquot before return in xqcheck_commit_dquot
` [PATCH 04/17] xfs: don't lock the dquot before return in xrep_quota_item
` [PATCH 05/17] xfs: use a lockref for the xfs_dquot reference count
` [PATCH 06/17] xfs: remove xfs_qm_dqput and optimize dropping dquot references
` [PATCH 07/17] xfs: consolidate q_qlock locking in xfs_qm_dqget and xfs_qm_dqget_inode
` [PATCH 08/17] xfs: xfs_qm_dqattach_one is never called with a non-NULL *IO_idqpp
` [PATCH 09/17] xfs: fold xfs_qm_dqattach_one into xfs_qm_dqget_inode
` [PATCH 10/17] xfs: return the dquot unlocked from xfs_qm_dqget
` [PATCH 11/17] xfs: remove q_qlock locking in xfs_qm_scall_setqlim

kill xlog_in_core_2_t v2
 2025-10-13  2:42 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 v2 0/3] fstests: basic smoke test on zoned loop device
 2025-10-12  0:36 UTC  (10+ 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

SegFault in cache code 2
 2025-10-11 18:36 UTC  (2+ messages)

[PATCH] mkfs: fix copy-paste error in calculate_rtgroup_geometry
 2025-10-11 18:34 UTC 

SegFault in cache code
 2025-10-11  7:29 UTC 

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

[PATCH] block: enable per-cpu bio cache by default
 2025-10-11  1:43 UTC  (3+ messages)

[syzbot] [xfs?] INFO: task hung in xlog_force_lsn (2)
 2025-10-10 20:49 UTC 

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

[PATCH v7 00/14] hide ->i_state behind accessors
 2025-10-10 15:51 UTC  (34+ 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 v4 0/3] Test file_getattr and file_setattr syscalls
 2025-10-10 15: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 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 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] 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] mkfs.xfs fix sunit size on 512e and 4kN disks
 2025-10-08  6:06 UTC  (3+ 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  (6+ messages)

[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  (9+ 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  (6+ 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  (8+ messages)


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