Hi all, The master branch of the xfstests repository at: git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git has just been updated to v2023.07.23 version. Thanks, Zorro The new head of the master branch is commit: 8de535c53887 btrfs: add a test case to verify that per-fs features directory gets updated New commits: Alexander Larsson (1): [f2c9af189a76] overlay: Add test coverage for fs-verity support Amir Goldstein (3): [23f643a0c3e4] overlay: add helper for mounting rdonly overlay [5f8c60fe8140] overlay/060: add test cases of follow to lowerdata [019122400875] overlay: Add test for follow of lowerdata in data-only layers Darrick J. Wong (2): [1cd6b612992a] xfs: add a couple more tests for ascii-ci problems [d28912bad3c0] generic/558: avoid forkbombs on filesystems with many free inodes Luís Henriques (1): [05574f3cfc49] common/rc: cleanup old .kmemleak files Qu Wenruo (3): [6ca154c1b239] btrfs: add a test case to verify the write behavior of large RAID5 data chunks [9b84d93f225f] btrfs: add a test case to check btrfs won't crash on certain corruption [8de535c53887] btrfs: add a test case to verify that per-fs features directory gets updated Code Diffstat: common/overlay | 35 +++++- common/rc | 4 + common/verity | 16 ++- tests/btrfs/294 | 72 +++++++++++ tests/btrfs/294.out | 2 + tests/btrfs/295 | 38 ++++++ tests/btrfs/295.out | 2 + tests/btrfs/296 | 66 ++++++++++ tests/btrfs/296.out | 2 + tests/generic/558 | 27 +++-- tests/overlay/060 | 43 ++++++- tests/overlay/060.out | 18 +++ tests/overlay/079 | 325 +++++++++++++++++++++++++++++++++++++++++++++++++ tests/overlay/079.out | 42 +++++++ tests/overlay/080 | 326 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/overlay/080.out | 7 ++ tests/xfs/597 | 56 +++++++++ tests/xfs/597.out | 24 ++++ tests/xfs/598 | 101 ++++++++++++++++ tests/xfs/598.out | 9 ++ tests/xfs/599 | 91 ++++++++++++++ tests/xfs/599.out | 2 + 22 files changed, 1287 insertions(+), 21 deletions(-) -- Zorro Lang zlang@xxxxxxxxxx