Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-08 16:41:22 to 2025-10-13 14:48:29 UTC [more...]

[PATCH 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-13 14:48 UTC  (5+ messages)
` [PATCH 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH 02/13] filelock: add a lm_may_setlease lease_manager callback
` [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 v3 0/3] fstests: basic smoke test on zoned loop device
 2025-10-13 14:42 UTC  (8+ messages)
` [PATCH v3 1/3] common/zoned: add _require_zloop
` [PATCH v3 2/3] common/zoned: add _create_zloop
` [PATCH v3 3/3] generic: basic smoke for filesystems on zoned block devices

[ANNOUNCE] xfsprogs: for-next updated to 059eef174487
 2025-10-13 13:54 UTC 

[PATCH] block: enable per-cpu bio cache by default
 2025-10-13 13:31 UTC  (10+ messages)
      ` [External] "

filemap_* writeback interface cleanups
 2025-10-13 12:50 UTC  (37+ 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_fdatawrite_kick_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_flush to filemap_fdatawrite_kick

[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
 2025-10-13 11:14 UTC  (2+ messages)

[PATCH, RFC] limit per-inode writeback size considered harmful
 2025-10-13 11:01 UTC  (2+ messages)

[PATCH] xfs: XFS_ONLINE_SCRUB_STATS should depend on DEBUG_FS
 2025-10-13  8:48 UTC 

[PATCH v2] xfs: do not tightly pack-write large files
 2025-10-13  8:34 UTC  (2+ messages)

[PATCH] iomap: add IOMAP_DIO_ALIGNED flag for btrfs
 2025-10-13  7:11 UTC  (4+ messages)

[PATCH] xfs: do not tight-pack write large files
 2025-10-13  7:09 UTC  (2+ messages)

store the buftarg size in the buftarg v4
 2025-10-13  6:29 UTC  (5+ messages)
` [PATCH 1/2] xfs: track the number of blocks in each buftarg

[PATCH] mkfs: fix copy-paste error in calculate_rtgroup_geometry
 2025-10-13  3:19 UTC  (2+ messages)

[PATCH] xfs: Improve CONFIG_XFS_RT Kconfig help
 2025-10-13  3:08 UTC 

cleanup quota locking
 2025-10-13  2:48 UTC  (18+ 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
` [PATCH 12/17] xfs: push q_qlock acquisition from xchk_dquot_iter to the callers
` [PATCH 13/17] xfs: move q_qlock locking into xchk_quota_item
` [PATCH 14/17] xfs: move q_qlock locking into xqcheck_compare_dquot
` [PATCH 15/17] xfs: move q_qlock acquisition into xqcheck_commit_dquot
` [PATCH 16/17] xfs: move xfs_dquot_tree calls into xfs_qm_dqget_cache_{lookup,insert}
` [PATCH 17/17] xfs: reduce ilock roundtrips in xfs_qm_vop_dqalloc

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  (6+ messages)
  ` [PATCH v2 2/3] common/zoned: add _create_zloop

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

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  (10+ 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  (7+ messages)
` [PATCH v4 1/3] file_attr: introduce program to set/get fsxattr

[PATCH 0/2] Fix to EOPNOTSUPP double conversion in ioctl_setflags()
 2025-10-10 11:47 UTC  (6+ messages)
` [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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).