public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET] xfsprogs: various bug fixes for 6.19
@ 2026-01-20 17:50 Darrick J. Wong
  2026-01-20 17:50 ` [PATCH 1/5] mkfs: set rtstart from user-specified dblocks Darrick J. Wong
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Darrick J. Wong @ 2026-01-20 17:50 UTC (permalink / raw)
  To: aalbersh, djwong; +Cc: linux-xfs, 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
---
 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 +++++++++++++++++++++++++++++++++------------
 7 files changed, 59 insertions(+), 22 deletions(-)


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

end of thread, other threads:[~2026-01-21  7:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-20 17:50 [PATCHSET] xfsprogs: various bug fixes for 6.19 Darrick J. Wong
2026-01-20 17:50 ` [PATCH 1/5] mkfs: set rtstart from user-specified dblocks Darrick J. Wong
2026-01-21  7:07   ` Christoph Hellwig
2026-01-20 17:51 ` [PATCH 2/5] xfs_logprint: print log data to the screen in host-endian order Darrick J. Wong
2026-01-21  7:07   ` Christoph Hellwig
2026-01-20 17:51 ` [PATCH 3/5] mkfs: quiet down warning about insufficient write zones Darrick J. Wong
2026-01-21  7:08   ` Christoph Hellwig
2026-01-20 17:51 ` [PATCH 4/5] xfs_mdrestore: fix restoration on filesystems with 4k sectors Darrick J. Wong
2026-01-21  7:08   ` Christoph Hellwig
2026-01-20 17:51 ` [PATCH 5/5] debian: don't explicitly reload systemd from postinst Darrick J. Wong
2026-01-21  7:09   ` Christoph Hellwig

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