All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-devel] [PATCH 0/3] dm: improvement on io referencing and io poll
@ 2022-04-08 17:12 Ming Lei
  2022-04-08 17:12 ` [dm-devel] [PATCH 1/3] dm: don't grab target io reference in dm_zone_map_bio Ming Lei
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Ming Lei @ 2022-04-08 17:12 UTC (permalink / raw)
  To: Mike Snitzer; +Cc: dm-devel, Ming Lei

Hello,

The 1st patch removes get/put io reference in dm_zone_map_bio.

The 2nd one improves io referencing.

The 3rd patch switches to hold dm_io instance in single list.


Ming Lei (3):
  dm: don't grab target io reference in dm_zone_map_bio
  dm: improve target io referencing
  dm: put all polled io into one single list

 drivers/md/dm-core.h |  9 +----
 drivers/md/dm-zone.c | 10 ------
 drivers/md/dm.c      | 79 ++++++++++++++++++++++++++++----------------
 3 files changed, 51 insertions(+), 47 deletions(-)

-- 
2.31.1

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


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

end of thread, other threads:[~2022-04-12  1:17 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 17:12 [dm-devel] [PATCH 0/3] dm: improvement on io referencing and io poll Ming Lei
2022-04-08 17:12 ` [dm-devel] [PATCH 1/3] dm: don't grab target io reference in dm_zone_map_bio Ming Lei
2022-04-11  0:18   ` Damien Le Moal
2022-04-11  0:36     ` Ming Lei
2022-04-11  0:50       ` Damien Le Moal
2022-04-11  1:04         ` Ming Lei
2022-04-11  1:08           ` Damien Le Moal
2022-04-11  2:19           ` Damien Le Moal
2022-04-11  2:55             ` Damien Le Moal
2022-04-11  3:10               ` Damien Le Moal
2022-04-11  7:34               ` Ming Lei
2022-04-11  7:42                 ` Damien Le Moal
2022-04-11 14:18                   ` Ming Lei
2022-04-11 23:33                     ` Damien Le Moal
2022-04-12  0:09                       ` Ming Lei
2022-04-12  0:28                         ` Damien Le Moal
2022-04-12  1:02                           ` Ming Lei
2022-04-12  1:17                             ` Damien Le Moal
2022-04-11  9:40   ` Damien Le Moal
2022-04-08 17:12 ` [dm-devel] [PATCH 2/3] dm: improve target io referencing Ming Lei
2022-04-08 17:12 ` [dm-devel] [PATCH 3/3] dm: put all polled io into one single list 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.