public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-04 21:26:51 to 2025-11-07 07:22:15 UTC [more...]

[linus:master] [xfs] c91d38b57f: stress-ng.chmod.ops_per_sec 3807.5% improvement
 2025-11-07  7:21 UTC 

[bug report] fstests generic/774 hang
 2025-11-07  5:53 UTC  (12+ messages)

[PATCH v2 0/2] block: enable per-cpu bio cache by default
 2025-11-07  3:17 UTC  (4+ messages)
` [PATCH v2 1/2] block: use bio_alloc_bioset for passthru IO "
` [PATCH v2 2/2] block: enable per-cpu bio cache "

[PATCH] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-07  0:00 UTC  (5+ messages)

[PATCH 0/6] iomap, xfs: improve zero range flushing and lookup
 2025-11-06 23:32 UTC  (22+ messages)
` [PATCH 1/6] iomap: replace folio_batch allocation with stack allocation
` [PATCH 2/6] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH 3/6] xfs: flush eof folio before insert range size update
` [PATCH 4/6] xfs: look up cow fork extent earlier for buffered iomap_begin
` [PATCH 6/6] xfs: replace zero range flush with folio batch

[syzbot] [iomap?] kernel BUG in folio_end_read (2)
 2025-11-06 19:36 UTC  (11+ messages)

[PATCHBOMB v2 6.19] xfs: autonomous self healing
 2025-11-06 17:06 UTC  (38+ messages)
` [PATCHSET V3 1/2] xfs: autonomous self healing of filesystems
  ` [PATCH 01/22] docs: remove obsolete links in the xfs online repair documentation
  ` [PATCH 02/22] docs: discuss autonomous self healing in the xfs online repair design doc
  ` [PATCH 03/22] xfs: create debugfs uuid aliases
  ` [PATCH 04/22] xfs: create hooks for monitoring health updates
  ` [PATCH 05/22] xfs: create a filesystem shutdown hook
  ` [PATCH 06/22] xfs: create hooks for media errors
  ` [PATCH 07/22] iomap: report buffered read and write io errors to the filesystem
  ` [PATCH 08/22] iomap: report directio read and write errors to callers
  ` [PATCH 09/22] xfs: create file io error hooks
  ` [PATCH 10/22] xfs: create a special file to pass filesystem health to userspace
  ` [PATCH 11/22] xfs: create event queuing, formatting, and discovery infrastructure
  ` [PATCH 12/22] xfs: report metadata health events through healthmon
  ` [PATCH 13/22] xfs: report shutdown "
  ` [PATCH 14/22] xfs: report media errors "
  ` [PATCH 15/22] xfs: report file io "
  ` [PATCH 16/22] xfs: allow reconfiguration of the health monitoring device
  ` [PATCH 17/22] xfs: validate fds against running healthmon
  ` [PATCH 18/22] xfs: add media error reporting ioctl
  ` [PATCH 19/22] xfs: send uevents when major filesystem events happen
  ` [PATCH 20/22] xfs: merge health monitoring events when possible
  ` [PATCH 21/22] xfs: restrict healthmon users further
  ` [PATCH 22/22] xfs: charge healthmon event objects to the memcg of the listening process
` [PATCHSET V3 2/2] iomap: generic file IO error reporting
  ` [PATCH 1/6] iomap: report file IO errors to fsnotify
  ` [PATCH 2/6] xfs: switch healthmon to use the iomap I/O error reporting
  ` [PATCH 3/6] xfs: port notify-failure to use the new vfs io "
  ` [PATCH 4/6] xfs: remove file I/O error hooks
  ` [PATCH 5/6] iomap: remove "
  ` [PATCH 6/6] xfs: report fs metadata errors via fsnotify

[RFC] xfs: fake fallocate success for always CoW inodes
 2025-11-06 17:05 UTC  (7+ messages)

[ANNOUNCE] xfs-linux: for-next updated to d8a823c6f04e
 2025-11-06 13:28 UTC 

[PATCH] xfs: free xfs_busy_extents structure when no RT extents are queued
 2025-11-06 13:27 UTC  (4+ messages)

[PATCH] xfs: fix zone selection in xfs_select_open_zone_mru
 2025-11-06 13:27 UTC  (2+ messages)

[PATCH] xfs: fix a rtgroup leak when xfs_init_zone fails
 2025-11-06 13:27 UTC  (2+ messages)

[PATCH v2 1/2] xfs: fix delalloc write failures in software-provided atomic writes
 2025-11-06 13:27 UTC  (3+ messages)
