First five patches are backlogs from last fstests update(but rebased on current master and renumbered). The sixth patch is a new test case. And the last three patches are random fixes. Any reviews are welcomed! Thanks, Eryu Eryu Guan (9): 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 generic: test I/O error path by fully filling dm snapshot common: recognise NFS export over IPv6 in _require_scratch_nocheck() xfs/014: replace df with $DF_PROG generic/077: add missing _require_scratch common/config | 1 + common/rc | 6 ++- tests/generic/067 | 143 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/generic/067.out | 2 + tests/generic/072 | 69 ++++++++++++++++++++++++ tests/generic/072.out | 3 ++ tests/generic/073 | 99 ++++++++++++++++++++++++++++++++++ tests/generic/073.out | 2 + tests/generic/077 | 1 + tests/generic/080 | 98 ++++++++++++++++++++++++++++++++++ tests/generic/080.out | 2 + tests/generic/081 | 79 ++++++++++++++++++++++++++++ tests/generic/081.out | 2 + tests/generic/group | 5 ++ tests/shared/001 | 71 +++++++++++++++++++++++++ tests/shared/001.out | 2 + tests/shared/group | 1 + tests/xfs/014 | 2 +- 18 files changed, 585 insertions(+), 3 deletions(-) create mode 100755 tests/generic/067 create mode 100644 tests/generic/067.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/generic/080 create mode 100644 tests/generic/080.out create mode 100755 tests/generic/081 create mode 100644 tests/generic/081.out create mode 100755 tests/shared/001 create mode 100644 tests/shared/001.out -- 2.1.0 -- 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