Hi all, This short series contains a couple of enhancements. The first patch fixes a bug in xfs_check that we introduced during the 5.8 resync. The second patch allows administrators to set the DAX inode flag on the entire filesystem at format time. There's also manpage updates and xfs_db support for the dax inode flag! In v2 we add some more documentation updates and tweaks suggested by the maintainer. 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-5.8-fixes --- db/check.c | 4 ++-- db/inode.c | 3 +++ man/man8/mkfs.xfs.8 | 22 ++++++++++++++++++---- mkfs/xfs_mkfs.c | 14 ++++++++++++++ 4 files changed, 37 insertions(+), 6 deletions(-)