]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dm flakey: add support for zoned block devices
authorDamien Le Moal <damien.lemoal@wdc.com>
Mon, 8 May 2017 23:40:49 +0000 (16:40 -0700)
committerMike Snitzer <snitzer@redhat.com>
Mon, 19 Jun 2017 15:03:51 +0000 (11:03 -0400)
commit124c44546d0cbf6dc2daf92cba80cf556e9039c3
tree6d7f49f063663fc76cd3cfc586a27e5e2c30c6bc
parent10999307c14eac281fbec3ada73bee7a05bd41dc
dm flakey: add support for zoned block devices

With the development of file system support for zoned block devices
(e.g. f2fs), having dm-flakey support these devices is interesting
to improve testing.

Add host-aware and host-managed zoned block devices support to in
dm-flakey.  The target type feature is set to DM_TARGET_ZONED_HM to
indicate support for host-managed models.  Also add hooks for remapping
of REQ_OP_ZONE_RESET and REQ_OP_ZONE_REPORT bios.  Additionally, in the
bio completion path, (backward) remapping of a zone report reply is
added.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-flakey.c