All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-devel] [5.20 PATCH v3 0/2] dm: improve bio splitting at expense of requeue complexity
@ 2022-07-06 17:44 ` Mike Snitzer
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Snitzer @ 2022-07-06 17:44 UTC (permalink / raw)
  To: dm-devel; +Cc: linux-block

This v3 moves all bio_rewind() code to drivers/md/dm-io-rewind.c for
exclussive use by DM core's dm_io requeue support via dm_io_rewind().

It was determined that block core doesn't need to expose bio_rewind()
for more general use. If/when that changes we can revisit, armed with
the understanding of how DM's use of bio_rewind() has faired.

These changes are now staged for 5.20 inclussion via linux-dm.git

Ming Lei (2):
  dm: add bio_rewind() API to DM core
  dm: add two stage requeue mechanism

 drivers/md/Makefile       |   2 +-
 drivers/md/dm-core.h      |  13 +++-
 drivers/md/dm-io-rewind.c | 166 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/md/dm.c           | 121 +++++++++++++++++++++++++--------
 4 files changed, 273 insertions(+), 29 deletions(-)
 create mode 100644 drivers/md/dm-io-rewind.c

-- 
2.15.0

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


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

end of thread, other threads:[~2022-07-07  6:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-06 17:44 [dm-devel] [5.20 PATCH v3 0/2] dm: improve bio splitting at expense of requeue complexity Mike Snitzer
2022-07-06 17:44 ` Mike Snitzer
2022-07-06 17:44 ` [dm-devel] [5.20 PATCH v3 1/2] dm: add bio_rewind() API to DM core Mike Snitzer
2022-07-06 17:44   ` Mike Snitzer
2022-07-07  4:47   ` [dm-devel] " Christoph Hellwig
2022-07-07  4:47     ` Christoph Hellwig
2022-07-06 17:44 ` [dm-devel] [5.20 PATCH v3 2/2] dm: add two stage requeue mechanism Mike Snitzer
2022-07-06 17:44   ` Mike Snitzer

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.