Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-24 12:23:02 to 2026-07-25 07:40:21 UTC [more...]

[PATCH v8 0/13] fstests: add test coverage for cloned filesystem ids
 2026-07-25  7:39 UTC  (14+ messages)
` [PATCH v8 01/13] fstests: add _loop_image_create_clone() helper
` [PATCH v8 02/13] fstests: add _clone_mount_option() helper
` [PATCH v8 03/13] fstests: add FSNOTIFYWAIT_PROG
` [PATCH v8 04/13] fstests: add _require_fanotify_function
` [PATCH v8 05/13] fstests: add _require_unique_f_fsid() helper
` [PATCH v8 06/13] fstests: add SEMANAGE_PROG
` [PATCH v8 07/13] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v8 08/13] fstests: verify f_fsid for "
` [PATCH v8 09/13] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v8 10/13] fstests: verify IMA isolation on cloned filesystems
` [PATCH v8 11/13] fstests: verify exportfs file handles "
` [PATCH v8 12/13] fstests: add _change_metadata_uuid helper
` [PATCH v8 13/13] fstests: test UUID consistency for clones with metadata_uuid

[PATCH 0/2] generic/563: limit loop device size
 2026-07-25  7:04 UTC  (3+ messages)
` [PATCH 1/2] common/rc: add argument to _create_loop_device() to specify "
` [PATCH 2/2] generic/563: limit loop "

[PATCH v13 00/23] fs-verity support for XFS with post EOF merkle tree
 2026-07-24 23:55 UTC  (20+ messages)
` [PATCH v13 02/23] fsverity: expose ensure_fsverity_info()
` [PATCH v13 05/23] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v13 06/23] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v13 07/23] fs,fsverity: remove check for fsverity being enabled in setattr_prepare()
` [PATCH v13 08/23] fsverity: hoist statx reporting of fs-verity flag
` [PATCH v13 11/23] xfs: disable direct read path for fs-verity files
` [PATCH v13 16/23] xfs: add fs-verity support
` [PATCH v13 17/23] xfs: remove unwritten extents after preallocations in fsverity metadata

decouple simple direct I/O reads from iomap_dio_rw v2
 2026-07-24 21:50 UTC  (5+ messages)
` [PATCH 2/3] iomap: decouple simple direct I/O reads from iomap_dio_rw

[PATCHSET] xfs: LLM-inspired bug fixes, part 4
 2026-07-24 17:05 UTC  (14+ messages)
` [PATCH 1/6] xfs: only check mergeability of bnobt records
` [PATCH 2/6] xfs: don't double-lock when deleting a self-referential directory
` [PATCH 3/6] xfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointers
` [PATCH 4/6] xfs: don't zap the attr fork on repair when there are queued pptr updates
` [PATCH 5/6] xfs: nlink scrub must take IOLOCK before determining ILOCK state
` [PATCH 6/6] xfs: avoid UAF on sc->tempip in xrep_tempfile_create

misc buffer cache improvements
 2026-07-24 17:03 UTC  (29+ messages)
` [PATCH 01/12] xfs: don't get a pag reference in xfs_buf_get_map
` [PATCH 02/12] xfs: consolidate buffer locking "
` [PATCH 03/12] xfs: split out a lower-level xfs_buf_get_map helper from xfs_find_get_buf
` [PATCH 04/12] xfs: remove spurious XBF_DONE clearing on readahead validation failure
` [PATCH 05/12] xfs: remove _XBF_LOGRECOVERY
` [PATCH 06/12] xfs: hide b_flags manipulation from code outside of xfs_buf.c
` [PATCH 07/12] xfs: use WRITE_ONCE to update b_flags
` [PATCH 08/12] xfs: don't reverify buffers in xfs_buf_readahead_map
` [PATCH 09/12] xfs: use goto based error unwinding in xfs_buf_read_map
` [PATCH 10/12] xfs: merge xfs_buf_reverify into xfs_buf_read_map
` [PATCH 11/12] xfs: move buffer locking out of xfs_find_get_buf
` [PATCH 12/12] xfs: add lockless xfs_buf_readahead_map fast path

[PATCH v4 0/6] xfs write streams
 2026-07-24 14:57 UTC  (4+ messages)
  ` [PATCH v4 4/6] xfs: generic AG set based steering

fix fs-integrity for non-PI metadata v2
 2026-07-24 13:48 UTC  (10+ messages)
  ` [PATCH 2/4] block: lift BIP_CHECK_FLAGS to include/linux/bio-integrity.h
  ` [PATCH 3/4] block: handle nogenerate/noverify properly in fs-integrity
  ` [PATCH 4/4] iomap: don't free integrity payload that doesn't exist

[PATCH] xfs: fix nofs context corruption in xfs_btree_split_worker
 2026-07-24 13:42 UTC  (2+ messages)

[PATCH 00/12] fstests: introduce fscrypt support for btrfs
 2026-07-24 13:33 UTC  (13+ messages)
` [PATCH 01/12] common/encrypt: separate data and inode nonces
` [PATCH 02/12] common/encrypt: add btrfs to get_encryption_*nonce
` [PATCH 03/12] common/encrypt: add btrfs to get_ciphertext_filename
` [PATCH 04/12] common/encrypt: enable making a encrypted btrfs filesystem
` [PATCH 05/12] common/verity: explicitly don't allow btrfs encryption
` [PATCH 06/12] btrfs: add simple test of reflink of encrypted data
` [PATCH 07/12] btrfs: test snapshotting encrypted subvol
` [PATCH 08/12] fstests: properly test for v1 encryption policies in encrypt tests
` [PATCH 09/12] fstests: split generic/580 into two tests
` [PATCH 10/12] fstests: split generic/581 "
` [PATCH 11/12] fstests: split generic/613 "
` [PATCH 12/12] fscrypt-crypt-util: add support for per extent KDF

[RFC PATCH 0/4] Introduce capable_noaudit
 2026-07-24 12:55 UTC  (4+ messages)
` [RFC PATCH 3/4] xfs: replace ns_capable_noaudit()

lazy bounce buffering for checksummed reads
 2026-07-24 12:54 UTC  (6+ messages)
` [PATCH 18/22] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os

decouple simple direct I/O reads from iomap_dio_rw
 2026-07-24 12:47 UTC  (7+ messages)
` [PATCH 2/3] iomap: "


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