public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-12 11:07:39 to 2025-11-18 09:21:40 UTC [more...]

[PATCH] doc/man: support reproducible builds
 2025-11-18  9:21 UTC 

[PATCH v3] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
 2025-11-18  9:05 UTC  (8+ messages)
` [PATCH v4] "
    ` [PATCH v5] "

[RFC PATCH] block: change __blkdev_issue_discard() return type to void
 2025-11-18  8:04 UTC  (2+ messages)

[PATCH] xfs: use zi more in xfs_zone_gc_mount
 2025-11-18  6:52 UTC  (2+ messages)

make xfs sparse-warning free
 2025-11-18  6:00 UTC  (13+ 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

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2025-11-17 23:04 UTC  (23+ 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()

[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
 2025-11-17 20:51 UTC  (20+ messages)
` [RFC PATCH 2/8] mm: Add PG_atomic
` [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 V2] mkfs: fix zone capacity check for sequential zones
 2025-11-17  9:27 UTC  (2+ messages)

re-enable IOCB_NOWAIT writes to files
 2025-11-17  7:50 UTC  (32+ 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

[PATCH] xfs: fix deadlock between busy flushing and t_busy
 2025-11-16 13:03 UTC  (4+ messages)

[Bug 211605] New: Re-mount XFS causes "noattr2 mount option is deprecated" warning
 2025-11-15  8:12 UTC  (2+ messages)
` [Bug 211605] Re-mount XFS causes "attr2 "

cleanup log item formatting v3
 2025-11-14 16:56 UTC  (14+ 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

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

enable iomap dio write completions from interrupt context v2
 2025-11-14 11:47 UTC  (8+ 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 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 "

[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

[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 

enable iomap dio write completions from interrupt context
 2025-11-13 12:35 UTC  (22+ 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 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)


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