Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-13 17:28:47 to 2026-05-20 12:54:51 UTC [more...]

[PATCH v10 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-05-20 12:54 UTC  (24+ messages)
` [PATCH v10 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v10 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v10 03/22] ovl: use core fsverity ensure info interface
` [PATCH v10 04/22] fsverity: generate and store zero-block hash
` [PATCH v10 05/22] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v10 06/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v10 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v10 08/22] iomap: teach iomap to read files with fsverity
` [PATCH v10 09/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v10 10/22] xfs: introduce fsverity on-disk changes
` [PATCH v10 11/22] xfs: initialize fs-verity on file open
` [PATCH v10 12/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v10 13/22] xfs: disable direct read path for fs-verity files
` [PATCH v10 14/22] xfs: handle fsverity I/O in write/read path
` [PATCH v10 15/22] xfs: use read ioend for fsverity data verification
` [PATCH v10 16/22] xfs: add fs-verity support
` [PATCH v10 17/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v10 18/22] xfs: add fs-verity ioctls
` [PATCH v10 19/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v10 20/22] xfs: check and repair the verity inode flag state
` [PATCH v10 21/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v10 22/22] xfs: enable ro-compat fs-verity flag

[PATCH] xfs: detect cycles in recovered unlinked inode lists
 2026-05-20 12:46 UTC  (6+ messages)

[PATCH 0/2] align the "# FS QA Test" format
 2026-05-20  9:59 UTC 

fix a buffer lookup against removal race v2
 2026-05-20  9:11 UTC  (3+ messages)
` [PATCH] xfs: fix a buffer lookup against removal race

[PATCH 1/1] xfs: fix overlapping extents returned for pNFS LAYOUTGET
 2026-05-20  8:24 UTC  (18+ messages)

[PATCH 0/2] xfs: correct pNFS layout mappings
 2026-05-20  8:21 UTC  (5+ messages)
` [PATCH 1/2] xfs: fix use of uninitialized imap in xfs_fs_map_blocks error path
` [PATCH 2/2] xfs: fix overlapping extents returned for pNFS LAYOUTGET

[ANNOUNCE] xfsprogs: v7.0.1 released
 2026-05-20  8:07 UTC 

[RFC PATCH 0/1] Add default config file for mkfs.xfs
 2026-05-20  7:17 UTC  (11+ messages)
` [RFC PATCH 1/1] xfsprogs: mkfs.xfs add default configuration file

[PATCH v2 0/5] iomap: trivial fixes for ext4 conversion
 2026-05-20  3:03 UTC  (6+ messages)
` [PATCH v2 1/5] iomap: correct the range of a partial dirty clear
` [PATCH v2 2/5] iomap: support invalidating partial folios
` [PATCH v2 3/5] iomap: fix incorrect did_zero setting in iomap_zero_iter()
` [PATCH v2 4/5] iomap: fix out-of-bounds bitmap_set() with zero-length range
` [PATCH v2 5/5] iomap: add comments for ifs_clear/set_range_dirty()

[PATCH] generic: add a test that stresses metadata eviction
 2026-05-19 20:47 UTC  (8+ messages)

[RFC PATCH] mkfs: allow specification of default options via configuration file
 2026-05-19 14:10 UTC  (3+ messages)

[ANNOUNCE] xfsprogs: for-next updated to ba267fe516d8
 2026-05-19 10:22 UTC 

[PATCH] xfs: drain inodegc before quota teardown on mount failure
 2026-05-19  8:40 UTC  (2+ messages)

[PATCH] xfs_healer: fix missing HAVE_LISTMOUNT flag and stubs
 2026-05-19  8:27 UTC  (3+ messages)

[PATCH v2] xfs: handle racing deletions in xfs_zone_gc_iter_irec
 2026-05-19  7:15 UTC  (8+ messages)

[PATCH v4 0/9] fstests: add test coverage for cloned filesystem ids
 2026-05-18 14:44 UTC  (9+ messages)
` [PATCH v4 4/9] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v4 9/9] fstests: btrfs: test UUID consistency for clones with metadata_uuid

remove struct xfs_inode.i_ino
 2026-05-18 13:28 UTC  (23+ messages)
