* [ANNOUNCE] fstests: master branch updated to 37881397f1aa
@ 2021-05-30 13:58 Eryu Guan
2021-06-02 1:04 ` Darrick J. Wong
0 siblings, 1 reply; 2+ messages in thread
From: Eryu Guan @ 2021-05-30 13:58 UTC (permalink / raw)
To: fstests
[-- Attachment #1: Type: text/plain, Size: 1913 bytes --]
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.
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@gmail.com
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [ANNOUNCE] fstests: master branch updated to 37881397f1aa
2021-05-30 13:58 [ANNOUNCE] fstests: master branch updated to 37881397f1aa Eryu Guan
@ 2021-06-02 1:04 ` Darrick J. Wong
0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2021-06-02 1:04 UTC (permalink / raw)
To: Eryu Guan; +Cc: fstests
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@gmail.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-02 1:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-30 13:58 [ANNOUNCE] fstests: master branch updated to 37881397f1aa Eryu Guan
2021-06-02 1:04 ` Darrick J. Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox