Linux XFS filesystem development
 help / color / mirror / Atom feed
* [PATCHSET 2/4] mkfs.xfs: codex-inspired bug fixes
@ 2026-06-30  1:02 Darrick J. Wong
  2026-06-30  1:02 ` [PATCH 1/6] mkfs: don't redefine DIRT for protofiles Darrick J. Wong
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Darrick J. Wong @ 2026-06-30  1:02 UTC (permalink / raw)
  To: aalbersh, djwong; +Cc: linux-xfs, linux-xfs, hch

Hi all,

Here's a batch of mkfs.xfs fixes resulting from Codex reviews.

If you're going to start using this code, I strongly recommend pulling
from my git trees, which are linked below.

With a bit of luck, this should all go splendidly.
Comments and questions are, as always, welcome.

--D

xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=mkfs-codex-fixes
---
Commits in this patchset:
 * mkfs: don't redefine DIRT for protofiles
 * mkfs: fix PATH_MAX check
 * mkfs: fix symlink target length check in create_nondir_inode
 * mkfs: fix hardlink detection in directory import code
 * mkfs: PQUOTA shouldn't conflict with GQNOENFORCE
 * xfs_protofile: make nondirectory arguments actually work
---
 mkfs/Makefile            |    2 +-
 mkfs/proto.c             |   41 ++++++++++++++++++++++-------------------
 mkfs/xfs_mkfs.c          |    2 +-
 mkfs/xfs_protofile.py.in |   40 +++++++++++++++++++++++++---------------
 4 files changed, 49 insertions(+), 36 deletions(-)


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2026-06-30 16:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-30  1:02 [PATCHSET 2/4] mkfs.xfs: codex-inspired bug fixes Darrick J. Wong
2026-06-30  1:02 ` [PATCH 1/6] mkfs: don't redefine DIRT for protofiles Darrick J. Wong
2026-06-30  5:31   ` Christoph Hellwig
2026-06-30  1:03 ` [PATCH 2/6] mkfs: fix PATH_MAX check Darrick J. Wong
2026-06-30  5:31   ` Christoph Hellwig
2026-06-30  1:03 ` [PATCH 3/6] mkfs: fix symlink target length check in create_nondir_inode Darrick J. Wong
2026-06-30  5:34   ` Christoph Hellwig
2026-06-30  1:03 ` [PATCH 4/6] mkfs: fix hardlink detection in directory import code Darrick J. Wong
2026-06-30  5:38   ` Christoph Hellwig
2026-06-30 16:28     ` Darrick J. Wong
2026-06-30  1:03 ` [PATCH 5/6] mkfs: PQUOTA shouldn't conflict with GQNOENFORCE Darrick J. Wong
2026-06-30  5:41   ` Christoph Hellwig
2026-06-30 16:27     ` Darrick J. Wong
2026-06-30  1:04 ` [PATCH 6/6] xfs_protofile: make nondirectory arguments actually work Darrick J. Wong
2026-06-30  5:45   ` Christoph Hellwig

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