Hi all, This is a rollup of the remaining random fixes I've collected for xfsprogs 6.2. First, we now check for invalid dirent names in the protofile rather than let mkfs spit out a corrupt filesystem. Second, we add some -p options so that one can specify a protofile in the configuration file, and then make it so that users can turn on substituting slashes for spaces in the dirent names in the protofile. 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.2 --- man/man8/mkfs.xfs.8.in | 32 +++++++++++++++++++-- mkfs/proto.c | 37 +++++++++++++++++++++++-- mkfs/proto.h | 3 +- mkfs/xfs_mkfs.c | 72 +++++++++++++++++++++++++++++++++++++++++++----- 4 files changed, 129 insertions(+), 15 deletions(-)