All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] fstests: add checks for testing zoned btrfs
@ 2021-08-16 11:35 Naohiro Aota
  2021-08-16 11:35 ` [PATCH v3 1/3] common: add zoned block device checks Naohiro Aota
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Naohiro Aota @ 2021-08-16 11:35 UTC (permalink / raw)
  To: fstests; +Cc: linux-btrfs, Naohiro Aota

Several tests are failing on zoned btrfs, but actually they are invalid.

One reason was creating too small filesystem. This issue is already
addressed with v2.

The other reason is lacking of zone support of some dm targets and loop
device. This series address the issue.

Naohiro Aota (3):
  common: add zoned block device checks
  fstests: btrfs: add checks for zoned block device
  fstests: generic: add checks for zoned block device

 common/btrfs      | 26 ++++++++++++++++++++++++++
 common/rc         | 13 +++++++++++++
 tests/btrfs/003   | 16 ++++++++++++----
 tests/btrfs/011   | 21 ++++++++++++---------
 tests/btrfs/012   |  2 ++
 tests/btrfs/023   |  2 ++
 tests/btrfs/049   |  2 ++
 tests/btrfs/116   |  2 ++
 tests/btrfs/124   |  4 ++++
 tests/btrfs/131   |  2 ++
 tests/btrfs/136   |  2 ++
 tests/btrfs/140   |  2 ++
 tests/btrfs/194   |  2 +-
 tests/btrfs/195   |  2 ++
 tests/btrfs/197   |  2 ++
 tests/btrfs/198   |  2 ++
 tests/btrfs/215   |  2 ++
 tests/btrfs/236   | 33 ++++++++++++++++++++-------------
 tests/generic/108 |  2 ++
 tests/generic/471 |  2 ++
 tests/generic/570 |  2 ++
 21 files changed, 116 insertions(+), 27 deletions(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-08-18  2:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-16 11:35 [PATCH v3 0/3] fstests: add checks for testing zoned btrfs Naohiro Aota
2021-08-16 11:35 ` [PATCH v3 1/3] common: add zoned block device checks Naohiro Aota
2021-08-17 23:59   ` Darrick J. Wong
2021-08-18  2:51     ` Naohiro Aota
2021-08-16 11:35 ` [PATCH v3 2/3] fstests: btrfs: add checks for zoned block device Naohiro Aota
2021-08-16 11:35 ` [PATCH v3 3/3] fstests: generic: " Naohiro Aota
2021-08-18  0:01   ` Darrick J. Wong

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.