Hi all, The for-next branch of the xfstests repository at: git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git has just been updated and tagged as v2023.07.23 release. Release Notes: 1) There're 8 new test cases in this release, include: -- btrfs/294, btrfs/295 and btrfs/296 are known btrfs regression test cases. -- overlay/079 and overlay/080 are new feature test cases, for data-only upperdir feature and fs-verity validation feature. (Note: overlay/060 is changed too, we add new feature testing into it, but won't fail old kernel testing). -- xfs/597, xfs/598 and xfs/599 are functional test cases for ascii case-insensitive directory lookup. 2) Fix some issues on bcachefs testing, help fstests to work on it better. More details refer to below, thanks for all these contribution! Thanks, Zorro The new head of the for-next branch is commit: 8de535c53887 btrfs: add a test case to verify that per-fs features directory gets updated New commits ([N]ew, [U]pdate): Alexander Larsson (1): [N] [f2c9af189a76] overlay: Add test coverage for fs-verity support Amir Goldstein (3): [U] [23f643a0c3e4] overlay: add helper for mounting rdonly overlay [U] [5f8c60fe8140] overlay/060: add test cases of follow to lowerdata [N] [019122400875] overlay: Add test for follow of lowerdata in data-only layers Darrick J. Wong (2): [N] [1cd6b612992a] xfs: add a couple more tests for ascii-ci problems [U] [d28912bad3c0] generic/558: avoid forkbombs on filesystems with many free inodes Luís Henriques (1): [U] [05574f3cfc49] common/rc: cleanup old .kmemleak files Qu Wenruo (3): [N] [6ca154c1b239] btrfs: add a test case to verify the write behavior of large RAID5 data chunks [N] [9b84d93f225f] btrfs: add a test case to check btrfs won't crash on certain corruption [N] [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