dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] block/dm: add REQ_NOWAIT support for bio-based
@ 2020-09-23 20:06 Mike Snitzer
  2020-09-23 20:06 ` [PATCH 1/2] block: add QUEUE_FLAG_NOWAIT Mike Snitzer
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Mike Snitzer @ 2020-09-23 20:06 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Konstantin Khlebnikov, hch, dm-devel, linux-block

Hi,

I got guilted into this by this Twitter exchange:
https://twitter.com/axboe/status/1308778488011337728

Started with this patchset from June and revised it:
https://patchwork.kernel.org/project/dm-devel/list/?series=297693
(dropped MD patch while doing so_.

Tested these changes with this test Jens provided:

[mikes-test-job]
filename=/dev/dm-0
rw=randread
buffered=1
ioengine=io_uring
iodepth=16
norandommap

Jens, please feel free to pickup both patches, I don't have any
conflicting DM changes for 5.10.

Thanks,
Mike

Konstantin Khlebnikov (1):
  dm: add support for REQ_NOWAIT and enable it for linear target

Mike Snitzer (1):
  block: add QUEUE_FLAG_NOWAIT

 block/blk-core.c              |  4 ++--
 drivers/md/dm-linear.c        |  5 +++--
 drivers/md/dm-table.c         | 32 ++++++++++++++++++++++++++++++++
 drivers/md/dm.c               |  4 +++-
 include/linux/blkdev.h        |  7 +++++--
 include/linux/device-mapper.h |  6 ++++++
 6 files changed, 51 insertions(+), 7 deletions(-)

-- 
2.15.0

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

end of thread, other threads:[~2020-09-25 14:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23 20:06 [PATCH 0/2] block/dm: add REQ_NOWAIT support for bio-based Mike Snitzer
2020-09-23 20:06 ` [PATCH 1/2] block: add QUEUE_FLAG_NOWAIT Mike Snitzer
2020-09-24 13:40   ` Christoph Hellwig
2020-09-23 20:06 ` [PATCH 2/2] dm: add support for REQ_NOWAIT and enable it for linear target Mike Snitzer
2020-09-25 14:20 ` [PATCH 0/2] block/dm: add REQ_NOWAIT support for bio-based Jens Axboe

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).