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 update is a small one, there's one new btrfs test, which should pass with latest v5.9 kernel, and other patches are minor bug fixes and improvements. Thanks, Eryu The new head of the master branch is commit: 61e4eead3cf4 fstests: drop check.log and check.time into section specific results dir New commits: Filipe Manana (1): [2b5cf241ec58] fstests: add a filter for the new getcap output Josef Bacik (1): [61e4eead3cf4] fstests: drop check.log and check.time into section specific results dir Sidong Yang (1): [e82cfa708103] btrfs: Add new test for qgroup assign functionality Yang Xu (1): [64e86f445494] xfs/521: use _try_scratch_mount instead of _scratch_mount Code Diffstat: check | 28 +++++++++--- common/filter | 28 ++++++++++++ common/rc | 6 +++ tests/btrfs/214 | 16 +++---- tests/btrfs/224 | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/224.out | 2 + tests/btrfs/group | 1 + tests/generic/093 | 4 +- tests/generic/093.out | 2 +- tests/generic/513 | 4 +- tests/overlay/064 | 4 +- tests/overlay/064.out | 4 +- tests/xfs/296 | 4 +- tests/xfs/296.out | 4 +- tests/xfs/521 | 2 +- 15 files changed, 195 insertions(+), 29 deletions(-) -- Eryu Guan guaneryu@gmail.com