I'm porting more tests from RH internal test case pool. The first patch is containing 6 sub-tests, and each sub-test is relatively small, so I grouped them together. Thanks, Eryu Eryu Guan (5): generic: test some mount/umount corner cases generic: test quota handling on remount ro failure generic: test hardlink to unlinked file shared: test truncate orphan inodes when mounting extN generic: test fs freeze/unfreeze and mount/umount race tests/generic/067 | 143 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/generic/067.out | 2 + tests/generic/071 | 69 ++++++++++++++++++++++++ tests/generic/071.out | 3 ++ tests/generic/072 | 99 ++++++++++++++++++++++++++++++++++ tests/generic/072.out | 2 + tests/generic/073 | 98 ++++++++++++++++++++++++++++++++++ tests/generic/073.out | 2 + tests/generic/group | 4 ++ tests/shared/001 | 71 +++++++++++++++++++++++++ tests/shared/001.out | 2 + tests/shared/group | 1 + 12 files changed, 496 insertions(+) create mode 100755 tests/generic/067 create mode 100644 tests/generic/067.out create mode 100755 tests/generic/071 create mode 100644 tests/generic/071.out create mode 100755 tests/generic/072 create mode 100644 tests/generic/072.out create mode 100755 tests/generic/073 create mode 100644 tests/generic/073.out create mode 100755 tests/shared/001 create mode 100644 tests/shared/001.out -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html