All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Thumshirn <johannes.thumshirn@wdc.com>
To: Eryu Guan <guan@eryu.me>, linux-btrfs@vger.kernel.org
Cc: fstests@vger.kernel.org, Naohiro Aota <naohiro.aota@wdc.com>,
	Johannes Thumshirn <johannes.thumshirn@wdc.com>
Subject: [PATCH v3 0/2] fstests: first few support patches for zoned btrfs
Date: Thu, 29 Apr 2021 21:39:25 +0900	[thread overview]
Message-ID: <20210429123927.11778-1-johannes.thumshirn@wdc.com> (raw)

This series adds preparations for 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.

Changes since v2:
- reduce commit itme to 1s
- reduce sleeps
- don't use _fail for last print
- don't use direct io

Changes since v1:
- rebased onto master
- drop unnecessary patch
- comment sleep and commit= mount option use

Johannes Thumshirn (1):
  btrfs: add test for zone auto reclaim

Naohiro Aota (1):
  common/rc: introduce zone check commands

 common/config       |   1 +
 common/rc           |  44 +++++++++++++++++++
 tests/btrfs/236     | 103 ++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/236.out |   2 +
 tests/btrfs/group   |   1 +
 5 files changed, 151 insertions(+)
 create mode 100755 tests/btrfs/236
 create mode 100644 tests/btrfs/236.out

-- 
2.31.1


             reply	other threads:[~2021-04-29 12:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-29 12:39 Johannes Thumshirn [this message]
2021-04-29 12:39 ` [PATCH v3 1/2] common/rc: introduce zone check commands Johannes Thumshirn
2021-04-29 12:39 ` [PATCH v3 2/2] btrfs: add test for zone auto reclaim Johannes Thumshirn
2021-04-30 10:05   ` Filipe Manana
2021-04-30 10:10     ` 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=20210429123927.11778-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 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.