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. This is basically a bugfix update, the only new test is btrfs/201, which currently fails with latest upstream kernel. My apologies that I've been busy with other work recently and have limit time reviewing patches, so there was no update last week, and I still have some review backlogs to catch up. I'm really appreciated that if you could help review the pending patches, especially the following patches: - fscrypt patches (RFC), from Eric Biggers - btrfs subvol & snapshot support to fsstress, from Josef Bacik - ext4 tests ported from LTP, from Yong Sun Thanks, Eryu The new head of the master branch is commit: 67a76593ba2e btrfs: test fsync after hole punching when using the no-holes feature New commits: Amir Goldstein (1): [acb2ba78a378] overlay: support timestamp range check Filipe Manana (1): [67a76593ba2e] btrfs: test fsync after hole punching when using the no-holes feature Jan Kara (2): [e0884798713c] generic/050: Handle xfs quota special case with different output [bb7c6d6172d3] generic/050: Consistently remove traling dot from umount output Naohiro Aota (1): [3414cae6d231] btrfs/085: check flakey device instead of backend device Xiaoli Feng (1): [86216d73ef61] ext4/031: use _try_scratch_mount instead of _scratch_mount Zorro Lang (1): [f3e465ae9136] generic/563: fix the wrong case number in golden image Code Diffstat: common/rc | 10 ++- tests/btrfs/085 | 2 +- tests/btrfs/201 | 190 +++++++++++++++++++++++++++++++++++++++++ tests/btrfs/201.out | 24 ++++++ tests/btrfs/group | 1 + tests/ext4/031 | 2 +- tests/generic/050 | 62 ++++---------- tests/generic/050.cfg | 1 + tests/generic/050.out.xfsquota | 25 ++++++ tests/generic/563.out | 2 +- 10 files changed, 270 insertions(+), 49 deletions(-) -- Eryu Guan guaneryu@gmail.com