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. Though this is a bugfix only update, there're plenty tests get fixed, and most of them are xfs specific tests. Many thanks to those who contribute fixes and/or help review patches! Thanks, Eryu The new head of the master branch is commit: e3b376a1680e common/xfs: work around a hang-on-stdin bug in xfs_admin 5.11 New commits: Brian Foster (1): [bfc810719b1d] xfs/502: scale file count based on AG count to avoid thrashing Chandan Babu R (3): [f3172bbedcf3] xfs/529: Execute chown on an existing directory entry [172b311e6f43] fstests: Fix tests to execute in multi-block directory config [febeb7ec8bfc] xfs/53[238]: Disable realtime inherit flag Chao Yu (1): [3188255e0759] generic/629: add missing copy_range command check Darrick J. Wong (3): [96450234b2e9] xfs/23[12]: abstractify the XFS cow prealloc trimming interval [3750c2698d93] common/xfs: support realtime devices with _scratch_xfs_admin [e3b376a1680e] common/xfs: work around a hang-on-stdin bug in xfs_admin 5.11 Xiao Yang (2): [72ba8811b0a2] generic/608: Remove drop cache and umount & mount cycle [70b22758a887] generic/608: Add new regression test Zorro Lang (1): [d228f2147085] generic/233,270: unlimit the max locked memory size for io_uring Code Diffstat: common/xfs | 37 +++++++++++++++++++++++++++++- tests/generic/233 | 6 +++++ tests/generic/270 | 6 +++++ tests/generic/608 | 68 +++++++++++++++++++++++++++++++++++++------------------ tests/generic/629 | 1 + tests/xfs/231 | 13 ++++++----- tests/xfs/232 | 13 ++++++----- tests/xfs/502 | 13 ++++++++--- tests/xfs/529 | 26 +++++++++++++++++---- tests/xfs/529.out | 6 ++++- tests/xfs/531 | 11 ++++++--- tests/xfs/531.out | 9 +++++++- tests/xfs/532 | 21 +++++++++++------ tests/xfs/532.out | 6 ++--- tests/xfs/533 | 4 ++++ tests/xfs/534 | 9 +++++--- tests/xfs/534.out | 5 +++- tests/xfs/535 | 11 +++++++++ tests/xfs/535.out | 2 ++ tests/xfs/538 | 4 ++++ 20 files changed, 210 insertions(+), 61 deletions(-) -- Eryu Guan guaneryu@gmail.com