From: Zorro Lang <zlang@kernel.org>
To: fstests@vger.kernel.org
Subject: [ANNOUNCE] fstests: for-next branch updated to v2024.08.11
Date: Sun, 11 Aug 2024 20:48:58 +0800 [thread overview]
Message-ID: <ed27a1c046c045a9273a5e2ccbabe1b9@kernel.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 5968 bytes --]
Hi all,
The for-next branch of the xfstests repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
has just been updated and tagged as v2024.08.11 release.
Release Notes:
1) There're 3 new test cases in this release --- generic/362,
btrfs/332 and xfs/801.
2) _scratch_mkfs_xfs and _scratch_mkfs_sized behaviors changed,
they'll _notrun if failed.
3) xfs_check has been removed totally.
More updates and fixes refer to below, thanks for all these
contributions!
Thanks,
Zorro
The new head of the for-next branch is commit:
d9423fec7293 xfs/516: use _scratch_mkfs_xfs
New commits:
Boris Burkov (1):
[7e21e6a40c2a] btrfs: add test for btrfstune squota enable/disable
Christoph Hellwig (6):
[f30ec93e2dba] add more tests to the growfs group
[6bff79ece871] xfs/233: don't require rmap
[8b8f3868f30f] common: _notrun if _scratch_mkfs_sized failed
[98624c9a2cc1] common: _notrun if _scratch_mkfs_xfs failed
[e8b62c703c93] xfs/432: use _scratch_mkfs_xfs
[d9423fec7293] xfs/516: use _scratch_mkfs_xfs
Darrick J. Wong (2):
[ce857227fb0a] xfs: remove all traces of xfs_check
[518896a7b483] xfs: test online repair when xfiles consists of THPs
Filipe Manana (5):
[bd6eec9ad858] generic: test page fault during direct IO write with O_APPEND
[bc6988106a32] generic/019: redirect fsstress output to log file instead
[4e9a16bd7dd1] fstests: remove unnecessary stdout/stderr redirection for run_check calls
[72bac4e8a42e] btrfs/312: add git commit ID
[84ac13724ed5] btrfs/287: wait for subvolume deletion to complete
Yang Erkun (2):
[52a36bfba58b] generic/732: remove unused code
[50da3fd9f044] generic/732: don't run it on tmpfs
Code Diffstat:
.gitignore | 1 +
README | 6 +-
common/attr | 4 +-
common/filestreams | 2 +-
common/fuzzy | 11 ----
common/log | 4 +-
common/rc | 11 ++--
common/xfs | 97 +++++++-----------------------
crash/xfscrash | 18 ------
src/Makefile | 2 +-
src/dio-append-buf-fault.c | 145 +++++++++++++++++++++++++++++++++++++++++++++
tests/btrfs/004 | 4 +-
tests/btrfs/030 | 4 +-
tests/btrfs/038 | 6 +-
tests/btrfs/039 | 4 +-
tests/btrfs/040 | 4 +-
tests/btrfs/057 | 6 +-
tests/btrfs/284 | 2 +-
tests/btrfs/287 | 21 +++++++
tests/btrfs/312 | 2 +-
tests/btrfs/332 | 66 +++++++++++++++++++++
tests/btrfs/332.out | 2 +
tests/generic/019 | 2 +-
tests/generic/083 | 3 +-
tests/generic/362 | 28 +++++++++
tests/generic/362.out | 2 +
tests/generic/482 | 2 +-
tests/generic/732 | 10 ++--
tests/xfs/002 | 2 +-
tests/xfs/004 | 2 +-
tests/xfs/005 | 2 +-
tests/xfs/009 | 2 +-
tests/xfs/017 | 9 ++-
tests/xfs/019 | 3 +-
tests/xfs/021 | 3 +-
tests/xfs/022 | 2 +-
tests/xfs/023 | 2 +-
tests/xfs/024 | 2 +-
tests/xfs/025 | 2 +-
tests/xfs/026 | 2 +-
tests/xfs/027 | 2 +-
tests/xfs/028 | 2 +-
tests/xfs/030 | 2 +-
tests/xfs/034 | 3 +-
tests/xfs/035 | 2 +-
tests/xfs/036 | 2 +-
tests/xfs/037 | 2 +-
tests/xfs/038 | 2 +-
tests/xfs/039 | 2 +-
tests/xfs/041 | 2 +-
tests/xfs/042 | 2 +-
tests/xfs/043 | 2 +-
tests/xfs/044 | 2 +-
tests/xfs/045 | 2 +-
tests/xfs/046 | 2 +-
tests/xfs/047 | 2 +-
tests/xfs/055 | 2 +-
tests/xfs/056 | 2 +-
tests/xfs/059 | 2 +-
tests/xfs/060 | 2 +-
tests/xfs/061 | 2 +-
tests/xfs/063 | 2 +-
tests/xfs/064 | 2 +-
tests/xfs/066 | 2 +-
tests/xfs/068 | 2 +-
tests/xfs/070 | 1 -
tests/xfs/072 | 2 +-
tests/xfs/077 | 2 +-
tests/xfs/090 | 2 +-
tests/xfs/094 | 2 +-
tests/xfs/103 | 2 +-
tests/xfs/114 | 2 +-
tests/xfs/121 | 3 +-
tests/xfs/127 | 2 +-
tests/xfs/153 | 2 +-
tests/xfs/168 | 4 +-
tests/xfs/178 | 6 +-
tests/xfs/181 | 3 +-
tests/xfs/183 | 3 +-
tests/xfs/202 | 3 +-
tests/xfs/233 | 5 +-
tests/xfs/244 | 4 +-
tests/xfs/266 | 2 +-
tests/xfs/267 | 2 +-
tests/xfs/268 | 2 +-
tests/xfs/281 | 2 +-
tests/xfs/282 | 2 +-
tests/xfs/283 | 2 +-
tests/xfs/287 | 3 +-
tests/xfs/291 | 3 +-
tests/xfs/296 | 2 +-
tests/xfs/300 | 3 +-
tests/xfs/301 | 2 +-
tests/xfs/302 | 2 +-
tests/xfs/306 | 3 +-
tests/xfs/307 | 6 --
tests/xfs/307.out | 3 -
tests/xfs/308 | 3 -
tests/xfs/308.out | 1 -
tests/xfs/310 | 2 -
tests/xfs/432 | 2 +-
tests/xfs/445 | 3 +-
tests/xfs/448 | 1 -
tests/xfs/516 | 6 +-
tests/xfs/520 | 2 +-
tests/xfs/596 | 1 -
tests/xfs/801 | 76 ++++++++++++++++++++++++
tests/xfs/801.out | 2 +
108 files changed, 478 insertions(+), 261 deletions(-)
--
Zorro Lang
zlang@kernel.org
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
reply other threads:[~2024-08-11 12:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ed27a1c046c045a9273a5e2ccbabe1b9@kernel.org \
--to=zlang@kernel.org \
--cc=fstests@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox