mbox series

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

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

Message

Johannes Thumshirn April 29, 2021, 12:39 p.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 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