Linux block layer
 help / color / mirror / Atom feed
* [PATCH blktests 0/6] extend zoned mode coverage for scsi devices
@ 2022-03-30  1:32 Shin'ichiro Kawasaki
  2022-03-30  1:32 ` [PATCH blktests 1/6] zbd/008: check no stale page cache after BLKRESETZONE ioctl Shin'ichiro Kawasaki
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Shin'ichiro Kawasaki @ 2022-03-30  1:32 UTC (permalink / raw)
  To: linux-block, Omar Sandoval
  Cc: Omar Sandoval, Damien Le Moal, Johannes Thumshirn, Niklas Cassel,
	Shin'ichiro Kawasaki

This patch series extends blktests coverage in zoned mode on scsi devices.
Recently scsi_debug introduced ZBC support and can work in zoned mode. The first
patch adds a new test case zbd/008 using scsi_debug in zoned mode. The second
and third patches allow test cases block/027 and scsi/004 to run in zoned mode
using scsi_debug. Following three patches are scsi test group improvements
unrelated to scsi_debug. The fourth patch allows scsi/006 to run on SCSI devices
in zoned mode. The fifth patch is a bug fix in scsi/006. The last patch removes
an unnecessary scsi/003 out file.

Shin'ichiro Kawasaki (6):
  zbd/008: check no stale page cache after BLKRESETZONE ioctl
  common/scsi_debug: prepare scsi_debug in zoned mode
  block/027, scsi/004: whitelist scsi_debug test cases for zoned mode
  scsi/006: whitelist for zoned mode
  scsi/006: skip cache types which disable read cache for SATA drives
  scsi/003: remove unnecessary out file

 common/scsi_debug  | 11 +++++++++-
 tests/block/027    |  1 +
 tests/scsi/003.out |  7 ------
 tests/scsi/004     |  1 +
 tests/scsi/006     |  5 +++++
 tests/scsi/rc      |  4 ++++
 tests/zbd/008      | 54 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/zbd/008.out  |  2 ++
 8 files changed, 77 insertions(+), 8 deletions(-)
 delete mode 100644 tests/scsi/003.out
 create mode 100755 tests/zbd/008
 create mode 100644 tests/zbd/008.out

-- 
2.34.1


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

end of thread, other threads:[~2022-05-09 19:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-30  1:32 [PATCH blktests 0/6] extend zoned mode coverage for scsi devices Shin'ichiro Kawasaki
2022-03-30  1:32 ` [PATCH blktests 1/6] zbd/008: check no stale page cache after BLKRESETZONE ioctl Shin'ichiro Kawasaki
2022-03-30  1:32 ` [PATCH blktests 2/6] common/scsi_debug: prepare scsi_debug in zoned mode Shin'ichiro Kawasaki
2022-03-30  1:32 ` [PATCH blktests 3/6] block/027, scsi/004: whitelist scsi_debug test cases for " Shin'ichiro Kawasaki
2022-03-30  1:32 ` [PATCH blktests 4/6] scsi/006: whitelist " Shin'ichiro Kawasaki
2022-03-30  1:32 ` [PATCH blktests 5/6] scsi/006: skip cache types which disable read cache for SATA drives Shin'ichiro Kawasaki
2022-03-30  1:32 ` [PATCH blktests 6/6] scsi/003: remove unnecessary out file Shin'ichiro Kawasaki
2022-04-27 13:46 ` [PATCH blktests 0/6] extend zoned mode coverage for scsi devices Johannes Thumshirn
2022-05-09 19:16 ` Omar Sandoval

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox