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(-)