Hi all, The sole patch in this series sets up functional testing for quota on the xfs realtime device. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. This has been running on the djcloud for months with no problems. 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=realtime-quotas xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=realtime-quotas fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=realtime-quotas --- common/populate | 2 - common/quota | 64 ++++++++++++++++++-- common/xfs | 12 ++++ 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/106 | 1 tests/xfs/108 | 2 + tests/xfs/152 | 1 tests/xfs/153 | 2 + tests/xfs/161 | 2 + tests/xfs/1858 | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/1858.out | 41 +++++++++++++ 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/441 | 1 tests/xfs/442 | 1 tests/xfs/508 | 2 + tests/xfs/511 | 10 +++ tests/xfs/720 | 5 ++ 34 files changed, 333 insertions(+), 10 deletions(-) create mode 100755 tests/xfs/1858 create mode 100644 tests/xfs/1858.out