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 v2025.08.17 version. Thanks, Zorro The new head of the master branch is commit: 5a9cd3ef1b33 f2fs/012: adapt lookup_mode=x mount option New commits: Brian Foster (1): [3e802fc7c387] xfs: test iomap zero range via fsx and error tag Chao Yu (7): [88aa818b3325] f2fs: test common mount options [f1cb492c2b65] f2fs: test special mount options [785d75ac4918] f2fs: test mount options for zoned device [3c4fce2127c9] f2fs: check data eof after partial truncation on compressed cluster [7d38f690bf85] f2fs: do sanity check on mapping table [97faf40fc28d] f2fs: do sanity check on i_xattr_nid [5a9cd3ef1b33] f2fs/012: adapt lookup_mode=x mount option John Garry (1): [00dced3f6730] generic/765: modify some steps to fix test Zorro Lang (1): [b076a3a72941] overlay/005: only run for xfs underlying fs Code Diffstat: common/rc | 3 + tests/f2fs/012 | 13 +++- tests/f2fs/015 | 121 +++++++++++++++++++++++++++++++++++++ tests/f2fs/015.out | 173 +++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/f2fs/016 | 50 ++++++++++++++++ tests/f2fs/016.out | 33 ++++++++++ tests/f2fs/017 | 40 +++++++++++++ tests/f2fs/017.out | 21 +++++++ tests/f2fs/018 | 84 ++++++++++++++++++++++++++ tests/f2fs/018.out | 2 + tests/f2fs/019 | 42 +++++++++++++ tests/f2fs/019.out | 2 + tests/f2fs/020 | 51 ++++++++++++++++ tests/f2fs/020.out | 2 + tests/generic/765 | 40 +------------ tests/overlay/005 | 1 + tests/xfs/131 | 26 ++++++++ tests/xfs/131.out | 2 + 18 files changed, 666 insertions(+), 40 deletions(-) -- Zorro Lang zlang@kernel.org