public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-03 10:25:27 to 2025-11-04 17:24:53 UTC [more...]

[PATCH 1/2] xfs: fix delalloc write failures in software-provided atomic writes
 2025-11-04 17:24 UTC  (6+ messages)
` [PATCH 2/2] xfs: fix various problems in xfs_atomic_write_cow_iomap_begin

[PATCH RFC 0/8] fs: introduce super write guard
 2025-11-04 17:08 UTC  (15+ messages)
` [PATCH RFC 1/8] fs: add super_write_guard
` [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 4/8] btrfs: use super write guard in sb_start_write()
` [PATCH RFC 5/8] ext4: use super write guard in write_mmp_block()
` [PATCH RFC 6/8] btrfs: use super write guard in relocating_repair_kthread()
` [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 v6 1/5] vfat: fix missing sb_min_blocksize() return value checks
 2025-11-04 17:00 UTC  (6+ messages)
` [PATCH v6 2/5] exfat: check return value of sb_min_blocksize in exfat_read_boot_sector
` [PATCH v6 3/5] isofs: check the return value of sb_min_blocksize() in isofs_fill_super
` [PATCH v6 4/5] xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_super
` [PATCH v6 5/5] block: add __must_check attribute to sb_min_blocksize()

[PATCH] xfs: free xfs_busy_extents structure when no RT extents are queued
 2025-11-04 16:59 UTC  (2+ messages)

[PATCH] xfs-doc: Fix typo error
 2025-11-04 16:56 UTC  (3+ messages)

[PATCH 1/2] libfrog: Prevent unnecessary waking of worker thread when using bounded workqueues
 2025-11-04 16:55 UTC  (6+ messages)
` [PATCH 2/2] repair/prefetch.c: Create one workqueue with multiple workers

transaction assertion failure in next-20251103
 2025-11-04 16:19 UTC  (3+ messages)

[PATCH v4 1/5] vfat: fix missing sb_min_blocksize() return value checks
 2025-11-04 15:57 UTC  (8+ messages)
` [PATCH v4 2/5] exfat: check return value of sb_min_blocksize in exfat_read_boot_sector
` [PATCH v4 3/5] isofs: check the return value of sb_min_blocksize() in isofs_fill_super
` [PATCH v4 4/5] xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_super
` [PATCH v4 5/5] block: add __must_check attribute to sb_min_blocksize()

fall back from direct to buffered I/O when stable writes are required
 2025-11-04 15:53 UTC  (20+ messages)
` [PATCH 1/4] fs: replace FOP_DIO_PARALLEL_WRITE with a fmode bits
` [PATCH 2/4] fs: return writeback errors for IOCB_DONTCACHE in generic_write_sync
` [PATCH 3/4] xfs: use IOCB_DONTCACHE when falling back to buffered writes

[PATCH v3 00/15] Introduce cached report zones
 2025-11-04 14:41 UTC  (32+ messages)
` [PATCH v3 01/15] block: handle zone management operations completions
` [PATCH v3 02/15] block: freeze queue when updating zone resources
` [PATCH v3 03/15] block: cleanup blkdev_report_zones()
` [PATCH v3 04/15] block: introduce disk_report_zone()
` [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] xfs: fix a rtgroup leak when xfs_init_zone fails
 2025-11-04 14:16 UTC  (2+ messages)

[PATCH RFC 6.1/6.6 CANDIDATE] mm: introduce memalloc_flags_{save,restore}
 2025-11-04 13:18 UTC 

[PATCH v5 1/5] vfat: fix missing sb_min_blocksize() return value checks
 2025-11-04 12:36 UTC  (15+ messages)
` [PATCH v5 2/5] exfat: check return value of sb_min_blocksize in exfat_read_boot_sector
` [PATCH v5 3/5] isofs: check the return value of sb_min_blocksize() in isofs_fill_super
` [PATCH v5 4/5] xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_super
` [PATCH v5 5/5] block: add __must_check attribute to sb_min_blocksize()

[PATCH 00/13] Introduce cached report zones
 2025-11-04 12:03 UTC  (22+ messages)
` [PATCH 01/13] block: freeze queue when updating zone resources
` [PATCH 02/13] block: cleanup blkdev_report_zones()
` [PATCH 03/13] block: handle zone management operations completions
` [PATCH 07/13] block: track zone conditions
` [PATCH 08/13] block: introduce blkdev_get_zone_info()

[PATCHv4 0/8]
 2025-11-04 11:35 UTC  (13+ messages)
` [PATCHv4 5/8] iomap: simplify direct io validity check

[PATCH v2 00/15] Introduce cached report zones
 2025-11-04  7:38 UTC  (41+ messages)
` [PATCH v2 01/15] block: handle zone management operations completions
` [PATCH v2 02/15] block: freeze queue when updating zone resources
` [PATCH v2 03/15] block: cleanup blkdev_report_zones()
` [PATCH v2 04/15] block: introduce disk_report_zone()
` [PATCH v2 05/15] block: reorganize struct blk_zone_wplug
` [PATCH v2 06/15] block: use zone condition to determine conventional zones
` [PATCH v2 07/15] block: track zone conditions
` [PATCH v2 08/15] block: refactor blkdev_report_zones() code
` [PATCH v2 09/15] block: introduce blkdev_get_zone_info()
` [PATCH v2 10/15] block: introduce blkdev_report_zones_cached()
` [PATCH v2 11/15] block: introduce BLKREPORTZONESV2 ioctl
` [PATCH v2 12/15] block: improve zone_wplugs debugfs attribute output
` [PATCH v2 13/15] block: add zone write plug condition to debugfs zone_wplugs
` [PATCH v2 14/15] btrfs: use blkdev_report_zones_cached()
` [PATCH v2 15/15] xfs: "

[syzbot] [iomap?] kernel BUG in folio_end_read (2)
 2025-11-04  2:43 UTC  (3+ messages)

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

[PATCH v7 00/11] Add more tests for multi fs block atomic writes
 2025-11-03 18:01 UTC  (12+ messages)
` [PATCH v7 04/12] ltp/fsx.c: Add atomic writes support to fsx
  ` [PATCH] xfs: fix write failures in software-provided atomic writes

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

[PATCH v3] fix missing sb_min_blocksize() return value checks in some filesystems
 2025-11-03 16:22 UTC  (3+ messages)

[PATCH] xfs: fix zone selection in xfs_select_open_zone_mru
 2025-11-03 15:35 UTC  (2+ messages)

[PATCH v2] fix missing sb_min_blocksize() return value checks in some filesystems
 2025-11-03 13:40 UTC  (4+ messages)

cleanup log item formatting v2
 2025-11-03 10:46 UTC  (7+ messages)
` [PATCH 02/10] xfs: set lv_bytes in xlog_write_one_vec
` [PATCH 07/10] xfs: improve the calling convention for the xlog_write helpers

[PATCH] xfs: remove xarray mark for reclaimable zones
 2025-11-03 10:19 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