Hi all, Adjust fstests as needed to support the XFS metadata directory feature, and add some new tests for online fsck and fuzz testing of the ondisk metadata. 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 kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=metadir xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=metadir fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=metadir xfsdocs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-documentation.git/log/?h=metadir --- common/filter | 7 +++- common/repair | 4 ++ common/xfs | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++- tests/xfs/007 | 16 +++++---- tests/xfs/030 | 1 + tests/xfs/033 | 1 + tests/xfs/050 | 1 + tests/xfs/122.out | 1 + tests/xfs/153 | 1 + tests/xfs/1546 | 37 +++++++++++++++++++++ tests/xfs/1546.out | 4 ++ tests/xfs/1547 | 37 +++++++++++++++++++++ tests/xfs/1547.out | 4 ++ tests/xfs/1548 | 37 +++++++++++++++++++++ tests/xfs/1548.out | 4 ++ tests/xfs/1549 | 38 ++++++++++++++++++++++ tests/xfs/1549.out | 4 ++ tests/xfs/1550 | 37 +++++++++++++++++++++ tests/xfs/1550.out | 4 ++ tests/xfs/1551 | 37 +++++++++++++++++++++ tests/xfs/1551.out | 4 ++ tests/xfs/1552 | 37 +++++++++++++++++++++ tests/xfs/1552.out | 4 ++ tests/xfs/1553 | 38 ++++++++++++++++++++++ tests/xfs/1553.out | 4 ++ tests/xfs/1562 | 9 +---- tests/xfs/1563 | 9 +---- tests/xfs/1564 | 9 +---- tests/xfs/1565 | 9 +---- tests/xfs/1566 | 9 +---- tests/xfs/1567 | 9 +---- tests/xfs/1568 | 9 +---- tests/xfs/1569 | 9 +---- tests/xfs/178 | 1 + tests/xfs/206 | 3 +- tests/xfs/299 | 1 + tests/xfs/330 | 6 +++ tests/xfs/509 | 21 +++++++++++- tests/xfs/529 | 5 +-- tests/xfs/530 | 6 +-- tests/xfs/769 | 2 + 41 files changed, 491 insertions(+), 78 deletions(-) create mode 100755 tests/xfs/1546 create mode 100644 tests/xfs/1546.out create mode 100755 tests/xfs/1547 create mode 100644 tests/xfs/1547.out create mode 100755 tests/xfs/1548 create mode 100644 tests/xfs/1548.out create mode 100755 tests/xfs/1549 create mode 100644 tests/xfs/1549.out create mode 100755 tests/xfs/1550 create mode 100644 tests/xfs/1550.out create mode 100755 tests/xfs/1551 create mode 100644 tests/xfs/1551.out create mode 100755 tests/xfs/1552 create mode 100644 tests/xfs/1552.out create mode 100755 tests/xfs/1553 create mode 100644 tests/xfs/1553.out