mbox series

[0/4] fstests: first few support patches for zoned btrfs

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

Message

Johannes Thumshirn April 23, 2021, 11:26 a.m. UTC
This series adds 3 tests to prepare 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.

Johannes Thumshirn (2):
  btrfs: require discard functionality from scratch device
  btrfs: add test for zone auto reclaim

Naohiro Aota (2):
  fstests: add missing checks of fallocate feature
  common/rc: introduce zone check commands

 common/config       |   1 +
 common/rc           |  52 ++++++++++++++++++++++
 tests/btrfs/013     |   1 +
 tests/btrfs/016     |   1 +
 tests/btrfs/025     |   1 +
 tests/btrfs/034     |   1 +
 tests/btrfs/037     |   1 +
 tests/btrfs/046     |   1 +
 tests/btrfs/107     |   1 +
 tests/btrfs/116     |   1 +
 tests/btrfs/156     |   1 +
 tests/btrfs/236     | 102 ++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/236.out |   2 +
 tests/btrfs/group   |   1 +
 tests/ext4/001      |   1 +
 tests/f2fs/001      |   1 +
 tests/generic/456   |   1 +
 tests/xfs/042       |   1 +
 tests/xfs/114       |   1 +
 tests/xfs/118       |   1 +
 tests/xfs/331       |   1 +
 tests/xfs/341       |   1 +
 tests/xfs/342       |   1 +
 tests/xfs/423       |   1 +
 24 files changed, 177 insertions(+)
 create mode 100755 tests/btrfs/236
 create mode 100644 tests/btrfs/236.out