Hi Linus, A few fixes that should go into this release. This pull request contains: - Fix for a corruption issue with the s390 dasd driver (Stefan) - Fixup/improvement for the flush insertion change that we had in this series (Ming) - Fix for the partition suppor for host aware zoned devices (Shin'ichiro) - Fix incorrect blk-iocost comparison (Tejun) Diffstat looks large, but that's a) mostly dasd, and b) the flush fix from Ming adds a big comment. Please pull! git://git.kernel.dk/linux-block.git tags/block-5.6-2020-03-13 ---------------------------------------------------------------- Ming Lei (1): blk-mq: insert flush request to the front of dispatch queue Shin'ichiro Kawasaki (1): block: Fix partition support for host aware zoned block devices Stefan Haberland (1): s390/dasd: fix data corruption for thin provisioned devices Tejun Heo (1): blk-iocost: fix incorrect vtime comparison in iocg_is_idle() block/blk-iocost.c | 2 +- block/blk-mq-sched.c | 22 ++++++ block/genhd.c | 36 +++++++++ drivers/s390/block/dasd.c | 27 ++++++- drivers/s390/block/dasd_eckd.c | 163 +++++++++++++++++++++++++++++++++++++++-- drivers/s390/block/dasd_int.h | 15 +++- include/linux/genhd.h | 13 +--- 7 files changed, 253 insertions(+), 25 deletions(-) -- Jens Axboe