messages from 2026-06-25 22:31:54 to 2026-07-01 10:04:20 UTC [more...]
[PATCH v2 00/18] iomap: convert to in-iter iomap_next() model
2026-07-01 10:04 UTC (24+ 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
fix GFP_ flag use in the buffer cache
2026-07-01 9:31 UTC (12+ messages)
` [PATCH 1/4] xfs: split up xfs_buf_alloc_backing_mem
` [PATCH 2/4] xfs: lift setting __GFP_NOFAIL from xfs_buf_alloc_kmem to the caller
` [PATCH 3/4] xfs: fix incorrect use of gfp flags in xfs_buf_alloc_backing_mem
` [PATCH 4/4] xfs: simplify the failure path in xfs_buf_alloc_vmalloc
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
[PATCHSET] mkfs.xfs: codex-inspired bug fixes, part 2
2026-07-01 5:50 UTC (4+ 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
[PATCH v6 0/3] iomap: add simple dio path for small direct I/O
2026-07-01 3:32 UTC (4+ 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
[PATCH v5 0/4] iomap: add simple dio path for small direct I/O
2026-07-01 3:21 UTC (10+ messages)
` [PATCH v5 1/4] iomap: factor out iomap_dio_alignment helper
` [PATCH v5 2/4] iomap: factor out iomap_dio_bio_release_pages helper
` [PATCH v5 3/4] iomap: pass error code to should_report_dio_fserror directly
` [PATCH v5 4/4] iomap: add simple dio path for small direct I/O
[PATCH 6.6 0/4] fix kernel crash for xfs/235 test
2026-06-30 23:39 UTC (7+ messages)
[PATCH v2] xfs: zero newly allocated btree root space
2026-06-30 20:39 UTC (3+ messages)
[PATCH] formalize and fix disabling the RT subvolume
2026-06-30 18:40 UTC (2+ messages)
[PATCHSET 2/4] mkfs.xfs: codex-inspired bug fixes
2026-06-30 16:28 UTC (15+ messages)
` [PATCH 1/6] mkfs: don't redefine DIRT for protofiles
` [PATCH 2/6] mkfs: fix PATH_MAX check
` [PATCH 3/6] mkfs: fix symlink target length check in create_nondir_inode
` [PATCH 4/6] mkfs: fix hardlink detection in directory import code
` [PATCH 5/6] mkfs: PQUOTA shouldn't conflict with GQNOENFORCE
` [PATCH 6/6] xfs_protofile: make nondirectory arguments actually work
[PATCH v2] xfs: use null daddr for unset first bad log block
2026-06-30 16:04 UTC (2+ messages)
[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 (4+ 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)
[PATCHSET 3/4] xfs_db: human-inspired bug fixes
2026-06-30 5:21 UTC (5+ messages)
` [PATCH 1/2] xfs_db: fix type conversions
` [PATCH 2/2] xfs_db: dump zoned filesystem superblock fields
[PATCHSET 4/4] xfs_healer: codex-inspired bug fixes, part 3
2026-06-30 5:19 UTC (3+ messages)
` [PATCH 1/1] xfs_healer: fix getmntent race in weakhandle
[PATCHSET 1/4] xfs_scrub: codex-inspired bug fixes, part 4
2026-06-30 5:18 UTC (5+ messages)
` [PATCH 1/2] xfs_scrub: fix spacemap external log device scan dev key
` [PATCH 2/2] xfs_scrub: fix estimate of work items for phase 4
cpu scaling fixes v2
2026-06-30 5:13 UTC (6+ messages)
` [PATCH 2/2] xfs/216: disable all concurrency scaling
[GIT PULL] xfs_scrub: codex-inspired bug fixes, part 3
2026-06-30 0:58 UTC
[PATCH] xfs: retry dqpurge when dquot buffer is busy
2026-06-29 23:49 UTC (4+ messages)
[PATCH v3] mkfs: simplify setup_proto file status checks
2026-06-29 23:47 UTC (2+ messages)
[PATCH] xfs: fix memory leak in xfs_dqinode_metadir_create()
2026-06-29 20:04 UTC (2+ messages)
[PATCHSET] fstests: more random fixes for v2026.06.21
2026-06-29 18:07 UTC (7+ messages)
` [PATCH 1/2] common/xfs: fix _scratch_mkfs_xfs_supports_concurrency
` [PATCH 2/2] xfs/21[67]: fix mkfs log concurrency detection
[PATCH] xfs: fail recovery on a committed log item with no regions
2026-06-29 16:24 UTC
[RFC PATCH 0/4] Introduce capable_noaudit
2026-06-29 13:49 UTC (17+ messages)
` [RFC PATCH 1/4] capabily: Add new capable_noaudit
` [RFC PATCH 2/4] quota: Don't issue audit messages on quota enforcing
` [RFC PATCH 3/4] xfs: replace ns_capable_noaudit()
` [RFC PATCH 4/4] capability: unexport has_capability_noaudit
update BDI {io,ra}_pages values based on the RT device limits
2026-06-29 12:46 UTC (2+ messages)
[PATCHSET] xfs_scrub: codex-inspired bug fixes, part 3
2026-06-29 12:26 UTC (22+ messages)
` [PATCH 1/8] xfs_scrub: stop user file scan if caller already aborte
` [PATCH 2/8] xfs_scrub: don't flatten error numbers in read_verify_schedule_now
` [PATCH 3/8] xfs_scrub: actually handle NEEDSCHECK scrub items in phase 4
` [PATCH 4/8] xfs_scrub: fix spacemap external log device scan dev key
` [PATCH 5/8] xfs_scrub: fix estimate of work items for phase 4
` [PATCH 6/8] xfs_scrub: don't leak phase 5 scan items after a failed workqueue_add
` [PATCH 7/8] xfs_scrub: fix phase 8 debug reporting
` [PATCH 8/8] xfs_scrub: always finish cleanup, even if reporting healthy state fails
don't build bios/contexts over multiple iomaps v3
2026-06-29 12:17 UTC (4+ messages)
` [PATCH 1/3] iomap: consolidate bio submission
` [PATCH 2/3] fuse: call fuse_send_readpages explicitly from fuse_readahead
` [PATCH 3/3] iomap: submit read bio after each extent
[RFC PATCH v1 0/3] iomap: convert to in-iter ->iomap_next() model
2026-06-29 12:15 UTC (17+ messages)
` [RFC PATCH v1 1/3] iomap: add ->iomap_next() and iomap_process() helper
` [RFC PATCH v1 3/3] xfs: example of devirtualizing buffered write iomap callbacks
[PATCH] xfs: clarify sb_qflags locking in xfs_qm_mount_quotas
2026-06-29 10:00 UTC (2+ messages)
[ANNOUNCE] xfsprogs: for-next updated to 708b369bdf8f
2026-06-29 9:04 UTC
[PATCH 0/2] Fix capabilities check
2026-06-29 7:49 UTC (6+ messages)
` [PATCH 1/2] xfs: fix capabily check in xfs
` [PATCH 2/2] xfs: lift quota capability check to xfs_trans_dqresv
[ANNOUNCE] xfs-linux: for-next updated to dc59e4fea9d8
2026-06-29 7:31 UTC
[PATCH v8 0/2] add FALLOC_FL_WRITE_ZEROES support to xfs
2026-06-26 16:04 UTC (4+ messages)
` [PATCH v8 2/2] xfs: add support for FALLOC_FL_WRITE_ZEROES
don't build bios/contexts over multiple iomaps v3
2026-06-26 14:51 UTC (12+ messages)
` [PATCH 1/2] iomap: consolidate bio submission
` [PATCH 2/2] iomap: submit read bio after each extent
xfs_buf_submit error handling fix v2
2026-06-26 14:47 UTC (10+ messages)
` [PATCH 2/6] xfs: also mark the buffer stale on verifier failure in xfs_buf_submit
` [PATCH 5/6] xfs: fix handling of synchronous errors "
[PATCH] xfs: release dquot buffer after dqflush failure
2026-06-26 13:40 UTC (3+ messages)
[PATCH v2] mkfs: simplify setup_proto file status checks
2026-06-26 9:42 UTC (3+ messages)
[Bug] KASAN: slab-use-after-free Read in fserror_worker
2026-06-26 8:22 UTC
[PATCH] xfsdump: avoid false-positive __strcpy_chk abort on long dirent names
2026-06-26 8:11 UTC (5+ messages)
[PATCH] xfs: fix capabily check in xfs_setattr_nonsize
2026-06-26 7:34 UTC (7+ messages)
[PATCH] iomap: Remove FGP_NOFS from iomap_get_folio()
2026-06-26 6:13 UTC (2+ messages)
[PATCHSET] xfs_scrub: codex-inspired bug fixes, part 2
2026-06-26 4:50 UTC (8+ messages)
` [PATCH 03/11] xfs_scrub: handle media scans of internal rt devices correctly
` [PATCH 04/11] xfs_scrub: track inode scan abort state with an enum
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox