All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/3] block/dm: support bio polling
@ 2021-06-23  7:40 ` Ming Lei
  0 siblings, 0 replies; 16+ messages in thread
From: Ming Lei @ 2021-06-23  7:40 UTC (permalink / raw)
  To: Jens Axboe, Mike Snitzer
  Cc: linux-block, Jeffle Xu, dm-devel, Hannes Reinecke,
	Christoph Hellwig, Ming Lei

Hello Guys,

Based on Christoph's bio based polling model[1], implement DM bio polling
with one very simple approach.

Patch 1 adds helper of blk_queue_poll().

Patch 2 adds .bio_poll() callback to block_device_operations, so bio
driver can implement its own logic for io polling.

Patch 3 implements bio polling for device mapper.


V3:
	- patch style change as suggested by Christoph(2/3)
	- fix kernel panic issue caused by nested dm polling, which is found
	  & figured out by Jeffle Xu (3/3)
	- re-organize setup polling code (3/3)
	- remove RFC

V2:
	- drop patch to add new fields into bio
	- support io polling for dm native bio splitting
	- add comment

Ming Lei (3):
  block: add helper of blk_queue_poll
  block: add ->poll_bio to block_device_operations
  dm: support bio polling

 block/blk-core.c         |  18 +++---
 block/blk-sysfs.c        |   4 +-
 block/genhd.c            |   2 +
 drivers/md/dm-table.c    |  24 +++++++
 drivers/md/dm.c          | 131 ++++++++++++++++++++++++++++++++++++++-
 drivers/nvme/host/core.c |   2 +-
 include/linux/blkdev.h   |   2 +
 7 files changed, 170 insertions(+), 13 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-03-02  0:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-23  7:40 [PATCH V3 0/3] block/dm: support bio polling Ming Lei
2021-06-23  7:40 ` [dm-devel] " Ming Lei
2021-06-23  7:40 ` [PATCH V3 1/3] block: add helper of blk_queue_poll Ming Lei
2021-06-23  7:40   ` [dm-devel] " Ming Lei
2021-06-23  7:40 ` [PATCH V3 2/3] block: add ->poll_bio to block_device_operations Ming Lei
2021-06-23  7:40   ` [dm-devel] " Ming Lei
2021-06-23  7:40 ` [PATCH V3 3/3] dm: support bio polling Ming Lei
2021-06-23  7:40   ` [dm-devel] " Ming Lei
2022-02-28 16:27 ` [PATCH V3 0/3] block/dm: " Mike Snitzer
2022-02-28 16:27   ` [dm-devel] " Mike Snitzer
2022-03-01  0:58   ` Ming Lei
2022-03-01  0:58     ` [dm-devel] " Ming Lei
2022-03-01 21:19     ` Mike Snitzer
2022-03-01 21:19       ` [dm-devel] " Mike Snitzer
2022-03-02  0:45       ` Ming Lei
2022-03-02  0:45         ` [dm-devel] " Ming Lei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.