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.02.19 version. Thanks, Zorro The new head of the master branch is commit: 9ba85b9a6f0f populate: fix some weirdness in __populate_check_xfs_agbtree_height New commits: An Long (1): [4eb6985b70ab] btrfs/011: use $_btrfs_profile_configs to limit the tests Anand Jain (2): [085ee672b3d8] fstests: btrfs/185, 198 and 219 add _fixed_by_kernel_commit [63c4983ca5c5] fstests: btrfs/249: add _wants_kernel_commit and _fixed_by_git_commit Boris Burkov (1): [150efa34087d] btrfs: test block group size class loading logic Darrick J. Wong (16): [89224e31d44a] fuzzy: use FORCE_REBUILD over injecting force_repair [2690ec99261d] xfs: test rebuilding the entire filesystem with online fsck [76070f8f0e2c] xfs: stress test ag repair functions [4ec8fcc61022] xfs: race fsstress with online repair for inode record metadata [b3fc8bc8f7c0] xfs: test rebuilding xattrs when the data fork is btree format [ee1df86f65be] xfs: race fsstress with online repair for inode and fork metadata [4d1f5cae8771] xfs: ensure that online file data fork repairs don't hit EDQUOT [74a089e8bcb4] xfs: race fsstress with online repair for special file metadata [82d24c3cdac7] xfs: race fsstress with online scrub and repair for quota metadata [3a4d641020e8] xfs: race fsstress with online scrub and repair for quotacheck [c2c1a3f8c423] xfs: race fsstress with inode link count check and repair [a02d2818e9d1] xfs: test fs summary counter online repair [74065e2f1821] xfs: race fsstress with online repair for summary counters [a6cbb0cc0d5e] xfs/422: don't freeze while racing rmap repair and fsstress [215075d03ddf] populate: take a snapshot of the filesystem if creation fails [9ba85b9a6f0f] populate: fix some weirdness in __populate_check_xfs_agbtree_height Filipe Manana (1): [2cbd24f84a63] generic/604: fix test to actually create dirty inodes Code Diffstat: README | 3 ++ common/btrfs | 3 ++ common/fuzzy | 71 +++++++++++++++++++++++++++++++++++--------- common/populate | 70 ++++++++++++++++++++++++++++--------------- common/rc | 2 +- common/xfs | 77 ++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/011 | 30 +++++++++++-------- tests/btrfs/185 | 2 ++ tests/btrfs/198 | 6 ++-- tests/btrfs/219 | 9 +++--- tests/btrfs/249 | 7 +++-- tests/btrfs/285 | 50 +++++++++++++++++++++++++++++++ tests/btrfs/285.out | 2 ++ tests/generic/604 | 2 +- tests/xfs/422 | 4 +-- tests/xfs/708 | 37 +++++++++++++++++++++++ tests/xfs/708.out | 2 ++ tests/xfs/709 | 37 +++++++++++++++++++++++ tests/xfs/709.out | 2 ++ tests/xfs/710 | 38 ++++++++++++++++++++++++ tests/xfs/710.out | 2 ++ tests/xfs/711 | 37 +++++++++++++++++++++++ tests/xfs/711.out | 2 ++ tests/xfs/712 | 37 +++++++++++++++++++++++ tests/xfs/712.out | 2 ++ tests/xfs/713 | 37 +++++++++++++++++++++++ tests/xfs/713.out | 2 ++ tests/xfs/714 | 37 +++++++++++++++++++++++ tests/xfs/714.out | 2 ++ tests/xfs/715 | 38 ++++++++++++++++++++++++ tests/xfs/715.out | 2 ++ tests/xfs/716 | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/716.out | 2 ++ tests/xfs/717 | 37 +++++++++++++++++++++++ tests/xfs/717.out | 2 ++ tests/xfs/718 | 39 ++++++++++++++++++++++++ tests/xfs/718.out | 2 ++ tests/xfs/719 | 39 ++++++++++++++++++++++++ tests/xfs/719.out | 2 ++ tests/xfs/720 | 72 +++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/720.out | 3 ++ tests/xfs/721 | 38 ++++++++++++++++++++++++ tests/xfs/721.out | 2 ++ tests/xfs/722 | 39 ++++++++++++++++++++++++ tests/xfs/722.out | 2 ++ tests/xfs/723 | 40 +++++++++++++++++++++++++ tests/xfs/723.out | 2 ++ tests/xfs/724 | 40 +++++++++++++++++++++++++ tests/xfs/724.out | 2 ++ tests/xfs/725 | 40 +++++++++++++++++++++++++ tests/xfs/725.out | 2 ++ tests/xfs/726 | 40 +++++++++++++++++++++++++ tests/xfs/726.out | 2 ++ tests/xfs/727 | 40 +++++++++++++++++++++++++ tests/xfs/727.out | 2 ++ tests/xfs/728 | 38 ++++++++++++++++++++++++ tests/xfs/728.out | 2 ++ tests/xfs/729 | 37 +++++++++++++++++++++++ tests/xfs/729.out | 2 ++ tests/xfs/730 | 36 +++++++++++++++++++++++ tests/xfs/730.out | 4 +++ tests/xfs/731 | 41 ++++++++++++++++++++++++++ tests/xfs/731.out | 2 ++ tests/xfs/732 | 46 +++++++++++++++++++++++++++++ tests/xfs/732.out | 2 ++ 65 files changed, 1369 insertions(+), 67 deletions(-) -- Zorro Lang zlang@xxxxxxxxxx