From: Zorro Lang <zlang@kernel.org>
To: fstests@vger.kernel.org
Subject: [ANNOUNCE] fstests: merge v2024.03.03 onto master branch
Date: Sun, 17 Mar 2024 19:28:16 +0800 [thread overview]
Message-ID: <6d76d834958855be9cd3ec718b671765@kernel.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 5274 bytes --]
Hi all,
The master branch of the xfstests repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
has just been updated to v2024.03.03 version.
Thanks,
Zorro
The new head of the master branch is commit:
9b6df9a01ac8 btrfs/016: fix a false alert due to xattrs mismatch
New commits:
Anand Jain (10):
[c5c8a2223881] common/rc: assign SCRATCH_DEV_POOL to an array
[b89613e85fe2] btrfs: introduce tempfsid test group
[257d00e13dca] btrfs: create a helper function, check_fsid(), to verify the tempfsid
[e6c1d2ab76a9] btrfs: verify that subvolume mounts are unaffected by tempfsid
[408376708514] btrfs: check if cloned device mounts with tempfsid
[5673516f9824] btrfs: test case prerequisite _require_btrfs_mkfs_uuid_option
[3ec2d4378c6c] btrfs: introduce helper for creating cloned devices with mkfs
[0a50ae6c2006] btrfs: verify tempfsid clones using mkfs
[4af68c15504d] btrfs: validate send-receive operation with tempfsid.
[a6c984e10159] btrfs: test tempfsid with device add, seed, and balance
Anthony Iliopoulos (2):
[cc23dcb3ebe6] generic/68[12]: use the dir blocksize for xfs filesystems
[28928ea7af86] generic/682: update and fix-up golden output
Filipe Manana (6):
[faabc4852ad9] btrfs: test incremental send on sparse file with trailing hole
[15c084fe1137] btrfs: require no nodatacow for tests that exercise compression
[45d779c9d241] btrfs/173: make the test work when mounting with nodatacow
[d9d267ada5a0] btrfs/299: skip test if we were mounted with nodatacow
[07e9d3d39c3c] btrfs: require no nodatacow for tests that exercise read repair
[3f740470e96b] generic/736: fix a buffer overflow in readdir-while-renames.c
Johannes Thumshirn (3):
[43f4d620203e] filter.brtfs: add filter for conversion
[fe6326040eb3] filter.btrfs: add filter for btrfs device add
[8c9102789fec] btrfs: check conversion of zoned fileystems
Luis Chamberlain (1):
[cb1f76a28453] common/config: fix CANON_DEVS=yes when file does not exist
Martin Jansa (1):
[a8fbb364834f] tests/*/Makefile: make sure group.list DIRT exists before install
Qu Wenruo (4):
[00989655e212] btrfs: validate inconsitent qgroup won't leak reserved data space
[779ae21a305d] btrfs: btrfs/224 do not assign snapshot to a subvolume qgroup
[662db2673538] btrfs: detect regular qgroup for older kernels correctly
[9b6df9a01ac8] btrfs/016: fix a false alert due to xattrs mismatch
Code Diffstat:
common/btrfs | 76 ++++++++++++++++++++++++++++++++++++-
common/config | 2 +-
common/filter.btrfs | 15 ++++++++
common/rc | 29 ++++++++++++--
doc/group-names.txt | 1 +
src/readdir-while-renames.c | 10 ++++-
tests/btrfs/016 | 53 +++++++++++---------------
tests/btrfs/024 | 1 +
tests/btrfs/048 | 1 +
tests/btrfs/059 | 1 +
tests/btrfs/138 | 1 +
tests/btrfs/140 | 3 +-
tests/btrfs/141 | 2 +
tests/btrfs/157 | 2 +
tests/btrfs/158 | 2 +
tests/btrfs/173 | 5 +++
tests/btrfs/215 | 2 +
tests/btrfs/224 | 6 +--
tests/btrfs/234 | 1 +
tests/btrfs/265 | 2 +
tests/btrfs/266 | 2 +
tests/btrfs/267 | 2 +
tests/btrfs/268 | 2 +
tests/btrfs/269 | 2 +
tests/btrfs/281 | 1 +
tests/btrfs/289 | 2 +
tests/btrfs/299 | 3 ++
tests/btrfs/303 | 92 +++++++++++++++++++++++++++++++++++++++++++++
tests/btrfs/303.out | 24 ++++++++++++
tests/btrfs/311 | 87 ++++++++++++++++++++++++++++++++++++++++++
tests/btrfs/311.out | 24 ++++++++++++
tests/btrfs/312 | 78 ++++++++++++++++++++++++++++++++++++++
tests/btrfs/312.out | 19 ++++++++++
tests/btrfs/313 | 52 +++++++++++++++++++++++++
tests/btrfs/313.out | 16 ++++++++
tests/btrfs/314 | 78 ++++++++++++++++++++++++++++++++++++++
tests/btrfs/314.out | 23 ++++++++++++
tests/btrfs/315 | 91 ++++++++++++++++++++++++++++++++++++++++++++
tests/btrfs/315.out | 10 +++++
tests/btrfs/316 | 59 +++++++++++++++++++++++++++++
tests/btrfs/316.out | 2 +
tests/btrfs/317 | 67 +++++++++++++++++++++++++++++++++
tests/btrfs/317.out | 9 +++++
tests/btrfs/Makefile | 2 +-
tests/ceph/Makefile | 2 +-
tests/cifs/Makefile | 2 +-
tests/ext4/Makefile | 2 +-
tests/f2fs/Makefile | 2 +-
tests/generic/681 | 2 +-
tests/generic/682 | 10 ++++-
tests/generic/682.out | 2 +-
tests/generic/Makefile | 2 +-
tests/nfs/Makefile | 2 +-
tests/ocfs2/Makefile | 2 +-
tests/overlay/Makefile | 2 +-
tests/perf/Makefile | 2 +-
tests/selftest/Makefile | 2 +-
tests/shared/Makefile | 2 +-
tests/tmpfs/Makefile | 2 +-
tests/udf/Makefile | 2 +-
tests/xfs/Makefile | 2 +-
61 files changed, 942 insertions(+), 62 deletions(-)
--
Zorro Lang
zlang@kernel.org
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
reply other threads:[~2024-03-17 11:28 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=6d76d834958855be9cd3ec718b671765@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.