Hi all, The master branch of the xfstests repository at: git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git have just been updated. Thanks to Amir Goldstein, fstests is now able to run unionmount tests for overlayfs, to do so just set UNIONMOUNT_TESTSUITE to the path of unionmount testsuite, for more detailed information please refer to README.overlay. There're also new tests and bug fixes as usual. And btrfs/216 currently fails with v5.8-rc6 kernel. The DAX related patches from Xiao Yang are still pending in my to-review list, as I still don't have time to learn the DAX kernel part change :) Thanks, Eryu The new head of the master branch is commit: 43126346627b btrfs/162: Stop using device mount option New commits: Amir Goldstein (3): [35c7a37928fd] overlay: run unionmount testsuite test cases [da3796a56fd9] overlay: add unionmount tests with multi lower layers [41bd77b43a49] overlay: add unionmount tests with nested overlay Anand Jain (1): [191f1148cf37] btrfs: test if show_devname returns sprout device Boris Burkov (1): [e444aa56c917] generic: add a test for umount racing mount Filipe Manana (1): [e0680243e4ff] generic/501: make the test work on machines with a non 4K page size Marcos Paulo de Souza (1): [3fdb2899df7e] btrfs/210: Ignore output from "quota rescan" after "quota enable" Nikolay Borisov (1): [43126346627b] btrfs/162: Stop using device mount option Vladimir Zapolskiy (2): [d16882efc471] generic: associate a few tests with punch and zero test groups [4e723c0f8259] generic: add missing runtime checks for mknod/mkfifo Code Diffstat: README.overlay | 15 ++++++++++++ common/config | 2 ++ common/overlay | 54 +++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/162 | 5 ++-- tests/btrfs/210 | 2 +- tests/btrfs/216 | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/216.out | 2 ++ tests/btrfs/group | 1 + tests/generic/157 | 1 + tests/generic/158 | 1 + tests/generic/294 | 1 + tests/generic/423 | 1 + tests/generic/501 | 14 +++++++----- tests/generic/501.out | 4 ++-- tests/generic/604 | 52 ++++++++++++++++++++++++++++++++++++++++++ tests/generic/604.out | 2 ++ tests/generic/group | 11 +++++---- tests/overlay/100 | 38 +++++++++++++++++++++++++++++++ tests/overlay/100.out | 2 ++ tests/overlay/101 | 39 +++++++++++++++++++++++++++++++ tests/overlay/101.out | 2 ++ tests/overlay/102 | 40 ++++++++++++++++++++++++++++++++ tests/overlay/102.out | 2 ++ tests/overlay/103 | 38 +++++++++++++++++++++++++++++++ tests/overlay/103.out | 2 ++ tests/overlay/104 | 39 +++++++++++++++++++++++++++++++ tests/overlay/104.out | 2 ++ tests/overlay/105 | 40 ++++++++++++++++++++++++++++++++ tests/overlay/105.out | 2 ++ tests/overlay/106 | 41 +++++++++++++++++++++++++++++++++ tests/overlay/106.out | 2 ++ tests/overlay/107 | 41 +++++++++++++++++++++++++++++++++ tests/overlay/107.out | 2 ++ tests/overlay/108 | 41 +++++++++++++++++++++++++++++++++ tests/overlay/108.out | 2 ++ tests/overlay/109 | 41 +++++++++++++++++++++++++++++++++ tests/overlay/109.out | 2 ++ tests/overlay/110 | 39 +++++++++++++++++++++++++++++++ tests/overlay/110.out | 2 ++ tests/overlay/111 | 40 ++++++++++++++++++++++++++++++++ tests/overlay/111.out | 2 ++ tests/overlay/112 | 40 ++++++++++++++++++++++++++++++++ tests/overlay/112.out | 2 ++ tests/overlay/113 | 41 +++++++++++++++++++++++++++++++++ tests/overlay/113.out | 2 ++ tests/overlay/114 | 39 +++++++++++++++++++++++++++++++ tests/overlay/114.out | 2 ++ tests/overlay/115 | 40 ++++++++++++++++++++++++++++++++ tests/overlay/115.out | 2 ++ tests/overlay/116 | 40 ++++++++++++++++++++++++++++++++ tests/overlay/116.out | 2 ++ tests/overlay/117 | 41 +++++++++++++++++++++++++++++++++ tests/overlay/117.out | 2 ++ tests/overlay/group | 18 +++++++++++++++ 54 files changed, 986 insertions(+), 17 deletions(-) -- Eryu Guan guaneryu@gmail.com