Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-26 09:59:14 to 2026-06-04 09:04:37 UTC [more...]

[PATCH v10 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-06-04  9:04 UTC  (11+ messages)

[PATCHSET] xfs_scrub: codex-inspired bug fixes for 7.1
 2026-06-04  6:09 UTC  (22+ messages)
` [PATCH 01/21] xfs_scrub_media_fail: reduce security lockdowns to avoid postfix problems
` [PATCH 02/21] xfs_scrub_all: fix broken command line string array construction
` [PATCH 03/21] xfs_scrub_all_fail: reduce security lockdowns to avoid postfix problems
` [PATCH 04/21] xfs_scrub_fail: send content headers for xfs_scrub_all failures
` [PATCH 05/21] xfs_scrub: fix uninitialized variable
` [PATCH 06/21] xfs_scrub: fix integer overflows
` [PATCH 07/21] xfs_scrub: don't count internal log space in the data device used count
` [PATCH 08/21] xfs_scrub: widen scrub and repair dependency mask
` [PATCH 09/21] xfs_scrub: fix work estimation for rtgroups filesystems
` [PATCH 10/21] xfs_scrub: don't report media errors in specially-owned areas as file data
` [PATCH 11/21] xfs_scrub: return SCRUB_RET_OPERROR if unicode collision detection fails to initialize
` [PATCH 12/21] xfs_scrub: fix nonsense advice after a scrub finds errors
` [PATCH 13/21] xfs_scrub: don't allow NAN as fstrim percentage
` [PATCH 14/21] xfs_scrub: reset bulkstat pointer on retry
` [PATCH 15/21] xfs_scrub: don't return garbage value from bulkstat_the_rest
` [PATCH 16/21] xfs_scrub: don't continue with phase1 if autofsck=none
` [PATCH 17/21] xfs_scrub: don't crash trying to complain about clean health
` [PATCH 18/21] xfs_scrub: fix inverted return value from ptvar_get
` [PATCH 19/21] xfs_scrub: don't obscure repair failures in repair_list_schedule
` [PATCH 20/21] xfs_scrub: bitmap iteration functions must retur
` [PATCH 21/21] xfs_scrub: read verification isn't ok if it hit runtime errors

[PATCH] xfs: fix unreachable BIGTIME check in dquot flush validation
 2026-06-03 21:08 UTC  (2+ messages)

[PATCH] common/defrag: Skip defrag tests on DAX-enabled filesystems
 2026-06-03 14:20 UTC  (2+ messages)

[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-03 13:42 UTC  (13+ messages)
` [PATCH RFC 1/8] fs, block: move blk_mode_t and fop_flags_t into <linux/types.h>
` [PATCH RFC 2/8] fs: add a global device to super block hash table
` [PATCH RFC 3/8] fs: refuse to claim any frozen block device
` [PATCH RFC 4/8] xfs: port to fs_bdev_file_open_by_path()
` [PATCH RFC 5/8] btrfs: open via dedicated fs bdev helpers
` [PATCH RFC 6/8] ext4: "
` [PATCH RFC 7/8] erofs: "
` [PATCH RFC 8/8] super: make fs_holder_ops private
` [syzbot ci] Re: fs: support freeze/thaw/mark_dead/sync with shared devices

[PATCH] common/filestreams: check zoned device before mkfs with small dsize
 2026-06-03  5:27 UTC 

[PATCH v2] xfs: do not inactivate inodes on a failed mount
 2026-06-02 14:37 UTC 

[PATCH] xfs: convert dquot iterator map allocation to kmalloc_array()
 2026-06-02 14:01 UTC  (5+ messages)
` [PATCH v2] xfs: convert dquot iterator map allocation to kmalloc_objs()

[PATCH] xfs: skip dquot attach when m_quotainfo is not set up
 2026-06-02  7:07 UTC  (2+ messages)

[PATCH] xfs: drain inodegc before quota teardown on mount failure
 2026-06-02  7:01 UTC  (5+ messages)

[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
 2026-06-02  6:54 UTC  (6+ messages)

[PATCHSET] xfs_healer: codex-inspired bug fixes for 7.1
 2026-06-02  6:34 UTC  (15+ messages)
` [PATCH 1/7] xfs_healer: fix error reporting
` [PATCH 2/7] xfs_healer: recommend offline fsck for XCORRUPT repairs
` [PATCH 3/7] xfs_healer: initialize variable here
` [PATCH 4/7] xfs_healer: run a full xfs_scrub repair if we don't know how to do a spot repair
` [PATCH 5/7] xfs_healer: fix Makefile errors
` [PATCH 6/7] xfs_healer: don't leak wh->mntpoint if fd_to_handle fails
` [PATCH 7/7] xfs_healer: coordinate access to weakhandle::mntpoint correctly

shrink struct xfs_imap
 2026-06-02  5:37 UTC  (12+ messages)
` [PATCH 1/5] xfs: cleanup xfs_imap
` [PATCH 2/5] xfs: remove im_len field in struct xfs_imap
` [PATCH 3/5] xfs: massage xfs_imap_to_bp into xfs_read_icluster
` [PATCH 4/5] xfs: store an agbno in struct xfs_imap
` [PATCH 5/5] xfs: mark struct xfs_imap as __packed

fix dblocks adjustment in growfs
 2026-06-02  5:37 UTC  (7+ messages)
` [PATCH 1/2] xfs: pass back updated nb from xfs_growfs_compute_deltas
` [PATCH 2/2] xfs: cleanup xfs_growfs_compute_deltas

[RFC PATCH v2 0/5] Add option to use default config file
 2026-06-02  4:55 UTC  (17+ messages)
` [RFC PATCH v2 1/5] xfsprogs: mkfs.xfs Add buildtime default cli_params as global variable
` [RFC PATCH v2 2/5] xfsprogs: mkfs.xfs add default configuration file
` [RFC PATCH v2 3/5] xfsprogs: mkfs.xfs add auto|autodetect value for -d/l/r concurrency
` [RFC PATCH v2 4/5] xfs_admin: add -d option to manage default mkfs config file
` [RFC PATCH v2 5/5] xfsprogs: mkfs.xfs clean up unused dft option in various validators

[PATCH] xfsprogs: include/buildrules: fix ltdep
 2026-06-01 15:16 UTC  (2+ messages)

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-06-01 11:04 UTC  (10+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-05-31 23:29 UTC  (3+ messages)

[PATCH] xfs: Remove mention of PageWriteback
 2026-05-30  6:40 UTC  (3+ messages)

[PATCH] xfs: abort mount if xfs_fs_reserve_ag_blocks fails
 2026-05-30  6:40 UTC  (4+ messages)

zoned xfs updates
 2026-05-30  6:40 UTC  (16+ messages)
` [PATCH 1/3] xfs: drop the RTG reference later in xfs_ioc_rtgroup_geometry
` [PATCH 2/3] xfs: factor rtgroup geom write pointer reporting into a helper
` [PATCH 3/3] xfs: drop the experimental warning for the zoned allocator

[PATCH 0/2] xfs: fix CoW fork repair error handling
 2026-05-30  6:40 UTC  (17+ messages)
` [PATCH 1/2] xfs: fix error returns in CoW fork repair
` [PATCH 2/2] xfs: fix rtgroup cleanup "
` [PATCH v2 0/2] xfs: fix CoW fork repair error handling
  ` [PATCH v2 1/2] xfs: fix error returns in CoW fork repair
  ` [PATCH v2 2/2] xfs: fix rtgroup cleanup "
  ` [PATCH v3 0/2] xfs: fix CoW fork repair error handling
    ` [PATCH v3 1/2] xfs: fix error returns in CoW fork repair
    ` [PATCH v3 2/2] xfs: fix rtgroup cleanup "

[PATCH 0/2] xfs: correct pNFS layout mappings
 2026-05-30  6:37 UTC  (6+ 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

[PATCH v2] xfs: handle racing deletions in xfs_zone_gc_iter_irec
 2026-05-30  6:35 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next **REBASED** to dabfaca8140f
 2026-05-30  6:35 UTC 

[PATCH] xfs: test NOWAIT DIO writes that span written/unwritten boundaries
 2026-05-29 19:27 UTC 

[PATCH] xfs: coalesce contiguous unwritten suffix into iomap for NOWAIT writes
 2026-05-29 19:11 UTC 

[BUG] iomap: NULL dereference in iomap_finish_folio_read after deferred failed read
 2026-05-29 10:24 UTC  (5+ messages)

[PATCH] xfs: remove the call to xfs_buf_reverify in xfs_trans_read_buf_map
 2026-05-29 10:09 UTC  (2+ messages)

[PATCH 1/2] common/xfs: fix _scratch_mkfs_xfs_supports_concurrency
 2026-05-29  9:43 UTC  (6+ messages)
` [PATCH 2/2] xfs/21[67]: fix mkfs log concurrency detection

[PATCH v6 1/4] block: add task-context bio completion infrastructure
 2026-05-29  8:49 UTC  (3+ messages)

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

remove struct xfs_inode.i_ino
 2026-05-29  4:33 UTC  (8+ messages)
` [PATCH 5/9] xfs: add a xfs_rmap_inode_owner helper

[ANNOUNCE] xfs-linux: for-next updated to c1b17bee804a
 2026-05-28 12:29 UTC 

[PATCH v2] xfs: drain inodegc before quota teardown on mount failure
 2026-05-28  5:35 UTC 

[PATCH v5 0/10] fstests: add test coverage for cloned filesystem ids
 2026-05-27 22:41 UTC  (11+ messages)
` [PATCH v5 03/10] fstests: add test for inotify isolation on cloned devices
` [PATCH v5 05/10] fstests: verify f_fsid for cloned filesystems

[PATCH] xfsprogs: mkfs.xfs replace assert on 0 size file with error and usage
 2026-05-27 18:20 UTC  (3+ messages)


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