From: NeilBrown <nfbrown@novell.com>
To: Heinz Mauelshagen <heinzm@redhat.com>,
Alasdair G Kergon <agk@redhat.com>
Cc: linux-raid@vger.kernel.org, dm-devel@redhat.com
Subject: [PATCH 0/8] The DM part of dm-raid45
Date: Mon, 26 Jul 2010 13:24:35 +1000 [thread overview]
Message-ID: <20100726032230.29687.5366.stgit@localhost.localdomain> (raw)
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
--
next reply other threads:[~2010-07-26 3:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-26 3:24 NeilBrown [this message]
2010-07-26 3:24 ` [PATCH 3/8] dm-raid456: support unplug 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 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 4/8] dm-raid456: add support for setting IO hints NeilBrown
2010-07-26 3:24 ` [PATCH 1/8] md/dm: create dm-raid456 module using md/raid5 NeilBrown
2010-07-26 3:24 ` [PATCH 8/8] dm-raid456: switch to use dm_dirty_log for tracking dirty regions NeilBrown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100726032230.29687.5366.stgit@localhost.localdomain \
--to=nfbrown@novell.com \
--cc=agk@redhat.com \
--cc=dm-devel@redhat.com \
--cc=heinzm@redhat.com \
--cc=linux-raid@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).