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.11.18 release. Release Notes: 1) There're 3 new test cases in this release, include btrfs/338, f2fs/023 and generic/783. b/338 and f/023 are regression tests to uncover known btrfs and f2fs issues, g/783 tests overlay casefold feature. 2) Fix some test issues on xfs, f2fs, btrfs and so on. More details refer to below, thanks for all these contributions. Thanks, Zorro The new head of the for-next branch is commit: a668057f00dd overlay: add tests for casefolded layers New commits: Amir Goldstein (1): [a668057f00dd] overlay: add tests for casefolded layers Chao Yu (1): [c34a6b562840] f2fs: test sanity check condition w/ error injection Darrick J. Wong (7): [927e55a2ae5d] common: leave any breadcrumbs when _link_out_file_named can't find the output file [252d25fb9efd] generic/778: fix severe performance problems [09728c352684] generic/778: fix background loop control with sentinel files [545c94d8c386] generic/019: skip test when there is no journal [99f79500aa9e] xfs/837: fix test to work with pre-metadir quota mount options [c5e62a6b8503] generic/774: reduce file size [a11b37ec4265] generic/774: turn off lfsr Filipe Manana (2): [7b709ce99762] fstests: add kernel commit IDs to some tests that miss it [faf816b98513] btrfs: test incremental send after deleting directories with many hardlinks Joanne Chang (3): [288a86433f0a] f2fs/015: clear MKFS_OPTIONS and MOUNT_OPTIONS [21be8aa17349] f2fs/016: add test cases for test_dummy_encryption mount option [1ffbdcaae45a] f2fs/{019,020}: clear MOUNT_OPTIONS alongside MKFS_OPTIONS Theodore Ts'o (1): [28e2a205c8d1] generic/773: fix expected output "QA output created by 1226" Code Diffstat: common/rc | 1 + tests/btrfs/301 | 4 +- tests/btrfs/337 | 2 +- tests/btrfs/338 | 93 +++++++++++++ tests/btrfs/338.out | 3 + tests/f2fs/015 | 3 + tests/f2fs/015.out | 8 +- tests/f2fs/016 | 6 + tests/f2fs/016.out | 6 + tests/f2fs/018 | 2 +- tests/f2fs/019 | 1 + tests/f2fs/020 | 1 + tests/f2fs/023 | 49 +++++++ tests/f2fs/023.out | 2 + tests/generic/019 | 1 + tests/generic/773 | 2 +- tests/generic/773.out | 2 +- tests/generic/774 | 6 +- tests/generic/778 | 97 +++++++++---- tests/generic/779 | 2 +- tests/generic/782 | 2 +- tests/generic/783 | 242 +++++++++++++++++++++++++++++++++ tests/generic/783.out | 13 ++ tests/xfs/837 | 28 ++-- tests/xfs/837.cfg | 1 + tests/xfs/{837.out => 837.out.default} | 0 tests/xfs/837.out.oldquota | 6 + 27 files changed, 532 insertions(+), 51 deletions(-) -- Zorro Lang zlang@kernel.org