Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-10-30 06:49:22 to 2025-11-03 13:35:38 UTC [more...]

[PATCH v2 00/15] Introduce cached report zones
 2025-11-03 13:31 UTC  (13+ 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 v4 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-03 13:13 UTC  (19+ 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 00/13] Introduce cached report zones
 2025-11-03 12:59 UTC  (56+ 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 04/13] block: introduce disk_report_zone()
` [PATCH 05/13] block: reorganize struct blk_zone_wplug
` [PATCH 06/13] block: use zone condition to determine conventional zones
` [PATCH 07/13] block: track zone conditions
` [PATCH 08/13] block: introduce blkdev_get_zone_info()
` [PATCH 09/13] block: introduce blkdev_report_zones_cached()
` [PATCH 10/13] block: introduce BLKREPORTZONESV2 ioctl
` [PATCH 11/13] block: add zone write plug condition to debugfs zone_wplugs
` [PATCH 12/13] btrfs: use blkdev_report_zones_cached()
` [PATCH 13/13] xfs: "

fall back from direct to buffered I/O when stable writes are required
 2025-11-03 12:21 UTC  (24+ messages)
` [PATCH 4/4] xfs: fallback to buffered I/O for direct "

[PATCH v7 00/11] Add more tests for multi fs block atomic writes
 2025-11-03 12:16 UTC  (16+ 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 v7 05/12] generic: Add atomic write test using fio crc check verifier

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

cleanup log item formatting v2
 2025-11-03 10:46 UTC  (20+ 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-03 10:19 UTC  (2+ messages)

xfs_metadump segmentation fault on large fs - xfsprogs 6.1
 2025-11-03 10:18 UTC  (11+ messages)

[PATCH] xfs: fix zone selection in xfs_select_open_zone_mru
 2025-11-03 10:15 UTC 

[PATCH v2] xfs: add a xfs_groups_to_rfsbs helper
 2025-11-03 10:14 UTC 

[PATCH] fix missing sb_min_blocksize() return value checks in some filesystems
 2025-11-02 14:53 UTC  (4+ messages)

[syzbot] [iomap?] kernel BUG in folio_end_read (2)
 2025-11-02  5:39 UTC  (2+ messages)

[GIT PULL] XFS: fixes for v6.18-rc4
 2025-11-01 17:41 UTC  (2+ messages)

[PATCHSET 1/2] fstests: more random fixes for v2025.10.05
 2025-11-01 16:22 UTC  (8+ messages)
` [PATCH 09/11] generic/778: fix severe performance problems

[RFC] Detecting missing null pointer checks after memory allocations
 2025-11-01 12:42 UTC 

[PATCH v7 0/3] fstests: basic smoke test on zoned loop device
 2025-11-01 11:00 UTC  (3+ messages)
` [PATCH v7 3/3] generic: basic smoke for filesystems on zoned block devices

[PATCH v2 0/3] generic/772: split and fix
 2025-11-01  9:11 UTC  (5+ messages)
` [PATCH v2 1/2] generic/772: require filesystem to support file_[g|s]etattr
` [PATCH v2 2/2] generic/772: split this test into 772 and 779 for regular and special files

alloc misaligned vectors for zoned XFS v2
 2025-10-31 15:24 UTC  (4+ messages)
` [PATCH 1/2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
` [PATCH 2/2] xfs: support sub-block aligned vectors in always COW mode

kill xlog_in_core_2_t v3
 2025-10-31 14:16 UTC  (19+ messages)
  ` [PATCH 1/9] xfs: add a XLOG_CYCLE_DATA_SIZE constant
  ` [PATCH 2/9] xfs: add a on-disk log header cycle array accessor
  ` [PATCH 3/9] xfs: don't use xlog_in_core_2_t in struct xlog_in_core
  ` [PATCH 4/9] xfs: cleanup xlog_alloc_log a bit
  ` [PATCH 5/9] xfs: remove a very outdated comment from xlog_alloc_log
  ` [PATCH 6/9] xfs: remove xlog_in_core_2_t
  ` [PATCH 7/9] xfs: remove the xlog_rec_header_t typedef
  ` [PATCH 8/9] xfs: remove l_iclog_heads
  ` [PATCH 9/9] xfs: remove the xlog_in_core_t typedef

[ANNOUNCE] xfs-linux: for-next updated to 0db22d7ee462
 2025-10-31 13:19 UTC 

alloc misaligned vectors for zoned XFS
 2025-10-31 12:40 UTC  (8+ messages)
` [PATCH 1/4] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag

[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-31 12:23 UTC  (5+ messages)
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent

fix for selecting a zone with active GC I/O for GC v2
 2025-10-31 11:19 UTC  (3+ messages)
` [PATCH 1/2] xfs: prevent gc from picking the same zone twice

[PATCHv4 0/8]
 2025-10-31  9:18 UTC  (10+ messages)
` [PATCHv4 5/8] iomap: simplify direct io validity check

[PATCH v4 00/14] Create and use APIs to centralise locking for directory ops
 2025-10-30 23:41 UTC  (12+ messages)
` [PATCH v4 07/14] VFS: introduce start_removing_dentry()
` [PATCH v4 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v4 11/14] Add start_renaming_two_dentries()
` [PATCH v4 12/14] ecryptfs: use new start_creating/start_removing APIs

filemap_* writeback interface cleanups v2
 2025-10-30 18:21 UTC  (3+ messages)
` [PATCH 05/10] btrfs: push struct writeback_control into start_delalloc_inodes

[PATCHSET V2] xfs: autonomous self healing of filesystems
 2025-10-30 16:54 UTC  (5+ messages)
` [PATCH 02/19] docs: discuss autonomous self healing in the xfs online repair design doc
` [PATCH 11/19] xfs: create event queuing, formatting, and discovery infrastructure

[PATCHSET] fstests: more random fixes for v2025.10.05
 2025-10-30 16:33 UTC  (6+ messages)
` [PATCH 5/8] generic/772: actually check for file_getattr special file support

[PATCH] xfs: fix overflows when converting from a count of groups to blocks
 2025-10-30 16:32 UTC  (4+ messages)

[syzbot] Monthly xfs report (Oct 2025)
 2025-10-30  8:47 UTC  (5+ messages)
  ` [syzbot] [xfs?] KASAN: slab-use-after-free Read in xfs_buf_rele (4)

[bug report] fstests generic/774 hang
 2025-10-30  8:45 UTC 

[PATCH] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
 2025-10-30  7:29 UTC  (5+ messages)
` [PATCH v3] "


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