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.09.24 release. Release Notes: 1) There's 3 new cases in this release -- overlay/081, overlay/082 and generic/471. They're all regression test cases for known overlay or btrfs issue. They'll fail on old downstream kernel, but won't crash. 2) Besides new test cases, xfs/270 has new bug coverage, so it'll fail on unfixed kernel, note that it's not a regression, don't panic. 3) Btrfs fixes some test failures, and update some known kernel commit id in cases. More details refer to below, thanks for these contribution! Thanks, Zorro The new head of the for-next branch is commit: 2fddeb5c79ff btrfs/287: filter snapshot IDs to avoid failures when using some features New commits: Amir Goldstein (2): [N] [6f5c1dcbb723] overlay: add test for persistent unique fsid [N] [823613d66648] overlay: add test for rename of lower symlink with NOATIME attr Anand Jain (5): [U] [2da0d2692c94] fstests: use btrfs check repair for repairing btrfs filesystems [U] [8abf8a203a9e] fstests: btrfs/261 fix failure if /var/lib/btrfs isn't writable [U] [1348ed0e256a] fstests: btrfs/185 update for single device pseudo device-scan [U] [79650397e1d1] fstests: btrfs add more tests into the scrub group [U] [e3121832fc2b] btrfs: add missing _fixed_by_kernel_commit for a few tests Andrey Albershteyn (1): [U] [566fc79138ef] common/rc: make _get_max_file_size find file size on mount point Darrick J. Wong (2): [U] [d79d44afac69] xfs/270: actually test file readability [U] [5267463070c5] xfs/270: actually test log recovery with unknown rocompat features Filipe Manana (4): [U] [b1ad2f63105e] btrfs: add missing commit ids for a few tests using _fixed_by_kernel_commit [N] [68b958f5dc4a] generic: test new directory entries are returned after rewinding directory [U] [70ff4b82ea80] btrfs: use full subcommand name at _btrfs_get_subvolid() [U] [2fddeb5c79ff] btrfs/287: filter snapshot IDs to avoid failures when using some features Naohiro Aota (4): [U] [f4c7dbbb4f16] btrfs/076: support smaller extent size limit [U] [27f1089cf2e3] btrfs/076: use _fixed_by_kernel_commit to tell the fixing kernel commit [U] [150670eb9216] btrfs/239: call fsync to create tree-log dedicated block group for zoned mode [U] [d6ac854df754] btrfs/259: fix output's wrong word Shiyang Ruan (1): [U] [f738aca836ad] tools/mvtest: ensure testcase is executable (755) Code Diffstat: .gitignore | 1 + common/btrfs | 6 +- common/rc | 24 +++++++- src/Makefile | 2 +- src/rewinddir-test.c | 159 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/011 | 2 +- tests/btrfs/027 | 2 +- tests/btrfs/060 | 2 +- tests/btrfs/062 | 2 +- tests/btrfs/063 | 2 +- tests/btrfs/064 | 2 +- tests/btrfs/065 | 2 +- tests/btrfs/067 | 2 +- tests/btrfs/068 | 2 +- tests/btrfs/070 | 2 +- tests/btrfs/071 | 2 +- tests/btrfs/074 | 2 +- tests/btrfs/076 | 29 +++++++-- tests/btrfs/076.out | 3 +- tests/btrfs/148 | 2 +- tests/btrfs/185 | 5 +- tests/btrfs/195 | 2 +- tests/btrfs/199 | 6 +- tests/btrfs/216 | 4 +- tests/btrfs/218 | 6 +- tests/btrfs/225 | 4 +- tests/btrfs/238 | 5 +- tests/btrfs/239 | 12 ++++ tests/btrfs/259 | 2 +- tests/btrfs/261 | 6 +- tests/btrfs/287 | 24 ++++++-- tests/btrfs/287.out | 56 +++++++++--------- tests/btrfs/288 | 2 +- tests/btrfs/289 | 2 +- tests/btrfs/300 | 2 +- tests/generic/299 | 2 +- tests/generic/471 | 39 +++++++++++++ tests/generic/471.out | 2 + tests/generic/485 | 2 +- tests/generic/692 | 2 +- tests/overlay/081 | 128 ++++++++++++++++++++++++++++++++++++++++ tests/overlay/081.out | 2 + tests/overlay/082 | 67 +++++++++++++++++++++ tests/overlay/082.out | 2 + tests/xfs/270 | 82 ++++++++++++++++++-------- tests/xfs/270.out | 2 + tools/mvtest | 2 + 47 files changed, 612 insertions(+), 108 deletions(-) -- Zorro Lang zlang@xxxxxxxxxx