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.09.24 version. Thanks, Zorro The new head of the master branch is commit: 2fddeb5c79ff btrfs/287: filter snapshot IDs to avoid failures when using some features New commits: Amir Goldstein (2): [6f5c1dcbb723] overlay: add test for persistent unique fsid [823613d66648] overlay: add test for rename of lower symlink with NOATIME attr Anand Jain (5): [2da0d2692c94] fstests: use btrfs check repair for repairing btrfs filesystems [8abf8a203a9e] fstests: btrfs/261 fix failure if /var/lib/btrfs isn't writable [1348ed0e256a] fstests: btrfs/185 update for single device pseudo device-scan [79650397e1d1] fstests: btrfs add more tests into the scrub group [e3121832fc2b] btrfs: add missing _fixed_by_kernel_commit for a few tests Andrey Albershteyn (1): [566fc79138ef] common/rc: make _get_max_file_size find file size on mount point Darrick J. Wong (2): [d79d44afac69] xfs/270: actually test file readability [5267463070c5] xfs/270: actually test log recovery with unknown rocompat features Filipe Manana (4): [b1ad2f63105e] btrfs: add missing commit ids for a few tests using _fixed_by_kernel_commit [68b958f5dc4a] generic: test new directory entries are returned after rewinding directory [70ff4b82ea80] btrfs: use full subcommand name at _btrfs_get_subvolid() [2fddeb5c79ff] btrfs/287: filter snapshot IDs to avoid failures when using some features Naohiro Aota (4): [f4c7dbbb4f16] btrfs/076: support smaller extent size limit [27f1089cf2e3] btrfs/076: use _fixed_by_kernel_commit to tell the fixing kernel commit [150670eb9216] btrfs/239: call fsync to create tree-log dedicated block group for zoned mode [d6ac854df754] btrfs/259: fix output's wrong word Shiyang Ruan (1): [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