From: NeilBrown <neilb@suse.de>
To: linux-raid@vger.kernel.org
Cc: "Jonathan Brassow" <jbrassow@redhat.com>,
"Mike Snitzer" <snitzer@redhat.com>,
RémiRérolle <rrerolle@lacie.com>, "Joe Perches" <joe@perches.com>
Subject: [md PATCH 00/13] md patches for the current merge window
Date: Wed, 12 Jan 2011 09:12:46 +1100 [thread overview]
Message-ID: <20110111221050.12732.31647.stgit@notabene.brown> (raw)
The following assortment of patches for md are planned to be submitted
for the current merge window, probably in a couple of days. Any
comments most welcome.
Some are bug fixes, some of minor changes to prepare for future work,
nothing is really significant
They are all currently in my for-next branch
git://neil.brown.name/md for-next
and so should appear in -next today or tomorrow.
Thanks,
NeilBrown
---
Joe Perches (1):
md: Fix single printks with multiple KERN_<level>s
Jonathan Brassow (4):
md: separate meta and data devs
md-new-param-to_sync_page_io
md-new-param-to-calc_dev_sboffset
md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointer
NeilBrown (7):
md: allow suspend_lo and suspend_hi to decrease as well as increase.
md: Don't let implementation detail of curr_resync leak out through sysfs.
md: Be more careful about clearing flags bit in ->recovery
md: md_stop_writes requires mddev_lock.
md: Ensure no IO request to get md device before it is properly initialised.
md: fix regression resulting in delays in clearing bits in a bitmap
md: fix regression with re-adding devices to arrays with no metadata
Rémi Rérolle (1):
md: fix sync_completed reporting for very large drives (>2TB)
drivers/md/bitmap.c | 12 ++-
drivers/md/md.c | 187 +++++++++++++++++++++++++++++++--------------------
drivers/md/md.h | 13 +++-
drivers/md/raid1.c | 33 ++++-----
drivers/md/raid10.c | 17 ++---
drivers/md/raid5.c | 7 +-
6 files changed, 157 insertions(+), 112 deletions(-)
--
Signature
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2011-01-11 22:12 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-11 22:12 NeilBrown [this message]
2011-01-11 22:12 ` [md PATCH 06/13] md: md_stop_writes requires mddev_lock NeilBrown
2011-01-11 22:12 ` [md PATCH 03/13] md: Fix single printks with multiple KERN_<level>s NeilBrown
2011-01-11 22:12 ` [md PATCH 02/13] md: fix regression resulting in delays in clearing bits in a bitmap NeilBrown
2011-01-11 22:12 ` [md PATCH 04/13] md: Ensure no IO request to get md device before it is properly initialised NeilBrown
2011-01-11 22:12 ` [md PATCH 01/13] md: fix regression with re-adding devices to arrays with no metadata NeilBrown
2011-01-11 22:12 ` [md PATCH 05/13] md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointer NeilBrown
2011-01-11 22:12 ` [md PATCH 07/13] md: Be more careful about clearing flags bit in ->recovery NeilBrown
2011-01-11 22:12 ` [md PATCH 08/13] md-new-param-to-calc_dev_sboffset NeilBrown
2011-01-11 22:12 ` [md PATCH 10/13] md: separate meta and data devs NeilBrown
2011-01-11 22:12 ` [md PATCH 11/13] md: Don't let implementation detail of curr_resync leak out through sysfs NeilBrown
2011-01-11 22:12 ` [md PATCH 13/13] md: fix sync_completed reporting for very large drives (>2TB) NeilBrown
2011-01-11 22:12 ` [md PATCH 09/13] md-new-param-to_sync_page_io NeilBrown
2011-01-11 22:12 ` [md PATCH 12/13] md: allow suspend_lo and suspend_hi to decrease as well as increase 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=20110111221050.12732.31647.stgit@notabene.brown \
--to=neilb@suse.de \
--cc=jbrassow@redhat.com \
--cc=joe@perches.com \
--cc=linux-raid@vger.kernel.org \
--cc=rrerolle@lacie.com \
--cc=snitzer@redhat.com \
/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).