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 v2025.06.08 release. Release Notes: 1) There's 1 new test case in this release -- f2fs/014. 2) A workaround patch from overlay list to avoid some test failures to remount,ro on new libmount (enable new mount APIs by default). 3) A new common file -- common/atomicwrites for atomic write testing. 4) More bug fixes on overlay, exfat, xfs and btrfs. More updates and fixes refer to below, thanks for all these fixes to help xfstests to be more stable. Thanks, Zorro The new head of the for-next branch is commit: b3da4865e80d fstests: generic/741: make cleanup to handle test failure properly New commits: Amir Goldstein (5): [e6fc42f16c77] overlay: workaround libmount failure to remount,ro [d235c7eef1d8] overlay: fix regression in _repair_overlay_scratch_fs [3b385bf1e90f] generic/604: do not run with overlayfs [3d339199525f] generic: remove incorrect _require_idmapped_mounts checks [3563fda0140f] generic/699: fix failure with MOUNT_OPTIONS Chunhai Guo (1): [09ab269c0419] f2fs/014: test for missing 'trimmed' flag issue Darrick J. Wong (5): [b9666a70cb85] generic/765: fix a few issues [01b46074f237] generic/765: adjust various things [909ee4c8a75b] generic/765: move common atomic write code to a library file [fce21ab7afff] common/atomicwrites: adjust a few more things [4f2e4be4a632] common/atomicwrites: fix _require_scratch_write_atomic Filipe Manana (3): [d866af976999] fstests: add kernel commit IDs to some tests [5ca2b3450351] generic/094: fix test ignoring failures [2f635d075e10] fsstress: print syncfs() return value in verbose mode Jan Prusakowski (1): [389d34f0ab02] f2fs/004: avoid race condition in test Qu Wenruo (1): [b3da4865e80d] fstests: generic/741: make cleanup to handle test failure properly Yuezhang Mo (6): [4b12c46aa728] generic/696: add _require_chmod [2d9dac4ef763] generic/656: add _require_chown [2f14ca462c65] generic/754: add _require_symlinks [bb77b42ba80f] generic/755: add _require_hardlinks [68c9ac2ad74b] generic/730: add _require_scratch_shutdown [a75c1aae9f93] generic/645: add _require_chown Code Diffstat: common/atomicwrites | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++ common/overlay | 7 +++- common/rc | 51 +---------------------- doc/group-names.txt | 1 + ltp/fsstress.c | 5 ++- tests/f2fs/004 | 3 ++ tests/f2fs/011 | 2 +- tests/f2fs/014 | 40 ++++++++++++++++++ tests/f2fs/014.out | 2 + tests/generic/094 | 20 +++++---- tests/generic/330 | 2 +- tests/generic/370 | 2 +- tests/generic/604 | 11 ++--- tests/generic/633 | 1 - tests/generic/645 | 1 + tests/generic/656 | 1 + tests/generic/696 | 2 +- tests/generic/697 | 1 - tests/generic/699 | 17 ++++---- tests/generic/730 | 1 + tests/generic/741 | 4 ++ tests/generic/754 | 1 + tests/generic/755 | 1 + tests/generic/761 | 3 +- tests/generic/764 | 2 +- tests/generic/765 | 84 ++++++++++++++----------------------- tests/overlay/035 | 2 +- 27 files changed, 248 insertions(+), 136 deletions(-) -- Zorro Lang zlang@kernel.org