All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] use block-layer's clone interface in request-based dm
@ 2009-06-19  7:40 Kiyoshi Ueda
  2009-06-19  7:49 ` [PATCH 1/4] dm core: use BUG_ON in dm_end_request() Kiyoshi Ueda
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kiyoshi Ueda @ 2009-06-19  7:40 UTC (permalink / raw)
  To: Alasdair Kergon; +Cc: device-mapper development

Hi Alasdair,

This patch-set changes request-based dm to use the block-layer's
clone setup interface, blk_rq_prep_clone().
(Before that, some clean-ups for request-based dm are included.)

This patch-set can be applied on top of your linux-next patches
including request-based dm (v3):
    http://marc.info/?l=dm-devel&m=124392590507004&w=2

Summary of the patch-set
------------------------
  1/4: dm core: use BUG_ON in dm_end_request()
  2/4: dm core: clean up completion handling of clone bio
  3/4: dm core: remove 'md' argument from free_rq_tio()
  4/4: dm core: use generic clone setup interface

 drivers/md/dm.c |  160 ++++++++++++++++++--------------------------------------
 1 file changed, 52 insertions(+), 108 deletions(-)

Thanks,
Kiyoshi Ueda

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

end of thread, other threads:[~2009-06-19  7:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-19  7:40 [PATCH 0/4] use block-layer's clone interface in request-based dm Kiyoshi Ueda
2009-06-19  7:49 ` [PATCH 1/4] dm core: use BUG_ON in dm_end_request() Kiyoshi Ueda
2009-06-19  7:50 ` [PATCH 2/4] dm core: clean up completion handling of clone bio Kiyoshi Ueda
2009-06-19  7:50 ` [PATCH 3/4] dm core: remove 'md' argument from free_rq_tio() Kiyoshi Ueda
2009-06-19  7:51 ` [PATCH 4/4] dm core: use generic clone setup interface Kiyoshi Ueda

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.