fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Thumshirn <johannes.thumshirn@wdc.com>
To: Eryu Guan <guan@eryu.me>
Cc: fstests@vger.kernel.org, linux-btrfs@vger.kernel.org,
	Naohiro Aota <naohiro.aota@wdc.com>,
	Johannes Thumshirn <johannes.thumshirn@wdc.com>
Subject: [PATCH 0/4] fstests: first few support patches for zoned btrfs
Date: Fri, 23 Apr 2021 20:26:30 +0900	[thread overview]
Message-ID: <20210423112634.6067-1-johannes.thumshirn@wdc.com> (raw)

This series adds 3 tests to prepare xfstests for testing on zoned block
devices and a first test for btrfs' zoned block device support.

General zoned block device support for btrfs was merged with v5.12 and the
zone auto reclaim feature is staged to be merged with v5.13.

Johannes Thumshirn (2):
  btrfs: require discard functionality from scratch device
  btrfs: add test for zone auto reclaim

Naohiro Aota (2):
  fstests: add missing checks of fallocate feature
  common/rc: introduce zone check commands

 common/config       |   1 +
 common/rc           |  52 ++++++++++++++++++++++
 tests/btrfs/013     |   1 +
 tests/btrfs/016     |   1 +
 tests/btrfs/025     |   1 +
 tests/btrfs/034     |   1 +
 tests/btrfs/037     |   1 +
 tests/btrfs/046     |   1 +
 tests/btrfs/107     |   1 +
 tests/btrfs/116     |   1 +
 tests/btrfs/156     |   1 +
 tests/btrfs/236     | 102 ++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/236.out |   2 +
 tests/btrfs/group   |   1 +
 tests/ext4/001      |   1 +
 tests/f2fs/001      |   1 +
 tests/generic/456   |   1 +
 tests/xfs/042       |   1 +
 tests/xfs/114       |   1 +
 tests/xfs/118       |   1 +
 tests/xfs/331       |   1 +
 tests/xfs/341       |   1 +
 tests/xfs/342       |   1 +
 tests/xfs/423       |   1 +
 24 files changed, 177 insertions(+)
 create mode 100755 tests/btrfs/236
 create mode 100644 tests/btrfs/236.out

-- 
2.30.0


             reply	other threads:[~2021-04-23 11:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-23 11:26 Johannes Thumshirn [this message]
2021-04-23 11:26 ` [PATCH 1/4] fstests: add missing checks of fallocate feature Johannes Thumshirn
2021-04-23 11:26 ` [PATCH 2/4] btrfs: require discard functionality from scratch device Johannes Thumshirn
2021-04-25  8:26   ` Eryu Guan
2021-04-23 11:26 ` [PATCH 3/4] common/rc: introduce zone check commands Johannes Thumshirn
2021-04-23 11:26 ` [PATCH 4/4] btrfs: add test for zone auto reclaim Johannes Thumshirn
2021-04-25  8:33   ` Eryu Guan
2021-04-26  6:08     ` Johannes Thumshirn

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=20210423112634.6067-1-johannes.thumshirn@wdc.com \
    --to=johannes.thumshirn@wdc.com \
    --cc=fstests@vger.kernel.org \
    --cc=guan@eryu.me \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=naohiro.aota@wdc.com \
    /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;
as well as URLs for NNTP newsgroup(s).