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.01.22 release. Release Notes: 1) fstests supports a new fs type -- "fuse" (and subtype). Feel free to try it and feedback to us if you find any issues. More details refer to README.fuse 2) Due to kernel default behavior changes, so we update/remove some setgid related tests. If you find more issues, please report to us. 3) Some testing improvement for populate testing More cases' bug fix refer to below. Thanks for all these contribution, and ... *Happy Chinese New Year*! Thanks, Zorro The new head of the for-next branch is commit: 3aa3a26e075c xfstests: add fuse support New commits ([N]ew feature, [U]pdate): Christian Brauner (1): [U] [81e6f6284499] generic: update setgid tests Darrick J. Wong (8): [U] [bbfa08730c1e] xfs: fix dax inode flag test failures [U] [8f8ba51412a0] xfs: fix reflink test failures when dax is enabled [U] [11afd20ba354] xfs/182: fix spurious direct write failure [U] [28aadc29ed2f] xfs: skip fragmentation tests when alwayscow mode is enabled [U] [1cb825fdefd7] xfs/{080,329,434,436}: add missing check for fallocate support [U] [49da0ed40794] various: test is not appropriate for always_cow mode [U] [3ea9a3274403] populate: remove file creation loops that take forever [U] [39bb1e3d3b2c] populate: improve attr creation runtime Dave Chinner (1): [U] [116804dc92d2] populate: ensure btree directories are created reliably Miklos Szeredi (1): [N] [3aa3a26e075c] xfstests: add fuse support Ojaswin Mujoo (1): [U] [c08fcc7fb71c] generic/692: generalize the test for non-4K Merkle tree block sizes Code Diffstat: README.fuse | 26 ++++++++++++++++ check | 3 +- common/config | 9 ++++-- common/populate | 86 +++++++++++++++++++++++++++------------------------ common/rc | 24 ++++++++++---- common/xfs | 9 ++++++ src/Makefile | 2 +- src/popattr.py | 62 +++++++++++++++++++++++++++++++++++++ src/popdir.pl | 72 ++++++++++++++++++++++++++++++++++++++++++ tests/generic/020 | 4 +-- tests/generic/392 | 10 ++++++ tests/generic/673 | 16 ++-------- tests/generic/673.out | 16 ++-------- tests/generic/683 | 16 ++-------- tests/generic/683.out | 12 ++----- tests/generic/684 | 16 ++-------- tests/generic/684.out | 12 ++----- tests/generic/685 | 16 ++-------- tests/generic/685.out | 12 ++----- tests/generic/686 | 16 ++-------- tests/generic/686.out | 12 ++----- tests/generic/687 | 16 ++-------- tests/generic/687.out | 12 ++----- tests/generic/692 | 37 +++++++++++++++------- tests/xfs/080 | 1 + tests/xfs/128 | 2 +- tests/xfs/182 | 5 +-- tests/xfs/182.out | 1 - tests/xfs/184 | 1 + tests/xfs/192 | 2 ++ tests/xfs/198 | 1 + tests/xfs/200 | 1 + tests/xfs/204 | 2 ++ tests/xfs/211 | 1 + tests/xfs/232 | 1 + tests/xfs/326 | 12 +++++++ tests/xfs/329 | 1 + tests/xfs/434 | 1 + tests/xfs/436 | 1 + tests/xfs/440 | 1 + tests/xfs/558 | 6 ++++ 41 files changed, 340 insertions(+), 216 deletions(-) -- Zorro Lang zlang@xxxxxxxxxx