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 7ba79ac12c4be53d13673236b2d8f1a86076e5e0: xfs: fix tests for persistent qflags (2025-02-20 13:52:20 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfstests-dev.git tags/realtime-quotas_2025-02-20 for you to fetch changes up to f5be7b47b120876ac7f256781744c834bad22db6: xfs: regression testing of quota on the realtime device (2025-02-20 13:52:20 -0800) ---------------------------------------------------------------- fstests: enable quota for realtime volumes [v6.5 07/22] The sole patch in this series sets up functional testing for quota on the xfs realtime device. This has been running on the djcloud for months with no problems. Enjoy! Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (3): common: enable testing of realtime quota when supported xfs: fix quota tests to adapt to realtime quota xfs: regression testing of quota on the realtime device common/populate | 10 ++- common/quota | 45 ++++++++------ common/xfs | 62 +++++++++++++++++++ tests/generic/219 | 1 + tests/generic/230 | 1 + tests/generic/305 | 1 + tests/generic/326 | 1 + tests/generic/327 | 1 + tests/generic/328 | 1 + tests/generic/566 | 4 +- tests/generic/587 | 1 + tests/generic/603 | 1 + tests/generic/691 | 2 + tests/generic/710 | 4 +- tests/xfs/050 | 2 + tests/xfs/096 | 4 ++ tests/xfs/106 | 1 + tests/xfs/108 | 2 + tests/xfs/152 | 1 + tests/xfs/153 | 2 + tests/xfs/161 | 1 + tests/xfs/1858 | 174 +++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/1858.out | 47 +++++++++++++++ tests/xfs/213 | 1 + tests/xfs/214 | 1 + tests/xfs/220 | 2 + tests/xfs/299 | 2 + tests/xfs/330 | 1 + tests/xfs/434 | 1 + tests/xfs/435 | 1 + tests/xfs/440 | 3 + tests/xfs/441 | 1 + tests/xfs/442 | 1 + tests/xfs/508 | 2 + tests/xfs/511 | 10 ++- tests/xfs/720 | 5 ++ 36 files changed, 377 insertions(+), 23 deletions(-) create mode 100755 tests/xfs/1858 create mode 100644 tests/xfs/1858.out