Hi all: This patchset introduce a subtestset for ubifs. In kernel v4.1, we will find some cases fail for ubifs, I have post some patch for ubifs to fix it. [PATCH v3] ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs [PATCH] ubifs: make ubifs_[get|set]xattr atomic And I have send a patchset to add quota in ubifs. Then we can get a all pass: # ./check -ubifs FSTYP -- ubifs PLATFORM -- Linux/x86_64 atest-guest 4.1.0+ MKFS_OPTIONS -- /dev/ubi0_1 MOUNT_OPTIONS -- -o context=system_u:object_r:nfs_t:s0 /dev/ubi0_1 /mnt/scratch generic/001 7s ... 7s generic/002 1s ... 1s [...] Passed all 70 tests Dongsheng Yang (5): xfstest: add ubifs support xfstest: generic/219 add _require_odirect xfstest: generic/125 add _require_odirect xfstest: introduce subtestset for ubifs xfstest: add quota tests to ubifs check | 2 ++ common/config | 9 ++++--- common/quota | 4 +-- common/rc | 8 ++++-- tests/generic/125 | 1 + tests/generic/219 | 1 + tests/ubifs/001 | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/ubifs/001.out | 1 + tests/ubifs/group | 6 +++++ 9 files changed, 95 insertions(+), 8 deletions(-) create mode 100755 tests/ubifs/001 create mode 100644 tests/ubifs/001.out create mode 100644 tests/ubifs/group -- 1.8.4.2 -- 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