messages from 2025-11-11 09:44:36 to 2025-11-14 09:22:30 UTC [more...]
[PATCH v3 0/2] block: enable per-cpu bio cache by default
2025-11-14 9:21 UTC (3+ messages)
` [PATCH v3 1/2] block: use bio_alloc_bioset for passthru IO "
` [PATCH v3 2/2] block: enable per-cpu bio cache "
[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
2025-11-14 9:20 UTC (19+ 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 v3] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
2025-11-14 8:57 UTC (5+ messages)
` [PATCH v4] "
` [PATCH v5] "
re-enable IOCB_NOWAIT writes to files
2025-11-14 6:26 UTC (15+ messages)
` [PATCH 01/14] fs: refactor file timestamp update logic
` [PATCH 02/14] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/14] fs: export vfs_utimes
` [PATCH 04/14] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/14] fs: remove inode_update_time
` [PATCH 06/14] organgefs: use inode_update_timestamps directly
` [PATCH 07/14] fs: return a negative error from generic_update_time
` [PATCH 08/14] fs: exit early in generic_update_time when there is no work
` [PATCH 09/14] fs: factor out a mark_inode_dirty_time helper
` [PATCH 10/14] fs: factor out a sync_lazytime helper
` [PATCH 11/14] fs: add a ->sync_lazytime method
` [PATCH 12/14] fs: add support for non-blocking timestamp updates
` [PATCH 13/14] xfs: implement ->sync_lazytime
` [PATCH 14/14] xfs: enable non-blocking timestamp updates
make xfs sparse-warning free
2025-11-14 5:52 UTC (4+ messages)
` [PATCH 1/3] lockref: add a __cond_lock annotation for lockref_put_or_lock
` [PATCH 2/3] xfs: move some code out of xfs_iget_recycle
` [PATCH 3/3] xfs: work around sparse context tracking in xfs_qm_dquot_isolate
fall back from direct to buffered I/O when stable writes are required
2025-11-14 5:39 UTC (24+ 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
[PATCH] xfs: ensure log recovery buffer is resized to avoid OOB
2025-11-13 19:01 UTC (7+ messages)
` [PATCH] xfs: reject log records with v2 size but v1 header version "
` [PATCH v3] xfs: validate log record version against superblock log version
enable iomap dio write completions from interrupt context v2
2025-11-13 17:09 UTC (7+ 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 v2] metadump: catch used extent array overflow
2025-11-13 14:49 UTC (2+ messages)
[PATCH v2] iomap: replace folio_batch allocation with stack allocation
2025-11-13 13:54 UTC
[PATCH V2] mkfs: fix zone capacity check for sequential zones
2025-11-13 13:46 UTC
enable iomap dio write completions from interrupt context
2025-11-13 12:35 UTC (25+ 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] metadump: catch used extent array overflow
2025-11-13 11:09 UTC (6+ messages)
[PATCH] libxfs: remove the duplicate allocation of xfs_extfree_item_cache
2025-11-13 8:07 UTC (2+ messages)
[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
2025-11-13 0:18 UTC (16+ messages)
` [PATCH v6 01/15] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v6 02/15] VFS: introduce start_dirop() and end_dirop()
` [PATCH v6 03/15] VFS: tidy up do_unlinkat()
` [PATCH v6 04/15] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v6 05/15] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v6 07/15] smb/server: use end_removing_noperm for for target of smb2_create_link()
` [PATCH v6 08/15] VFS: introduce start_removing_dentry()
` [PATCH v6 09/15] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v6 10/15] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v6 11/15] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v6 12/15] Add start_renaming_two_dentries()
` [PATCH v6 13/15] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v6 14/15] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v6 15/15] VFS: introduce end_creating_keep()
[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
2025-11-12 23:51 UTC (28+ 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()
` [syzbot ci] Re: Create and use APIs to centralise locking for directory ops
[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: fix out of bounds memory read error in symlink repair
2025-11-12 16:38 UTC (2+ messages)
[PATCH] mkfs: fix zone capacity check for sequential zones
2025-11-12 15:02 UTC (5+ 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
[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 (9+ messages)
[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 (11+ 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 (2+ messages)
[PATCH v2] xfs: add a xfs_groups_to_rfsbs helper
2025-11-11 11:00 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox