Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-01 17:11:22 to 2026-07-07 16:38:40 UTC [more...]

[PATCH v2] xfs: zero newly allocated btree root space
 2026-07-07 16:38 UTC  (9+ messages)

[PATCH] xfs: reject remote xattr entries with an out-of-range value length
 2026-07-07 16:36 UTC  (2+ messages)

[PATCH] xfs: reject attr leaf blocks with inconsistent usedbytes
 2026-07-07 16:34 UTC  (2+ messages)

[PATCH] xfs: bound da-node entry count against the correct geometry
 2026-07-07 16:29 UTC  (2+ messages)

[PATCH] xfs: bound inode fork length against the fork size during log recovery
 2026-07-07 16:26 UTC  (2+ messages)

ftruncate() after FICLONERANGE costs 300-600us/file, ~10x more than the clone itself
 2026-07-07 15:09 UTC  (5+ messages)

[PATCH] xfs: use xfs_csn_t for xlog_cil_push_now() push_seq parameter
 2026-07-07 11:37 UTC  (4+ messages)

[PATCH v3] xfs: tie zoned sysfs lifetime to zone info
 2026-07-07 11:37 UTC  (3+ messages)

[PATCH v3 0/3] xfs: fix NULL deref in log recovery reorder
 2026-07-07 11:37 UTC  (8+ messages)
` [PATCH v3 1/3] xfs: drop ASSERT(0) on unrecognized log item type
` [PATCH v3 2/3] xfs: splice unsorted log items back to the transaction after the loop
` [PATCH v3] xfs: fail recovery on a committed log item with no regions

[ANNOUNCE] xfs-linux: for-next updated to de7400fc098b
 2026-07-07 11:35 UTC 

[PATCH 1/3] iomap: consolidate bio submission
 2026-07-07 11:06 UTC  (4+ messages)

[PATCH v3 0/5] Fix quota evasion on xfs and add capable_noaudit
 2026-07-07  9:26 UTC  (16+ messages)
` [PATCH v3 1/5] xfs: fix capability check in xfs
` [PATCH v3 2/5] capability: Add new capable_noaudit
` [PATCH v3 3/5] quota: Don't issue audit messages on quota enforcing
` [PATCH v3 4/5] xfs: replace ns_capable_noaudit
` [PATCH v3 5/5] capability: unexport has_capability_noaudit

[ANNOUNCE] xfsprogs: for-next updated to 708b369bdf8f
 2026-07-07  8:27 UTC  (2+ messages)

[PATCH v4] mkfs: simplify setup_proto file status checks
 2026-07-07  8:25 UTC  (3+ messages)

[PATCH v6 0/3] iomap: add simple dio path for small direct I/O
 2026-07-07  6:57 UTC  (12+ messages)
