public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-07 16:13:10 to 2025-11-12 20:01:13 UTC [more...]

enable iomap dio write completions from interrupt context
 2025-11-12 20:01 UTC  (11+ messages)
` [PATCH 1/5] fs, iomap: remove IOCB_DIO_CALLER_COMP
` [PATCH 2/5] iomap: always run error completions in user context
` [PATCH 3/5] iomap: rework REQ_FUA selection
` [PATCH 4/5] iomap: support write completions from interrupt context
` [PATCH 5/5] iomap: invert the polarity of IOMAP_DIO_INLINE_COMP

[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
 2025-11-12 19:46 UTC  (25+ messages)
` [PATCH v5 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v5 03/14] VFS: tidy up do_unlinkat()
` [PATCH v5 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v5 07/14] VFS: introduce start_removing_dentry()
` [PATCH v5 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v5 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v5 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v5 11/14] Add start_renaming_two_dentries()
` [PATCH v5 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v5 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v5 14/14] VFS: introduce end_creating_keep()

[PATCH 0/2] xfs_db rdump: papercut fixes
 2025-11-12 19:45 UTC  (7+ messages)
` [PATCH 1/2] xfs_db rdump: remove sole_path logic
` [PATCH 2/2] xfs_db: use push_cur_and_set_type more

[PATCH] xfs: ensure log recovery buffer is resized to avoid OOB
 2025-11-12 18:45 UTC  (4+ messages)
  ` [PATCH] xfs: reject log records with v2 size but v1 header version "

[PATCH] metadump: catch used extent array overflow
 2025-11-12 16:39 UTC  (5+ messages)

[PATCH] xfs: fix out of bounds memory read error in symlink repair
 2025-11-12 16:38 UTC  (2+ messages)

