All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] barrier support for request-based dm
@ 2009-10-16  4:52 Kiyoshi Ueda
  2009-10-16  4:55 ` [PATCH 1/9] dm core: clean up in-flight checking Kiyoshi Ueda
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Kiyoshi Ueda @ 2009-10-16  4:52 UTC (permalink / raw)
  To: Alasdair Kergon; +Cc: device-mapper development

Hi Alasdair,

This patch-set adds barrier support for request-based dm-multipath.
It is made on top of 2.6.32-rc4 + the patches below:
  o http://git.kernel.org/?p=linux/kernel/git/axboe/linux-2.6-block.git;a=commit;h=a9327cac440be4d8333bba975cbbf76045096275
    (Seperate read and write statistics of in_flight requests)

  o The patches below in the Alasdair's editing tree:
      dm-add-missing-del_gendisk-to-alloc_dev-error-path.patch
      dm-dec_pending-needs-locking-to-save-error-value.patch
      dm-ioctl-prefer-strlcpy-over-strncpy.patch
      dm-trace-request-based-remapping.patch

Most patches are clean-ups and refactorings for preparation of
the last patch.

Please review and apply if no problem.

Summary of the patch-set:
  1/9: dm core: clean up in-flight checking
  2/9: rqdm core: map_request() takes clone instead of orig
  3/9: rqdm core: alloc_rq_tio() takes gfp_mask
  4/9: rqdm core: clean up request cloning
  5/9: rqdm core: simplify suspend code
  6/9: rqdm core: use md->pending for in_flight I/O counting
  7/9: rqdm core: refactor completion functions
  8/9: rqdm core: move dm_end_request()
  9/9: rqdm core: add barrier support

 drivers/md/dm.c |  582 +++++++++++++++++++++++++++++++-------------------------
 1 file changed, 323 insertions(+), 259 deletions(-)

Thanks,
Kiyoshi Ueda

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

end of thread, other threads:[~2009-10-28 17:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-16  4:52 [PATCH 0/9] barrier support for request-based dm Kiyoshi Ueda
2009-10-16  4:55 ` [PATCH 1/9] dm core: clean up in-flight checking Kiyoshi Ueda
2009-10-19 21:16   ` Alasdair G Kergon
2009-10-20  7:47     ` Kiyoshi Ueda
2009-10-16  4:57 ` [PATCH 2/9] rqdm core: map_request() takes clone instead of orig Kiyoshi Ueda
2009-10-16  4:58 ` [PATCH 3/9] rqdm core: alloc_rq_tio() takes gfp_mask Kiyoshi Ueda
2009-10-16  4:59 ` [PATCH 4/9] rqdm core: clean up request cloning Kiyoshi Ueda
2009-10-16  5:01 ` [PATCH 5/9] rqdm core: simplify suspend code Kiyoshi Ueda
2009-10-28 16:21   ` Alasdair G Kergon
2009-10-28 17:39   ` Alasdair G Kergon
2009-10-16  5:02 ` [PATCH 6/9] rqdm core: use md->pending for in_flight I/O counting Kiyoshi Ueda
2009-10-16  5:03 ` [PATCH 7/9] rqdm core: refactor completion functions Kiyoshi Ueda
2009-10-16  5:05 ` [PATCH 8/9] rqdm core: move dm_end_request() Kiyoshi Ueda
2009-10-16  5:06 ` [PATCH 9/9] rqdm core: add barrier support Kiyoshi Ueda
2009-10-16  5:17 ` 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.