` [PATCH 1/9] xfs: add a XFS_INODE_TO_AGNO helper
` [PATCH 2/9] xfs: add a XFS_INODE_TO_AGINO helper
` [PATCH 3/9] xfs: add a XFS_INO_TO_FSB helper
` [PATCH 4/9] xfs: add a xfs_rmap_inode_bmbt_owner
` [PATCH 5/9] xfs: add a xfs_rmap_inode_owner helper
` [PATCH 6/9] xfs: add a xchk_ip_set_corrupt helper
` [PATCH 7/9] xfs: convert xchk_inode_xref_set_corrupt to xchk_ip_xref_set_corrupt
` [PATCH 8/9] xfs: remove xfs_setup_existing_inode
` [PATCH 9/9] xfs: remove the i_ino field in struct xfs_inode

[PATCH] iomap: don't make REQ_POLLED imply REQ_NOWAIT
 2026-05-18 12:23 UTC  (2+ messages)

Should we hook up sashiko.dev?
 2026-05-18 11:54 UTC  (4+ messages)

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-05-18  6:49 UTC  (9+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure
` [PATCH v6 2/4] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH v6 3/4] buffer: add dropbehind writeback support
` [PATCH v6 4/4] block: enable RWF_DONTCACHE for block devices

fix a buffer lookup against removal race
 2026-05-18  5:44 UTC  (6+ messages)
` [PATCH] xfs: "

improve the swap_activate interface
 2026-05-18  5:29 UTC  (31+ messages)
` [PATCH 01/12] swap: remove the maxpages variable in sys_swapon
` [PATCH 02/12] swap: move boilerplate code into the core swap code
` [PATCH 03/12] swap,fs: move swapfile operations to struct file_operations
` [PATCH 04/12] swap: restrict to regular files or block devices
` [PATCH 05/12] swap: cleanup setup_swap_extents
` [PATCH 06/12] swap,block: move the block device swapon code into block/fops.c
` [PATCH 09/12] swap: push down setting sis->bdev into ->swap_activate
` [PATCH 10/12] swap: add a swap_activate_fs_ops helper
` [PATCH 11/12] swap: move struct swap_extent to swapfile.c
` [PATCH 12/12] swap: move swap_info_struct to mm/swap.h

[PATCH v14 00/15] Exposing case folding behavior
 2026-05-16 14:48 UTC  (4+ messages)

[PATCH 0/4] iomap: trivial fixes for ext4 conversion
 2026-05-16  1:25 UTC  (13+ messages)
` [PATCH 1/4] iomap: correct the range of a partial dirty clear
` [PATCH 2/4] iomap: support invalidating partial folios
` [PATCH 3/4] iomap: fix incorrect did_zero setting in iomap_zero_iter()
` [PATCH 4/4] iomap: fix out-of-bounds bitmap_set() with zero-length range

[GIT PULL] XFS: Fixes for v7.1-rc4
 2026-05-15 22:14 UTC  (2+ messages)

[ANNOUNCE] xfsprogs: for-next updated to b623033285fa
 2026-05-15 17:44 UTC 

[PATCH] libfrog: add missing HAVE_LISTMOUNT flag
 2026-05-15 17:33 UTC  (2+ messages)

[PATCH v2 1/4] common/rc: Add helper to calculate percentage of free space available
 2026-05-15 16:18 UTC  (7+ messages)
  ` [PATCH v2 3/4] generic/{102,172,347}: Adapt test for XFS on systems with 128+CPUs + SSDs
  ` [PATCH v2 4/4] xfs/21{6,7} Use default -l concurrency=0 on mkfs.xfs that supports it
  ` [PATCH v2 2/4] common/xfs: helper function to check if -l/-d/-r concurrecy flags

[PATCH v3] iomap: add simple read path for small direct I/O
 2026-05-15  8:40 UTC 

[PATCH] xfs: return -ENOENT for unallocated inodes in xfs_imap_lookup
 2026-05-15  7:01 UTC  (3+ messages)

fix block layer bounce buffering for block size > PAGE_SIZE v2
 2026-05-15  4:28 UTC  (5+ messages)

[syzbot] [xfs?] KASAN: slab-use-after-free Read in xlog_cil_push_work (2)
 2026-05-15  4:01 UTC 

bio completion in task enhancements / experiments
 2026-05-14 18:30 UTC  (3+ messages)
` [PATCH 6/8] iomap: use bio_complete_in_task for buffered read errors

[bug report] kernel BUG at fs/xfs/xfs_message.c:102!
 2026-05-14  3:16 UTC  (5+ messages)

[PATCH 0/4] xfsprogs: fix xfs_healer build issues on older kernels
 2026-05-14  0:29 UTC  (9+ messages)
` [PATCH 1/4] configure: always check for statmount supported_mask
` [PATCH 2/4] libfrog: add missing statmount flag definitions
` [PATCH 3/4] libfrog: add fallback stubs for libfrog_statmount and fstatmount
` [PATCH 4/4] gitignore: add xfs_healer binaries and services


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