Hi all, Here are functional tests for a couple of xfs_db tests to improve the usability of xfs_db by enabling users to navigate to inodes by path and to list the contents of directories. 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=xfs_db-directory-navigation fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=xfs_db-directory-navigation --- tests/xfs/917 | 98 ++++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/917.out | 19 +++++++++ tests/xfs/918 | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/918.out | 27 +++++++++++++ tests/xfs/group | 2 + 5 files changed, 255 insertions(+) create mode 100755 tests/xfs/917 create mode 100644 tests/xfs/917.out create mode 100755 tests/xfs/918 create mode 100644 tests/xfs/918.out