public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 2/2] xfsprogs: various bug fixes for 6.19
@ 2026-02-19 23:43 Darrick J. Wong
  2026-02-19 23:46 ` [PATCH 1/6] mkfs: set rtstart from user-specified dblocks Darrick J. Wong
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Darrick J. Wong @ 2026-02-19 23:43 UTC (permalink / raw)
  To: djwong, aalbersh; +Cc: linux-xfs, hch, linux-xfs

Hi all,

This is miscellaneous bugfixes.

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

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=random-fixes

xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=random-fixes

fstests git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=random-fixes
---
Commits in this patchset:
 * mkfs: set rtstart from user-specified dblocks
 * xfs_logprint: print log data to the screen in host-endian order
 * mkfs: quiet down warning about insufficient write zones
 * xfs_mdrestore: fix restoration on filesystems with 4k sectors
 * debian: don't explicitly reload systemd from postinst
 * xfs_scrub_all: fix non-service-mode arguments to xfs_scrub
---
 logprint/logprint.h       |    1 +
 debian/postinst           |    3 ---
 logprint/log_print_all.c  |    5 +++--
 logprint/logprint.c       |    5 +++++
 man/man8/xfs_logprint.8   |    4 ++++
 mdrestore/xfs_mdrestore.c |   16 +++++++++++----
 mkfs/xfs_mkfs.c           |   47 +++++++++++++++++++++++++++++++++------------
 scrub/Makefile            |    2 +-
 scrub/xfs_scrub_all.py.in |    3 ++-
 9 files changed, 62 insertions(+), 24 deletions(-)


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

end of thread, other threads:[~2026-02-20 16:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-19 23:43 [PATCHSET 2/2] xfsprogs: various bug fixes for 6.19 Darrick J. Wong
2026-02-19 23:46 ` [PATCH 1/6] mkfs: set rtstart from user-specified dblocks Darrick J. Wong
2026-02-19 23:47 ` [PATCH 2/6] xfs_logprint: print log data to the screen in host-endian order Darrick J. Wong
2026-02-19 23:47 ` [PATCH 3/6] mkfs: quiet down warning about insufficient write zones Darrick J. Wong
2026-02-19 23:47 ` [PATCH 4/6] xfs_mdrestore: fix restoration on filesystems with 4k sectors Darrick J. Wong
2026-02-19 23:47 ` [PATCH 5/6] debian: don't explicitly reload systemd from postinst Darrick J. Wong
2026-02-19 23:48 ` [PATCH 6/6] xfs_scrub_all: fix non-service-mode arguments to xfs_scrub Darrick J. Wong
2026-02-20 15:35 ` [PATCHSET 2/2] xfsprogs: various bug fixes for 6.19 Christoph Hellwig
2026-02-20 16:27   ` Darrick J. Wong
2026-02-20 16:44     ` Darrick J. Wong

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