Hi all, This is a rollup of all the random fixes I've collected for xfsprogs 6.1. At this point it's just an assorted collection, no particular theme. Many of them are verbatim repostings from the 6.0 series. There's also a mkfs config file for the 6.1 LTS. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! 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=xfsprogs-fixes-6.1 --- db/btblock.c | 2 + db/check.c | 4 +- db/namei.c | 2 + db/write.c | 4 +- io/pread.c | 2 + libfrog/linux.c | 1 + libxfs/libxfs_api_defs.h | 2 + libxfs/libxfs_io.h | 1 + libxfs/libxfs_priv.h | 2 + libxfs/rdwr.c | 8 +++++ libxfs/util.c | 1 + mkfs/Makefile | 3 +- mkfs/lts_6.1.conf | 14 ++++++++ mkfs/xfs_mkfs.c | 2 + repair/phase2.c | 8 +++++ repair/phase6.c | 9 +++++ repair/protos.h | 1 + repair/scan.c | 22 ++++++++++--- repair/xfs_repair.c | 77 ++++++++++++++++++++++++++++++++++++++++------ scrub/inodes.c | 2 + 20 files changed, 139 insertions(+), 28 deletions(-) create mode 100644 mkfs/lts_6.1.conf