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 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