` [PATCH v2 2/2] xfs: fix various problems in xfs_atomic_write_cow_iomap_begin

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

fs-next-20251103 reclaim lockdep splat
 2025-11-06 12:20 UTC  (3+ messages)

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

[syzbot] [mm?] [xfs?] KASAN: slab-use-after-free Read in filemap_map_pages
 2025-11-06 11:06 UTC  (2+ messages)
` [syzbot] [mm?] "

[PATCH RFC 0/8] fs: introduce super write guard
 2025-11-06 10:04 UTC  (18+ messages)
` [PATCH RFC 2/8] btrfs: use super write guard in btrfs_reclaim_bgs_work()
` [PATCH RFC 3/8] btrfs: use super write guard btrfs_run_defrag_inode()
` [PATCH RFC 5/8] ext4: use super write guard in write_mmp_block()
` [PATCH RFC 7/8] open: use super write guard in do_ftruncate()
` [PATCH RFC 8/8] xfs: use super write guard in xfs_file_ioctl()

[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
 2025-11-06  9:02 UTC  (17+ messages)
` [PATCH v5 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v5 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v5 03/14] VFS: tidy up do_unlinkat()
` [PATCH v5 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v5 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v5 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [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 1/2] libfrog: Prevent unnecessary waking of worker thread when using bounded workqueues
 2025-11-06  4:01 UTC  (4+ messages)
` [PATCH 2/2] repair/prefetch.c: Create one workqueue with multiple workers

cleanup log item formatting v2
 2025-11-05 22:13 UTC  (19+ messages)
` [PATCH 02/10] xfs: set lv_bytes in xlog_write_one_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 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 1/2] xfs: fix delalloc write failures in software-provided atomic writes
 2025-11-05 19:18 UTC  (6+ messages)
` [PATCH 2/2] xfs: fix various problems in xfs_atomic_write_cow_iomap_begin

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

[PATCH v4 00/15] Introduce cached report zones
 2025-11-05 15:45 UTC  (12+ messages)
` [PATCH v4 07/15] block: track zone conditions
` [PATCH v4 08/15] block: refactor blkdev_report_zones() code
` [PATCH v4 09/15] block: introduce blkdev_get_zone_info()
` [PATCH v4 10/15] block: introduce blkdev_report_zones_cached()
` [PATCH v4 11/15] block: introduce BLKREPORTZONESV2 ioctl
` [PATCH v4 12/15] block: improve zone_wplugs debugfs attribute output
` [PATCH v4 13/15] block: add zone write plug condition to debugfs zone_wplugs
` [PATCH v4 14/15] btrfs: use blkdev_report_zones_cached()
` [PATCH v4 15/15] xfs: "

[PATCH v4 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-05 12:19 UTC  (7+ messages)
` [PATCH v4 03/17] filelock: add struct delegated_inode
` [PATCH v4 10/17] vfs: make vfs_create break delegations on parent directory

alloc misaligned vectors for zoned XFS v2
 2025-11-05 12:09 UTC  (2+ messages)

[PATCH v6 1/5] vfat: fix missing sb_min_blocksize() return value checks
 2025-11-05 11:17 UTC  (5+ messages)
` [PATCH v6 3/5] isofs: check the return value of sb_min_blocksize() in isofs_fill_super

[PATCH v3 00/15] Introduce cached report zones
 2025-11-05  7:14 UTC  (23+ messages)
` [PATCH v3 05/15] block: reorganize struct blk_zone_wplug
` [PATCH v3 06/15] block: use zone condition to determine conventional zones
` [PATCH v3 07/15] block: track zone conditions
` [PATCH v3 08/15] block: refactor blkdev_report_zones() code
` [PATCH v3 09/15] block: introduce blkdev_get_zone_info()
` [PATCH v3 10/15] block: introduce blkdev_report_zones_cached()
` [PATCH v3 11/15] block: introduce BLKREPORTZONESV2 ioctl
` [PATCH v3 12/15] block: improve zone_wplugs debugfs attribute output
` [PATCH v3 13/15] block: add zone write plug condition to debugfs zone_wplugs
` [PATCH v3 14/15] btrfs: use blkdev_report_zones_cached()
` [PATCH v3 15/15] xfs: "

[PATCH v4 1/5] vfat: fix missing sb_min_blocksize() return value checks
 2025-11-05  2:08 UTC  (4+ messages)
` [PATCH v4 4/5] xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_super

[PATCH] xfs-doc: Fix typo error
 2025-11-05  1:35 UTC  (2+ messages)
` [PATCH V2] "

[PATCHBOMB 6.19] xfs: autonomous self healing
 2025-11-04 22:48 UTC  (3+ messages)
` [PATCHSET V2 2/2] xfsprogs: autonomous self healing of filesystems in Rust

transaction assertion failure in next-20251103
 2025-11-04 22:25 UTC  (2+ messages)


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