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 v2023.01.22 version. Thanks, Zorro The new head of the master branch is commit: 3aa3a26e075c xfstests: add fuse support New commits: Christian Brauner (1): [81e6f6284499] generic: update setgid tests Darrick J. Wong (8): [bbfa08730c1e] xfs: fix dax inode flag test failures [8f8ba51412a0] xfs: fix reflink test failures when dax is enabled [11afd20ba354] xfs/182: fix spurious direct write failure [28aadc29ed2f] xfs: skip fragmentation tests when alwayscow mode is enabled [1cb825fdefd7] xfs/{080,329,434,436}: add missing check for fallocate support [49da0ed40794] various: test is not appropriate for always_cow mode [3ea9a3274403] populate: remove file creation loops that take forever [39bb1e3d3b2c] populate: improve attr creation runtime Dave Chinner (1): [116804dc92d2] populate: ensure btree directories are created reliably Miklos Szeredi (1): [3aa3a26e075c] xfstests: add fuse support Ojaswin Mujoo (1): [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