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.06.18 release. Release notes: 1) There're 4 new test cases in this release, include btrfs/288, btrfs/289, generic/729 and xfs/569. Generally they won't cause downstream kernel crash or hang. 2) The xfs on TEST_DEV will be re-created properly, if RECREATE_TEST_DEV=true. 3) More bug fixes for btrfs, xfs, ceph, etc. More details refer to below, thanks for all these contribution. Thanks, Zorro The new head of the for-next branch is commit: 87f90a2dae7a common/rc: Enable _test_mkfs to force a mkfs on a xfs filesystem New commits ([N]ew, [U]pdate): Anand Jain (1): [U] [39bcfc9ab3dd] btrfs/122: fix nodesize option in mfks.btrfs Andreas Gruenbacher (1): [N] [6e9aa61ef386] generic: Add mmap + DIO write test Carlos Maiolino (1): [N] [87f90a2dae7a] common/rc: Enable _test_mkfs to force a mkfs on a xfs filesystem Chao Yu (1): [U] [e8fb7a0217ba] generic/506: fix to call _scratch_enable_pquota() Darrick J. Wong (6): [U] [156a8a107850] xfs/108: allow slightly higher block usage [U] [27d202f5c8de] xfs/155: discard stderr when checking for NEEDSREPAIR [U] [eef60725c850] xfs/155: improve logging in this test [U] [078bb0de7c21] fuzzy: disallow post-test online rebuilds when testing online fsck [U] [0adf9e7c0d59] xfs/503: don't rebuild the fs metadata when testing metadump [U] [8b88f4ca28ff] common/xfs: compress online repair rebuild output by default Eric Sandeen (1): [N] [3ed1150fd7b8] xfs: test shipped config files work properly with mkfs.xfs Qu Wenruo (4): [N] [685d1dadd526] btrfs: add a test case to verify read-only scrub [N] [2702c4208dae] btrfs: add a test case to verify the scrub error reports [U] [17c0dedf05fc] btrfs/106: avoid hard coded output to handle different page sizes [U] [ab41f0bddb73] common/btrfs: use _scratch_cycle_mount to ensure all page caches are dropped Xiubo Li (2): [U] [2343f7cca021] generic/020: add ceph-fuse support [U] [7cef6bf6dc8d] common/rc: skip ceph-fuse when atime is required Code Diffstat: common/btrfs | 6 ++++- common/fuzzy | 7 +++++- common/rc | 7 ++++-- common/xfs | 31 ++++++++++++++++------- src/mmap-rw-fault.c | 33 +++++++++++++++++++++--- tests/btrfs/106 | 15 ++++++++--- tests/btrfs/106.out | 18 ++----------- tests/btrfs/122 | 4 +-- tests/btrfs/288 | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/288.out | 9 +++++++ tests/btrfs/289 | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/289.out | 2 ++ tests/generic/020 | 2 +- tests/generic/506 | 1 + tests/generic/729 | 42 +++++++++++++++++++++++++++++++ tests/generic/729.out | 2 ++ tests/xfs/108 | 14 ++++++++--- tests/xfs/155 | 7 +++--- tests/xfs/503 | 2 ++ tests/xfs/569 | 32 +++++++++++++++++++++++ tests/xfs/569.out | 2 ++ 21 files changed, 329 insertions(+), 46 deletions(-) -- Zorro Lang zlang@xxxxxxxxxx