mbox series

[v2,0/2] fstests: first few support patches for zoned btrfs

Message ID 20210428084608.21213-1-johannes.thumshirn@wdc.com (mailing list archive)
Headers show
Series fstests: first few support patches for zoned btrfs | expand

Message

Johannes Thumshirn April 28, 2021, 8:46 a.m. UTC
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