All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET] xfsprogs: random bug fixes
@ 2025-04-24 21:52 Darrick J. Wong
  2025-04-24 21:52 ` [PATCH 1/5] man: fix missing cachestat manpage Darrick J. Wong
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Darrick J. Wong @ 2025-04-24 21:52 UTC (permalink / raw)
  To: djwong, aalbersh; +Cc: hch, ritesh.list, linux-xfs

Hi all,

Here's a pile of assorted bug fixes from around the codebase.

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.

The only unreviewed patches are these:
  [PATCH 3/5] xfs_io: redefine what statx -m all does
  [PATCH 4/5] xfs_io: make statx mask parsing more generally useful

(I haven't seen a for-next push, so that's why I'm resending the other
accumulated fixes.  They haven't changed much.)

xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=random-fixes-6.15
---
Commits in this patchset:
 * man: fix missing cachestat manpage
 * xfs_io: catch statx fields up to 6.15
 * xfs_io: redefine what statx -m all does
 * xfs_io: make statx mask parsing more generally useful
 * mkfs: fix blkid probe API violations causing weird output
---
 io/statx.h            |   33 ++++++++++++
 io/stat.c             |  130 +++++++++++++++++++++++++++++++++++++++++++------
 libxfs/topology.c     |    3 +
 m4/package_libcdev.m4 |    2 -
 man/man8/xfs_io.8     |   17 ++++++
 5 files changed, 163 insertions(+), 22 deletions(-)


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

end of thread, other threads:[~2025-04-25 14:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-24 21:52 [PATCHSET] xfsprogs: random bug fixes Darrick J. Wong
2025-04-24 21:52 ` [PATCH 1/5] man: fix missing cachestat manpage Darrick J. Wong
2025-04-24 21:53 ` [PATCH 2/5] xfs_io: catch statx fields up to 6.15 Darrick J. Wong
2025-04-25 14:05   ` John Garry
2025-04-24 21:53 ` [PATCH 3/5] xfs_io: redefine what statx -m all does Darrick J. Wong
2025-04-25 12:23   ` Andrey Albershteyn
2025-04-25 13:11   ` Christoph Hellwig
2025-04-25 14:50     ` Darrick J. Wong
2025-04-25 14:51       ` Christoph Hellwig
2025-04-25 14:24   ` John Garry
2025-04-24 21:53 ` [PATCH 4/5] xfs_io: make statx mask parsing more generally useful Darrick J. Wong
2025-04-25 12:24   ` Andrey Albershteyn
2025-04-25 13:12   ` Christoph Hellwig
2025-04-24 21:53 ` [PATCH 5/5] mkfs: fix blkid probe API violations causing weird output Darrick J. Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.