Hi Jens, This patch series addresses the issue that was discussed in your plugging for passthrough patch series[1]. 1st patch modifies blk_mq_plug() function to accept plugging only for reads in zoned block devices. 2nd patch uses the blk_mq_plug function in blk_execute_rq_nowait(). The patches are based on next-20220923. [1] https://lore.kernel.org/linux-block/2e484ccb-b65b-2991-e259-d3f7be6ad1a6@xxxxxxxxx/ Pankaj Raghav (2): block: modify blk_mq_plug() to allow only reads for zoned block devices block: use blk_mq_plug() in blk_execute_rq_nowait() block/blk-mq.c | 2 +- block/blk-mq.h | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) -- 2.25.1