Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-06-25 03:37:10 to 2026-06-30 01:04:44 UTC [more...]

[PATCHSET 3/4] xfs_db: human-inspired bug fixes
 2026-06-30  1:04 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: fix type conversions
` [PATCH 2/2] xfs_db: dump zoned filesystem superblock fields

[PATCHSET 2/4] mkfs.xfs: codex-inspired bug fixes
 2026-06-30  1:04 UTC  (7+ 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

[PATCHSET 1/4] xfs_scrub: codex-inspired bug fixes, part 4
 2026-06-30  1:02 UTC  (3+ 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

[PATCHSET 4/4] xfs_healer: codex-inspired bug fixes, part 3
 2026-06-30  1:02 UTC 

[GIT PULL] xfs_scrub: codex-inspired bug fixes, part 3
 2026-06-30  0:58 UTC 

fix GFP_ flag use in the buffer cache
 2026-06-30  0:52 UTC  (5+ 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] 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)

cpu scaling fixes v2
 2026-06-29 22:58 UTC  (8+ messages)
` [PATCH 2/2] xfs/216: disable all concurrency scaling

[PATCH] iomap: add a separate bio_set for iomap_split_ioend
 2026-06-29 22:58 UTC  (2+ messages)

[PATCH] xfs: zero newly allocated btree root space
 2026-06-29 20:39 UTC  (2+ messages)

[PATCH] xfs: initialize first bad log block in head verification
 2026-06-29 20:13 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  (6+ 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  (19+ 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 v5 0/4] iomap: add simple dio path for small direct I/O
 2026-06-29 12:01 UTC  (5+ 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] 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  (6+ messages)
` [PATCH v8 1/2] xfs: add an allocation mode to xfs_alloc_file_space()
` [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  (17+ messages)
` [PATCH 1/6] xfs: open code xfs_buf_ioend_fail in xfs_buf_submit
` [PATCH 2/6] xfs: also mark the buffer stale on verifier failure "
` [PATCH 3/6] xfs: improve the xfs_buf_ioend_fail calling convention
` [PATCH 4/6] xfs: remove xfs_buf_ioend
` [PATCH 5/6] xfs: fix handling of synchronous errors in xfs_buf_submit
` [PATCH 6/6] xfs: simplify __xfs_buf_ioend

[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  (8+ messages)

[PATCH] iomap: Remove FGP_NOFS from iomap_get_folio()
 2026-06-26  6:13 UTC  (3+ messages)

[PATCHSET] xfs_scrub: codex-inspired bug fixes, part 2
 2026-06-26  4:50 UTC  (26+ messages)
` [PATCH 01/11] xfs_scrub: handle missing media verify ioctl failure return codes
` [PATCH 02/11] xfs_scrub: report bad file ranges correctly
` [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
` [PATCH 05/11] xfs_scrub: don't skip bulkstat batch when scrub_scan_user_files helper returns ESTALE
` [PATCH 06/11] xfs_scrub: warn about incomplete repairs if we never get to them
` [PATCH 07/11] xfs_scrub: report external log space usage in phase 7
` [PATCH 08/11] xfs_scrub: account only data extent tail after an overlap
` [PATCH 09/11] xfs_scrub: account for reflinked realtime file data
` [PATCH 10/11] xfs_scrub: don't leak the autofsck fsproperty handle
` [PATCH 11/11] xfs_scrub: warn about difficult rtgroup repairs

[PATCH 6.6 0/4] fix kernel crash for xfs/235 test
 2026-06-25 18:34 UTC  (6+ messages)

[PATCH v6 3/3] xfs: add support for FALLOC_FL_WRITE_ZEROES
 2026-06-25 12:29 UTC  (9+ messages)

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-06-25 12:11 UTC  (3+ messages)

[PATCH] xfs: remove dead NULL check after __GFP_NOFAIL allocation
 2026-06-25  8:42 UTC  (2+ messages)

[PATCH v2] iomap: guard io_size EOF trim against concurrent truncate underflow
 2026-06-25  7:40 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