From: NeilBrown <neilb@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux RAID <linux-raid@vger.kernel.org>
Subject: [PULL REQUEST] md bugfixes for 3.4-rc
Date: Tue, 3 Apr 2012 15:45:49 +1000 [thread overview]
Message-ID: <20120403154549.5b4b0bef@notabene.brown> (raw)
[-- Attachment #1: Type: text/plain, Size: 1798 bytes --]
Hi Linus,
a few md updates.
Thanks,
NeilBrown
The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928:
Linux 3.4-rc1 (2012-03-31 16:24:09 -0700)
are available in the git repository at:
git://neil.brown.name/md/ tags/md-3.4-fixes
for you to fetch changes up to 5020ad7d143ccfcf8149974096220d59e5572120:
md/raid1,raid10: don't compare excess byte during consistency check. (2012-04-03 15:39:23 +1000)
----------------------------------------------------------------
md: Assort fixes for 3.4-rc
- some RAID levels didn't clear up properly if md_integrity_register
failed
- a 'check' of RAID5/RAID6 doesn't actually read any data
since a recent patch - so fix that (and mark for -stable)
- a couple of other minor bugs.
----------------------------------------------------------------
Jes Sorensen (1):
md: Avoid OOPS when reshaping raid1 to raid0
NeilBrown (2):
md/raid5: fix handling of bad blocks during recovery.
md/raid1,raid10: don't compare excess byte during consistency check.
majianpeng (5):
md/linear: If md_integrity_register() fails, linear_run() must free the mem.
md/raid0: If md_integrity_register() fails, raid0_run() must free the mem.
md/raid1: If md_integrity_register() failed,run() must free the mem
md/raid1:Remove unnecessary rcu_dereference(conf->mirrors[i].rdev).
md/raid5: Fix a bug about judging if the operation is syncing or replacing
drivers/md/linear.c | 9 +++++++-
drivers/md/raid0.c | 27 +++++++++++++++++++++--
drivers/md/raid1.c | 13 ++++++++----
drivers/md/raid10.c | 2 +-
drivers/md/raid5.c | 59 ++++++++++++++++++++++++++++-----------------------
5 files changed, 75 insertions(+), 35 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
reply other threads:[~2012-04-03 5:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20120403154549.5b4b0bef@notabene.brown \
--to=neilb@suse.de \
--cc=linux-raid@vger.kernel.org \
--cc=torvalds@linux-foundation.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).