Hi Zorro, Please pull this branch with changes for fstests. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. --D The following changes since commit 153e2550b7bf4b0ebb3c6d0e1757a6709858a0b0: xfs: fix fuzz tests of rtgroups bitmap and summary files (2025-02-20 13:52:19 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfstests-dev.git tags/metadir-quotas_2025-02-20 for you to fetch changes up to 7ba79ac12c4be53d13673236b2d8f1a86076e5e0: xfs: fix tests for persistent qflags (2025-02-20 13:52:20 -0800) ---------------------------------------------------------------- fstests: store quota files in the metadir [v6.5 06/22] These are the fstests adjustments to quota handling in metadir filesystems, which means finding the quota inodes through paths, and adjusting to quota options being persistent. This has been running on the djcloud for months with no problems. Enjoy! Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (4): xfs: update tests for quota files in the metadir xfs: test persistent quota flags xfs: fix quota detection in fuzz tests xfs: fix tests for persistent qflags common/quota | 1 + common/rc | 1 + common/xfs | 21 +++++ tests/generic/563 | 8 +- tests/xfs/007 | 2 +- tests/xfs/096 | 1 + tests/xfs/096.out | 2 +- tests/xfs/106 | 2 +- tests/xfs/116 | 13 ++- tests/xfs/116.cfg | 1 + tests/xfs/{116.out => 116.out.default} | 0 tests/xfs/116.out.metadir | 3 + tests/xfs/152 | 2 +- tests/xfs/1891 | 128 ++++++++++++++++++++++++++++ tests/xfs/1891.out | 147 +++++++++++++++++++++++++++++++++ tests/xfs/263 | 1 + tests/xfs/263.out | 2 +- tests/xfs/425 | 5 +- tests/xfs/426 | 5 +- tests/xfs/427 | 5 +- tests/xfs/428 | 5 +- tests/xfs/429 | 5 +- tests/xfs/430 | 5 +- tests/xfs/487 | 5 +- tests/xfs/488 | 5 +- tests/xfs/489 | 5 +- tests/xfs/779 | 5 +- tests/xfs/780 | 5 +- tests/xfs/781 | 5 +- 29 files changed, 376 insertions(+), 19 deletions(-) create mode 100644 tests/xfs/116.cfg rename tests/xfs/{116.out => 116.out.default} (100%) create mode 100644 tests/xfs/116.out.metadir create mode 100755 tests/xfs/1891 create mode 100644 tests/xfs/1891.out