Hi all, Here's the usual odd fixes for fstests. Most of these are cleanups and bug fixes that have been aging in my djwong-wtf branch forever. 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=random-fixes xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=random-fixes fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=random-fixes --- Commits in this patchset: * generic/604: try to make race occur reliably * xfs/155: fail the test if xfs_repair hangs for too long * generic/192: fix spurious timeout? * generic/491: increase test timeout * xfs/599: reduce the amount of attrs created here * xfs/122: update test to pick up rtword/suminfo ondisk unions * xfs/43[4-6]: make module reloading optional * xfs: test for premature ENOSPC with large cow delalloc extents --- common/module | 34 ++++++++++++++++++--- common/rc | 14 +++++++++ tests/generic/192 | 16 ++++++++-- tests/generic/491 | 2 + tests/generic/604 | 7 ++-- tests/xfs/122 | 2 + tests/xfs/122.out | 2 + tests/xfs/155 | 4 ++ tests/xfs/1923 | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/1923.out | 8 +++++ tests/xfs/434 | 3 +- tests/xfs/435 | 3 +- tests/xfs/436 | 3 +- tests/xfs/599 | 9 ++---- 14 files changed, 168 insertions(+), 24 deletions(-) create mode 100755 tests/xfs/1923 create mode 100644 tests/xfs/1923.out