[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
 2025-11-12 15:56 UTC  (11+ messages)
` [RFC PATCH 1/8] fs: Rename STATX{_ATTR}_WRITE_ATOMIC -> STATX{_ATTR}_WRITE_ATOMIC_DIO
` [RFC PATCH 2/8] mm: Add PG_atomic
` [RFC PATCH 3/8] fs: Add initial buffered atomic write support info to statx
` [RFC PATCH 4/8] iomap: buffered atomic write support
` [RFC PATCH 5/8] iomap: pin pages for RWF_ATOMIC buffered write
` [RFC PATCH 6/8] xfs: Report atomic write min and max for buf io as well
` [RFC PATCH 7/8] iomap: Add bs<ps buffered atomic writes support
` [RFC PATCH 8/8] xfs: Lift the bs == ps restriction for HW buffered atomic writes
` [syzbot ci] Re: xfs: single block atomic writes for buffered IO

[PATCH] mkfs: fix zone capacity check for sequential zones
 2025-11-12 15:02 UTC  (5+ messages)

fall back from direct to buffered I/O when stable writes are required
 2025-11-12 14:38 UTC  (12+ messages)

[PATCH] iomap: replace folio_batch allocation with stack allocation
 2025-11-12 12:53 UTC  (4+ messages)

cleanup log item formatting v3
 2025-11-12 12:14 UTC  (11+ messages)
` [PATCH 01/10] xfs: add a xlog_write_one_vec helper
` [PATCH 02/10] xfs: set lv_bytes in xlog_write_one_vec
` [PATCH 03/10] xfs: improve the ->iop_format interface
` [PATCH 04/10] xfs: move struct xfs_log_iovec to xfs_log_priv.h
` [PATCH 05/10] xfs: move struct xfs_log_vec "
` [PATCH 06/10] xfs: regularize iclog space accounting in xlog_write_partial
` [PATCH 07/10] xfs: improve the calling convention for the xlog_write helpers
` [PATCH 08/10] xfs: add a xlog_write_space_left helper
` [PATCH 09/10] xfs: improve the iclog space assert in xlog_write_iovec
` [PATCH 10/10] xfs: factor out a xlog_write_space_advance helper

[PATCH] xfs: remove xarray mark for reclaimable zones
 2025-11-12 10:33 UTC  (2+ messages)

kill xlog_in_core_2_t v3
 2025-11-12 10:33 UTC  (2+ messages)

[PATCH v6 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-12  9:00 UTC  (20+ messages)
` [PATCH v6 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v6 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v6 03/17] filelock: add struct delegated_inode
` [PATCH v6 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v6 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v6 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v6 07/17] vfs: allow rmdir "
` [PATCH v6 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v6 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v6 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v6 11/17] vfs: make vfs_mknod "
` [PATCH v6 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v6 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v6 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v6 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v6 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v6 17/17] vfs: expose delegation support to userland

fall back from direct to buffered I/O when stable writes are required
 2025-11-12  7:13 UTC  (7+ messages)
` [PATCH 1/4] fs: replace FOP_DIO_PARALLEL_WRITE with a fmode bits
` [PATCH 4/4] xfs: fallback to buffered I/O for direct I/O when stable writes are required

[Bug 216031] New: forced kernel crash soon after startup exposes XFS growfs race condition
 2025-11-12  5:04 UTC  (5+ messages)
` [Bug 216031] "

fs-next-20251103 reclaim lockdep splat
 2025-11-11 14:07 UTC  (5+ messages)

[RFC] xfs: fake fallocate success for always CoW inodes
 2025-11-11 13:40 UTC  (28+ messages)
              ` truncatat? was, "

[PATCH v5 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-11 12:14 UTC  (12+ messages)
` [PATCH v5 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v5 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v5 03/17] filelock: add struct delegated_inode
` [PATCH v5 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v5 17/17] vfs: expose delegation support to userland

[bug report] fstests generic/774 hang
 2025-11-11 11:43 UTC  (22+ messages)
              ` [WARNING: UNSCANNABLE EXTRACTION FAILED]Re: "

[ANNOUNCE] xfs-linux: for-next updated to 6a7bb6ccd005
 2025-11-11 11:03 UTC 

cleanup quota locking v2
 2025-11-11 11:00 UTC  (29+ messages)
` [PATCH 01/18] xfs: don't leak a locked dquot when xfs_dquot_attach_buf fails
` [PATCH 02/18] xfs: make qi_dquots a 64-bit value
` [PATCH 03/18] xfs: don't treat all radix_tree_insert errors as -EEXIST
` [PATCH 04/18] xfs: remove xfs_dqunlock and friends
` [PATCH 05/18] xfs: use a lockref for the xfs_dquot reference count
` [PATCH 06/18] xfs: remove xfs_qm_dqput and optimize dropping dquot references
` [PATCH 07/18] xfs: consolidate q_qlock locking in xfs_qm_dqget and xfs_qm_dqget_inode
` [PATCH 08/18] xfs: xfs_qm_dqattach_one is never called with a non-NULL *IO_idqpp
` [PATCH 09/18] xfs: fold xfs_qm_dqattach_one into xfs_qm_dqget_inode
` [PATCH 10/18] xfs: return the dquot unlocked from xfs_qm_dqget
` [PATCH 11/18] xfs: remove q_qlock locking in xfs_qm_scall_setqlim
` [PATCH 12/18] xfs: push q_qlock acquisition from xchk_dquot_iter to the callers
` [PATCH 13/18] xfs: move q_qlock locking into xchk_quota_item
` [PATCH 14/18] xfs: move q_qlock locking into xqcheck_compare_dquot
` [PATCH 15/18] xfs: move quota locking into xqcheck_commit_dquot
` [PATCH 16/18] xfs: move quota locking into xrep_quota_item
` [PATCH 17/18] xfs: move xfs_dquot_tree calls into xfs_qm_dqget_cache_{lookup,insert}
` [PATCH 18/18] xfs: reduce ilock roundtrips in xfs_qm_vop_dqalloc

[PATCH v2] xfs: add a xfs_groups_to_rfsbs helper
 2025-11-11 11:00 UTC  (2+ messages)

[PATCH] xfs-doc: Fix typo error
 2025-11-10 19:50 UTC  (3+ messages)
` [PATCH V2] "

[PATCH v2] libxfs: support reproducible filesystems using deterministic time/seed
 2025-11-10 18:01 UTC  (2+ messages)

[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-10 13:13 UTC 

[PATCH 0/2] printk_ringbuffer: Fix regression in get_data() and clean up data size checks
 2025-11-10 12:25 UTC  (6+ messages)
` [PATCH 1/2] printk_ringbuffer: Fix check of valid data size when blk_lpos overflows
` [PATCH 2/2] printk_ringbuffer: Create a helper function to decide whether a more space is needed

[RFC V3 0/3] xfs: Add support to shrink multiple empty AGs
 2025-11-10  7:05 UTC  (8+ messages)

[GIT PULL] XFS: Fixes for for v6.18-rc5
 2025-11-08 17:15 UTC  (2+ messages)

[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-08  9:19 UTC  (7+ messages)
  ` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)

[PATCH v2 1/2] block: use bio_alloc_bioset for passthru IO by default
 2025-11-08  1:15 UTC  (2+ messages)

generic/648 metadata corruption
 2025-11-07 23:58 UTC  (3+ messages)

[PATCH v1] libxfs: support reproducible filesystems using deterministic time/seed
 2025-11-07 17:38 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