On Sun, May 30, 2021 at 09:58:21PM +0800, Eryu Guan wrote: > 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. Notably, initial bcachefs support has been added in > this update, though bcachefs itself is not upstreamed yet, this will help > bcachefs being tested widely, and help bcachefs being merged in upstream. > > There're also new tests and fixes as usual, and the new btrfs/240 currently > fails with latest v5.13-rc3 kernel. > > The group file re-work patchset from Darrick J. Wong is still in review, and > may need more eyes and testings. Indeed -- I'm quite interested in what people think about the idea of automatic groupfile generation, which should make it easier for developers to rebase on the weekly fstests push. At this point I now have <cough> enough cloud access to run the major disk filesystems (xfs/btrfs/ext4/overlayfs-atop-xfs) every night for a month. All the regressions I found were used to improve the conversion tool. --D > > Thanks, > Eryu > > The new head of the master branch is commit: > > 37881397f1aa ext4: prevent initializing reserved inodes > > New commits: > > Filipe Manana (1): > [2605c135e15c] btrfs: add test for multiple fsync with adjacent preallocated extents > > Kent Overstreet (2): > [5b44709187ce] fstests: improved .gitignore > [986733634c61] fstests: initial bcachefs support > > Sun Ke (2): > [9bc323f334b6] xfs: fix check of whether the mkfs fail > [05fafbff9950] generic/042: set size to 38M for f2fs > > Yang Xu (1): > [ee7383c5f54c] common/xfs: Fix _require_scratch_xfs_shrink bug > > chenlong (1): > [37881397f1aa] ext4: prevent initializing reserved inodes > > > Code Diffstat: > > .gitignore | 3 + > common/attr | 6 ++ > common/config | 3 + > common/quota | 4 +- > common/rc | 11 ++++ > common/xfs | 3 +- > tests/btrfs/240 | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > tests/btrfs/240.out | 29 +++++++++ > tests/btrfs/group | 1 + > tests/ext4/049 | 67 ++++++++++++++++++++ > tests/ext4/049.out | 7 +++ > tests/ext4/group | 1 + > tests/generic/042 | 8 ++- > tests/generic/425 | 3 + > tests/generic/441 | 2 +- > tests/xfs/070 | 3 +- > tests/xfs/448 | 3 +- > 17 files changed, 320 insertions(+), 7 deletions(-) > -- > Eryu Guan > guaneryu@xxxxxxxxx