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