Hi all, The master branch of the xfstests repository at: git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git have just been updated. The remaining fixes for xfs from Darrick J. Wong has been merged, along with other various fixes. And there're two new tests as well, and they both should pass with latest v5.12-rc2 kernel. Thanks, Eryu The new head of the master branch is commit: f360daadb200 idmapped-mounts: split out run_test() function New commits: Christian Brauner (3): [7fe01df0d655] idmapped-mounts: remove unused set_cloexec() helper [e9d1379646d9] idmapped-mounts: add missing newline to print_r() [f360daadb200] idmapped-mounts: split out run_test() function Darrick J. Wong (6): [8d54e5028850] common/xfs: refactor commands to select a particular xfs backing device [ea15099b714c] xfs: force file creation to the data device for certain layout tests [b77d5dab8379] xfs/117: fix fragility in this fuzz test [0049872c9acc] fsx/fsstress: round blocksize properly [993887b25cef] xfs/178: fix mkfs success test [74128e70c4b6] aio-dio-append-write-fallocate-race: fix directio buffer alignment bugs Jinhui Huang (1): [ae5184464dde] xfs: Add the appropriate _require helper Leah Rumancik (1): [466ddbfd1151] ext4: add test for ext4_dir_entry2 wipe Qu Wenruo (1): [c8c475f155b6] btrfs/215: avoid false alert for subpage case Sidong Yang (1): [82901113bc72] btrfs/012: check free size of scratch device before copying files Zorro Lang (1): [8a9bc451112b] generic: mmap and copy file data with page overlapping Code Diffstat: .gitignore | 1 + common/populate | 2 +- common/xfs | 25 +++ ltp/fsstress.c | 24 +-- ltp/fsx.c | 22 +-- src/Makefile | 3 +- .../aio-dio-append-write-fallocate-race.c | 2 +- src/global.h | 13 ++ src/idmapped-mounts/idmapped-mounts.c | 77 +++++---- src/t_mmap_writev_overlap.c | 134 +++++++++++++++ tests/btrfs/012 | 2 + tests/btrfs/215 | 25 ++- tests/ext4/048 | 191 +++++++++++++++++++++ tests/ext4/048.out | 5 + tests/ext4/group | 1 + tests/generic/223 | 3 +- tests/generic/449 | 2 +- tests/generic/638 | 57 ++++++ tests/generic/638.out | 2 + tests/generic/group | 1 + tests/xfs/004 | 2 +- tests/xfs/088 | 1 + tests/xfs/089 | 1 + tests/xfs/091 | 1 + tests/xfs/117 | 47 +++-- tests/xfs/120 | 1 + tests/xfs/130 | 1 + tests/xfs/139 | 2 + tests/xfs/146 | 2 +- tests/xfs/147 | 2 +- tests/xfs/162 | 2 + tests/xfs/178 | 4 +- tests/xfs/207 | 1 + tests/xfs/229 | 1 + tests/xfs/235 | 1 + tests/xfs/272 | 2 +- tests/xfs/318 | 2 +- tests/xfs/431 | 4 +- tests/xfs/495 | 4 +- tests/xfs/521 | 2 +- tests/xfs/528 | 2 +- tests/xfs/532 | 2 +- tests/xfs/533 | 2 +- tests/xfs/538 | 2 +- 44 files changed, 581 insertions(+), 102 deletions(-) -- Eryu Guan guaneryu@gmail.com