Hi all, These are the tests for Allison's parent pointer series: https://lore.kernel.org/linux-xfs/20220611094200.129502-1-allison.henderson@xxxxxxxxxx/ These tests cover basic parent pointer operations, including link, unlink, rename, overwrite, hardlinks and error inject. This patch also adds a new parent group and parent common functions. Feedback is appreciated! Thanks, Catherine Allison Henderson (1): xfstests: Add parent pointer test common/parent | 196 +++++++++ common/rc | 3 + doc/group-names.txt | 1 + tests/xfs/547 | 126 ++++++ tests/xfs/547.out | 59 +++ tests/xfs/548 | 97 +++++ tests/xfs/548.out | 1002 +++++++++++++++++++++++++++++++++++++++++++ tests/xfs/549 | 110 +++++ tests/xfs/549.out | 14 + 9 files changed, 1608 insertions(+) create mode 100644 common/parent create mode 100755 tests/xfs/547 create mode 100644 tests/xfs/547.out create mode 100755 tests/xfs/548 create mode 100644 tests/xfs/548.out create mode 100755 tests/xfs/549 create mode 100644 tests/xfs/549.out -- 2.25.1