linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] The DM part of dm-raid45
@ 2010-07-26  3:24 NeilBrown
  2010-07-26  3:24 ` [PATCH 4/8] dm-raid456: add support for setting IO hints NeilBrown
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: NeilBrown @ 2010-07-26  3:24 UTC (permalink / raw)
  To: Heinz Mauelshagen, Alasdair G Kergon; +Cc: linux-raid, dm-devel

As I discussed with Alasdair and Heinz, I have split my
"dm-raid45 using md/raid5.c" patches in to two sets.
The first set contains only changes to md code and is now in
my for-next branch
   git://neil.brown.name/md for-next

so it should appear in linux-next soon and I plan to submit it for the
next merge window.

The second set is all the dm specific bits.  They follow this email.
I'm hoping Alasdair will have time to review and approve these in time
for the next merge window.  All other review and comments are, of
course, most welcome.

Thanks,
NeilBrown

---

NeilBrown (8):
      md/dm: create dm-raid456 module using md/raid5
      dm-raid456: add congestion checking.
      dm-raid456: support unplug
      dm-raid456: add support for setting IO hints.
      dm-raid456: add suspend/resume method
      dm-raid456: add message handler.
      dm-dirty-log: allow log size to be different from target size.
      dm-raid456: switch to use dm_dirty_log for tracking dirty regions.


 drivers/md/Kconfig                 |    8 +
 drivers/md/Makefile                |    1 
 drivers/md/dm-log-userspace-base.c |   11 -
 drivers/md/dm-log.c                |   18 +
 drivers/md/dm-raid1.c              |    4 
 drivers/md/dm-raid456.c            |  576 ++++++++++++++++++++++++++++++++++++
 drivers/md/dm-table.c              |   19 +
 include/linux/device-mapper.h      |   13 +
 include/linux/dm-dirty-log.h       |    3 
 9 files changed, 639 insertions(+), 14 deletions(-)
 create mode 100644 drivers/md/dm-raid456.c

-- 


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

end of thread, other threads:[~2010-07-26  3:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26  3:24 [PATCH 0/8] The DM part of dm-raid45 NeilBrown
2010-07-26  3:24 ` [PATCH 4/8] dm-raid456: add support for setting IO hints NeilBrown
2010-07-26  3:24 ` [PATCH 7/8] dm-dirty-log: allow log size to be different from target size NeilBrown
2010-07-26  3:24 ` [PATCH 5/8] dm-raid456: add suspend/resume method NeilBrown
2010-07-26  3:24 ` [PATCH 6/8] dm-raid456: add message handler NeilBrown
2010-07-26  3:24 ` [PATCH 2/8] dm-raid456: add congestion checking NeilBrown
2010-07-26  3:24 ` [PATCH 3/8] dm-raid456: support unplug NeilBrown
2010-07-26  3:24 ` [PATCH 8/8] dm-raid456: switch to use dm_dirty_log for tracking dirty regions NeilBrown
2010-07-26  3:24 ` [PATCH 1/8] md/dm: create dm-raid456 module using md/raid5 NeilBrown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).