All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zorro Lang <zlang@kernel.org>
To: fstests@vger.kernel.org
Subject: [ANNOUNCE] fstests: for-next branch updated to v2024.03.03
Date: Sun, 03 Mar 2024 20:48:10 +0800	[thread overview]
Message-ID: <0cb72053ac86fa0cbf68addbfe7f14d4@kernel.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 5858 bytes --]

Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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.03.03 release.

Release Note:
This's a release for btrfs testing mainly. There're 8 btrfs new test cases,
(include btrfs/303 and btrfs/311 ~ 317), and some new helpers, new test
groups, bug fixes and so on. Thanks for the reviewers and Anand Jain helped
much.

There're also some bug fixes and updates for common/*, Makefile and some
generic cases. More details refer to below. Thanks for all these contribution!

Thanks,
Zorro

The new head of the for-next branch is commit:

9b6df9a01ac8 btrfs/016: fix a false alert due to xattrs mismatch

New commits ([N]ew, [U]pdate):

Anand Jain (10):
[U]      [c5c8a2223881] common/rc: assign SCRATCH_DEV_POOL to an array
[U]      [b89613e85fe2] btrfs: introduce tempfsid test group
[U]      [257d00e13dca] btrfs: create a helper function, check_fsid(), to verify the tempfsid
[N]      [e6c1d2ab76a9] btrfs: verify that subvolume mounts are unaffected by tempfsid
[N]      [408376708514] btrfs: check if cloned device mounts with tempfsid
[U]      [5673516f9824] btrfs: test case prerequisite _require_btrfs_mkfs_uuid_option
[U]      [3ec2d4378c6c] btrfs: introduce helper for creating cloned devices with mkfs
[N]      [0a50ae6c2006] btrfs: verify tempfsid clones using mkfs
[N]      [4af68c15504d] btrfs: validate send-receive operation with tempfsid.
[N]      [a6c984e10159] btrfs: test tempfsid with device add, seed, and balance

Anthony Iliopoulos (2):
[U]      [cc23dcb3ebe6] generic/68[12]: use the dir blocksize for xfs filesystems
[U]      [28928ea7af86] generic/682: update and fix-up golden output

Filipe Manana (6):
[N]      [faabc4852ad9] btrfs: test incremental send on sparse file with trailing hole
[U]      [15c084fe1137] btrfs: require no nodatacow for tests that exercise compression
[U]      [45d779c9d241] btrfs/173: make the test work when mounting with nodatacow
[U]      [d9d267ada5a0] btrfs/299: skip test if we were mounted with nodatacow
[U]      [07e9d3d39c3c] btrfs: require no nodatacow for tests that exercise read repair
[U]      [3f740470e96b] generic/736: fix a buffer overflow in readdir-while-renames.c

Johannes Thumshirn (3):
[U]      [43f4d620203e] filter.brtfs: add filter for conversion
[U]      [fe6326040eb3] filter.btrfs: add filter for btrfs device add
[N]      [8c9102789fec] btrfs: check conversion of zoned fileystems

Luis Chamberlain (1):
[U]      [cb1f76a28453] common/config: fix CANON_DEVS=yes when file does not exist

Martin Jansa (1):
[U]      [a8fbb364834f] tests/*/Makefile: make sure group.list DIRT exists before install

Qu Wenruo (4):
[N]      [00989655e212] btrfs: validate inconsitent qgroup won't leak reserved data space
[U]      [779ae21a305d] btrfs: btrfs/224 do not assign snapshot to a subvolume qgroup
[U]      [662db2673538] btrfs: detect regular qgroup for older kernels correctly
[U]      [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-03 12:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-03 12:48 Zorro Lang [this message]
     [not found] <65e4719a.050a0220.eb82c.d42fSMTPIN_ADDED_BROKEN@mx.google.com>
2024-03-03 13:28 ` [ANNOUNCE] fstests: for-next branch updated to v2024.03.03 Zorro Lang

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=0cb72053ac86fa0cbf68addbfe7f14d4@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.