Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 v2024.03.03 release. Release Note: This's a release for btrfs testing mainly. There're 8 btrfs new test cases, (include btrfs/303 and btrfs/311 ~ 317), and some new helpers, new test groups, bug fixes and so on. Thanks for the reviewers and Anand Jain helped much. There're also some bug fixes and updates for common/*, Makefile and some generic cases. More details refer to below. Thanks for all these contribution! Thanks, Zorro The new head of the for-next branch is commit: 9b6df9a01ac8 btrfs/016: fix a false alert due to xattrs mismatch New commits ([N]ew, [U]pdate): Anand Jain (10): [U] [c5c8a2223881] common/rc: assign SCRATCH_DEV_POOL to an array [U] [b89613e85fe2] btrfs: introduce tempfsid test group [U] [257d00e13dca] btrfs: create a helper function, check_fsid(), to verify the tempfsid [N] [e6c1d2ab76a9] btrfs: verify that subvolume mounts are unaffected by tempfsid [N] [408376708514] btrfs: check if cloned device mounts with tempfsid [U] [5673516f9824] btrfs: test case prerequisite _require_btrfs_mkfs_uuid_option [U] [3ec2d4378c6c] btrfs: introduce helper for creating cloned devices with mkfs [N] [0a50ae6c2006] btrfs: verify tempfsid clones using mkfs [N] [4af68c15504d] btrfs: validate send-receive operation with tempfsid. [N] [a6c984e10159] btrfs: test tempfsid with device add, seed, and balance Anthony Iliopoulos (2): [U] [cc23dcb3ebe6] generic/68[12]: use the dir blocksize for xfs filesystems [U] [28928ea7af86] generic/682: update and fix-up golden output Filipe Manana (6): [N] [faabc4852ad9] btrfs: test incremental send on sparse file with trailing hole [U] [15c084fe1137] btrfs: require no nodatacow for tests that exercise compression [U] [45d779c9d241] btrfs/173: make the test work when mounting with nodatacow [U] [d9d267ada5a0] btrfs/299: skip test if we were mounted with nodatacow [U] [07e9d3d39c3c] btrfs: require no nodatacow for tests that exercise read repair [U] [3f740470e96b] generic/736: fix a buffer overflow in readdir-while-renames.c Johannes Thumshirn (3): [U] [43f4d620203e] filter.brtfs: add filter for conversion [U] [fe6326040eb3] filter.btrfs: add filter for btrfs device add [N] [8c9102789fec] btrfs: check conversion of zoned fileystems Luis Chamberlain (1): [U] [cb1f76a28453] common/config: fix CANON_DEVS=yes when file does not exist Martin Jansa (1): [U] [a8fbb364834f] tests/*/Makefile: make sure group.list DIRT exists before install Qu Wenruo (4): [N] [00989655e212] btrfs: validate inconsitent qgroup won't leak reserved data space [U] [779ae21a305d] btrfs: btrfs/224 do not assign snapshot to a subvolume qgroup [U] [662db2673538] btrfs: detect regular qgroup for older kernels correctly [U] [9b6df9a01ac8] btrfs/016: fix a false alert due to xattrs mismatch Code Diffstat: common/btrfs | 76 ++++++++++++++++++++++++++++++++++++- common/config | 2 +- common/filter.btrfs | 15 ++++++++ common/rc | 29 ++++++++++++-- doc/group-names.txt | 1 + src/readdir-while-renames.c | 10 ++++- tests/btrfs/016 | 53 +++++++++++--------------- tests/btrfs/024 | 1 + tests/btrfs/048 | 1 + tests/btrfs/059 | 1 + tests/btrfs/138 | 1 + tests/btrfs/140 | 3 +- tests/btrfs/141 | 2 + tests/btrfs/157 | 2 + tests/btrfs/158 | 2 + tests/btrfs/173 | 5 +++ tests/btrfs/215 | 2 + tests/btrfs/224 | 6 +-- tests/btrfs/234 | 1 + tests/btrfs/265 | 2 + tests/btrfs/266 | 2 + tests/btrfs/267 | 2 + tests/btrfs/268 | 2 + tests/btrfs/269 | 2 + tests/btrfs/281 | 1 + tests/btrfs/289 | 2 + tests/btrfs/299 | 3 ++ tests/btrfs/303 | 92 +++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/303.out | 24 ++++++++++++ tests/btrfs/311 | 87 ++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/311.out | 24 ++++++++++++ tests/btrfs/312 | 78 ++++++++++++++++++++++++++++++++++++++ tests/btrfs/312.out | 19 ++++++++++ tests/btrfs/313 | 52 +++++++++++++++++++++++++ tests/btrfs/313.out | 16 ++++++++ tests/btrfs/314 | 78 ++++++++++++++++++++++++++++++++++++++ tests/btrfs/314.out | 23 ++++++++++++ tests/btrfs/315 | 91 ++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/315.out | 10 +++++ tests/btrfs/316 | 59 +++++++++++++++++++++++++++++ tests/btrfs/316.out | 2 + tests/btrfs/317 | 67 +++++++++++++++++++++++++++++++++ tests/btrfs/317.out | 9 +++++ tests/btrfs/Makefile | 2 +- tests/ceph/Makefile | 2 +- tests/cifs/Makefile | 2 +- tests/ext4/Makefile | 2 +- tests/f2fs/Makefile | 2 +- tests/generic/681 | 2 +- tests/generic/682 | 10 ++++- tests/generic/682.out | 2 +- tests/generic/Makefile | 2 +- tests/nfs/Makefile | 2 +- tests/ocfs2/Makefile | 2 +- tests/overlay/Makefile | 2 +- tests/perf/Makefile | 2 +- tests/selftest/Makefile | 2 +- tests/shared/Makefile | 2 +- tests/tmpfs/Makefile | 2 +- tests/udf/Makefile | 2 +- tests/xfs/Makefile | 2 +- 61 files changed, 942 insertions(+), 62 deletions(-) -- Zorro Lang zlang@xxxxxxxxxx
Attachment:
signature.asc
Description: PGP signature