fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] fstests: first few support patches for zoned btrfs
@ 2021-04-23 11:26 Johannes Thumshirn
  2021-04-23 11:26 ` [PATCH 1/4] fstests: add missing checks of fallocate feature Johannes Thumshirn
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Johannes Thumshirn @ 2021-04-23 11:26 UTC (permalink / raw)
  To: Eryu Guan; +Cc: fstests, linux-btrfs, Naohiro Aota, Johannes Thumshirn

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

-- 
2.30.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-04-26  6:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 11:26 [PATCH 0/4] fstests: first few support patches for zoned btrfs Johannes Thumshirn
2021-04-23 11:26 ` [PATCH 1/4] fstests: add missing checks of fallocate feature Johannes Thumshirn
2021-04-23 11:26 ` [PATCH 2/4] btrfs: require discard functionality from scratch device Johannes Thumshirn
2021-04-25  8:26   ` Eryu Guan
2021-04-23 11:26 ` [PATCH 3/4] common/rc: introduce zone check commands Johannes Thumshirn
2021-04-23 11:26 ` [PATCH 4/4] btrfs: add test for zone auto reclaim Johannes Thumshirn
2021-04-25  8:33   ` Eryu Guan
2021-04-26  6:08     ` Johannes Thumshirn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).