` [PATCH v6 3/3] "

[PATCH] generic/795: add unaligned boundary test cases for WRITE_ZEROES
 2026-07-07  6:38 UTC  (4+ messages)

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-07-07  6:22 UTC  (4+ messages)

[PATCH] iomap: add a separate bio_set for iomap_split_ioend
 2026-07-07  5:04 UTC  (3+ messages)

iomap_writepages WARN_ON_ONCE(PF_MEMALLOC)
 2026-07-06 13:15 UTC  (5+ messages)

[PATCH v9 0/2] add FALLOC_FL_WRITE_ZEROES support to xfs
 2026-07-06  8:41 UTC  (3+ messages)
` [PATCH v9 1/2] xfs: add an allocation mode to xfs_alloc_file_space()
` [PATCH v9 2/2] xfs: add support for FALLOC_FL_WRITE_ZEROES

[PATCHSET 2/2] xfsprogs: new libxfs code from kernel 7.2
 2026-07-06  6:53 UTC  (22+ messages)
` [PATCH 01/18] libxfs: convert diff_items helpers to cmp_int
` [PATCH 02/18] xfs: Report case sensitivity in fileattr_get
` [PATCH 03/18] xfs: fix exchmaps reservation limit check
` [PATCH 04/18] xfs: add a XFS_INODE_TO_AGNO helper
` [PATCH 05/18] xfs: add a XFS_INODE_TO_AGINO helper
` [PATCH 06/18] xfs: add a XFS_INO_TO_FSB helper
` [PATCH 07/18] xfs: add a xfs_rmap_inode_bmbt_owner
` [PATCH 08/18] xfs: add a xfs_rmap_inode_owner helper
` [PATCH 09/18] xfs: remove the i_ino field in struct xfs_inode
` [PATCH 10/18] xfs: cleanup xfs_imap
` [PATCH 11/18] xfs: remove im_len field in struct xfs_imap
` [PATCH 12/18] xfs: massage xfs_imap_to_bp into xfs_read_icluster
` [PATCH 13/18] xfs: store an agbno in struct xfs_imap
` [PATCH 14/18] xfs: mark struct xfs_imap as __packed
` [PATCH 15/18] xfs: fix pointer arithmetic error on 32-bit systems
` [PATCH 16/18] xfs: pass back updated nb from xfs_growfs_compute_deltas
` [PATCH 17/18] xfs: cleanup xfs_growfs_compute_deltas
` [PATCH 18/18] xfs: move XFS_LSN_CMP to xfs_log_format.h

[PATCH] xfs_scrub: fix spacemap scan for internal rt devices
 2026-07-06  6:50 UTC  (3+ messages)

[PATCH] iomap: Remove FGP_NOFS from iomap_get_folio()
 2026-07-06  6:29 UTC  (2+ messages)

[PATCH v3] xfs: clean up spelling and grammar errors in comments
 2026-07-06  6:03 UTC  (2+ messages)

[PATCH v2 00/18] iomap: convert to in-iter iomap_next() model
 2026-07-06  4:59 UTC  (52+ messages)
` [PATCH v2 01/18] iomap: add ->iomap_next() and iomap_process() helper
` [PATCH v2 02/18] xfs: convert iomap ops to ->iomap_next()
` [PATCH v2 10/18] block: "
` [PATCH v2 12/18] gfs2: "
` [PATCH v2 15/18] exfat: "
` [PATCH v2 16/18] iomap: remove ->iomap_begin()/->iomap_end() legacy path
` [PATCH v2 17/18] iomap: pass iomap_next_fn directly instead of struct iomap_ops
` [PATCH v2 18/18] Documentation: iomap: update docs to reflect iomap_next model

[PATCH v2] xfs: tear down zoned sysfs before freeing zone info
 2026-07-05  3:44 UTC  (3+ messages)

[GIT PULL] XFS: Fixes for v7.2-rc2
 2026-07-03 15:55 UTC  (2+ messages)

[PATCH] xfsdump: avoid false-positive __strcpy_chk abort on long dirent names
 2026-07-03 15:49 UTC  (7+ messages)

[PATCH 6.6 0/4] fix kernel crash for xfs/235 test
 2026-07-03 13:46 UTC  (3+ messages)

[PATCH v2] xfs: clean up spelling and grammar errors in comments
 2026-07-03  9:23 UTC  (2+ messages)

[PATCH 1/2] xfs/656: rearrange directio pread/pwrite for zoned filesystems
 2026-07-03  2:21 UTC  (7+ messages)
` [PATCH 2/2] xfs/65[56]: don't unset SCRATCH_RTDEV here

update BDI {io,ra}_pages values based on the RT device limits
 2026-07-02 22:25 UTC  (3+ messages)
` [PATCH] xfs: "

Processed: unarchiving 1116595, fixed 1116595 in 6.19.0-1, tagging 1128511
 2026-07-02 20:35 UTC 

[PATCHSET 1/2] xfsprogs: new libxfs code from kernel 7.1
 2026-07-02 20:00 UTC  (6+ messages)
` [PATCH 1/5] xfs: add write pointer to xfs_rtgroup_geometry
` [PATCH 2/5] xfs: switch (back) to a per-buftarg buffer hash
` [PATCH 3/5] xfs: remove the meaningless XFS_ALLOC_FLAG_FREEING
` [PATCH 4/5] xfs: zero entire directory data block header region at init
` [PATCH 5/5] xfs: zero directory data block padding on write verification

[PATCH v8 0/2] add FALLOC_FL_WRITE_ZEROES support to xfs
 2026-07-02 19:44 UTC  (6+ messages)
` [PATCH v8 2/2] xfs: add support for FALLOC_FL_WRITE_ZEROES

[GIT PULL 3/3] xfs_scrub: codex-inspired bug fixes, part 5
 2026-07-02 19:42 UTC 

[GIT PULL 2/3] mkfs.xfs: codex-inspired bug fixes, part 2
 2026-07-02 19:41 UTC 

[GIT PULL 1/3] mkfs.xfs: codex-inspired bug fixes
 2026-07-02 19:41 UTC 

[PATCH v2 0/3] xfs: fix NULL deref in log recovery reorder
 2026-07-02 16:13 UTC  (12+ messages)
` [PATCH v2 1/3] xfs: drop ASSERT(0) on unrecognized log item type
` [PATCH v2 2/3] xfs: splice unsorted log items back to the transaction after the loop
` [PATCH v2 3/3] xfs: fail recovery on a committed log item with no regions

[PATCH] xfs: serialize zoned sysfs reads against unmount
 2026-07-02 15:46 UTC  (3+ messages)

[PATCH] formalize and fix disabling the RT subvolume
 2026-07-02 15:22 UTC  (6+ messages)

[RFC PATCH 0/4] Introduce capable_noaudit
 2026-07-02 14:51 UTC  (8+ messages)
` [RFC PATCH 1/4] capabily: Add new capable_noaudit

[PATCH v7 0/11] fstests: add test coverage for cloned filesystem ids
 2026-07-01 17:33 UTC  (7+ messages)
` [PATCH v7 04/11] fstests: add _require_unique_f_fsid() helper
` [PATCH v7 05/11] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v7 06/11] fstests: verify f_fsid for "


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