Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-06-30 10:01:15 to 2026-07-03 02:01:47 UTC [more...]

[PATCH v2 00/18] iomap: convert to in-iter iomap_next() model
 2026-07-03  2:01 UTC  (53+ 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 03/18] btrfs: "
` [PATCH v2 04/18] ntfs3: "
` [PATCH v2 05/18] ntfs: "
` [PATCH v2 06/18] ext4: "
` [PATCH v2 07/18] erofs: "
` [PATCH v2 08/18] zonefs: "
` [PATCH v2 09/18] ext2: "
` [PATCH v2 10/18] block: "
` [PATCH v2 11/18] f2fs: "
` [PATCH v2 12/18] gfs2: "
` [PATCH v2 13/18] hpfs: "
` [PATCH v2 14/18] fuse: "
` [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

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 2/2] xfsprogs: new libxfs code from kernel 7.2
 2026-07-02 20:05 UTC  (19+ 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

[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] xfsdump: avoid false-positive __strcpy_chk abort on long dirent names
 2026-07-02 19:58 UTC  (5+ messages)

[PATCH v3 0/3] xfs: fix NULL deref in log recovery reorder
 2026-07-02 19:45 UTC  (5+ 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

[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 v3 0/5] Fix quota evasion on xfs and add capable_noaudit
 2026-07-02 15:58 UTC  (14+ 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

[PATCH] xfs: use xfs_csn_t for xlog_cil_push_now() push_seq parameter
 2026-07-02 15:53 UTC  (2+ messages)

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

[PATCH v2] xfs: zero newly allocated btree root space
 2026-07-02 15:31 UTC  (7+ messages)

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

[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 v6 0/3] iomap: add simple dio path for small direct I/O
 2026-07-02 14:35 UTC  (8+ messages)
` [PATCH v6 1/3] iomap: factor out iomap_dio_alignment helper
` [PATCH v6 2/3] iomap: pass error code to should_report_dio_fserror directly
` [PATCH v6 3/3] iomap: add simple dio path for small direct I/O

iomap_writepages WARN_ON_ONCE(PF_MEMALLOC)
 2026-07-02 10:59 UTC  (2+ messages)

[PATCH] xfs_scrub: fix spacemap scan for internal rt devices
 2026-07-02 10:27 UTC  (2+ messages)

[PATCH 1/3] iomap: consolidate bio submission
 2026-07-02 10:27 UTC  (3+ messages)

[PATCH v7 0/11] fstests: add test coverage for cloned filesystem ids
 2026-07-01 17:33 UTC  (9+ messages)
` [PATCH v7 01/11] fstests: add _loop_image_create_clone() helper
` [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 "

[PATCH 6.6 0/4] fix kernel crash for xfs/235 test
 2026-07-01 16:33 UTC  (8+ messages)

fix GFP_ flag use in the buffer cache
 2026-07-01 16:03 UTC  (6+ messages)
` [PATCH 2/4] xfs: lift setting __GFP_NOFAIL from xfs_buf_alloc_kmem to the caller

[PATCH] xfs: fail recovery on a committed log item with no regions
 2026-07-01 15:43 UTC  (4+ messages)

[ANNOUNCE] xfs-linux: for-next updated to e4281086ae6c
 2026-07-01 12:52 UTC 

[PATCH v2] xfs: use null daddr for unset first bad log block
 2026-07-01 12:50 UTC  (4+ messages)

[PATCH] xfs: fix memory leak in xfs_dqinode_metadir_create()
 2026-07-01 12:50 UTC  (2+ messages)

[PATCH] xfs: release dquot buffer after dqflush failure
 2026-07-01 12:50 UTC  (2+ messages)

xfs_buf_submit error handling fix v2
 2026-07-01 12:50 UTC  (2+ messages)

[PATCH] xfs: fix AGFL extent count calculation in xrep_agfl_fill
 2026-07-01 12:50 UTC  (2+ messages)

[PATCH] xfs: remove the v2log group
 2026-07-01 10:36 UTC  (2+ messages)

[PATCHSET] mkfs.xfs: codex-inspired bug fixes, part 2
 2026-07-01 10:34 UTC  (7+ messages)
` [PATCH 1/3] mkfs: pass stat buf pointers around the protofile code
` [PATCH 2/3] mkfs: fix hardlink detection in directory import code
` [PATCH 3/3] mkfs: PQUOTA shouldn't conflict with GQNOENFORCE

kdevops-ng: graduating kdevops beyond Ansible
 2026-07-01  8:22 UTC 

[ANNOUNCE] xfsprogs: for-next updated to 7a26df144fad
 2026-07-01  8:01 UTC 

[PATCH v5 0/4] iomap: add simple dio path for small direct I/O
 2026-07-01  3:21 UTC  (4+ messages)
` [PATCH v5 4/4] "

[PATCHSET 2/4] mkfs.xfs: codex-inspired bug fixes
 2026-06-30 16:28 UTC  (7+ messages)
` [PATCH 4/6] mkfs: fix hardlink detection in directory import code
` [PATCH 5/6] mkfs: PQUOTA shouldn't conflict with GQNOENFORCE

[PATCH v4 0/3] btrfs: use IOMAP_DIO_BOUNCE flag instead of falling back to buffered IO
 2026-06-30 15:11 UTC  (3+ messages)
` [PATCH v4 3/3] "

[PATCH] iomap: add a separate bio_set for iomap_split_ioend
 2026-06-30 10:59 UTC  (2+ messages)

[PATCH] xfs: initialize first bad log block in head verification
 2026-06-30 10:01 UTC  (3+ messages)

[PATCH] xfs: zero newly allocated btree root space
 2026-06-30 10:01 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