linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux RAID <linux-raid@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>,
	Martin Wilck <mwilck@arcor.de>,
	Jonathan Brassow <jbrassow@redhat.com>,
	Jingoo Han <jg1.han@samsung.com>, Hannes Reinecke <hare@suse.de>
Subject: [PULL REQUEST] md updates for 3.10
Date: Thu, 4 Jul 2013 16:58:45 +1000	[thread overview]
Message-ID: <20130704165845.3f58171d@notabene.brown> (raw)

[-- Attachment #1: Type: text/plain, Size: 2591 bytes --]


Mostly just bug fixes.
A couple marked for -stable including one recent bug which causes a RAID10
reshape to complete without moving any data :-(

A couple more bugfixes (at least) to come, but haven't confirmed the right
solution yet.

NeilBrown


The following changes since commit 25e33ed9c711c8d64c403a17d4a2cdeac213800b:

  Merge tag 'acpi-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2013-06-13 13:09:50 -0700)

are available in the git repository at:


  git://neil.brown.name/md/ tags/md-3.11

for you to fetch changes up to 1376512065b23f39d5f9a160948f313397dde972:

  md/raid10: fix bug which causes all RAID10 reshapes to move no data. (2013-07-04 16:42:57 +1000)

----------------------------------------------------------------
md updates for 3.11

Mostly fixes with a few minor features (e.g. "last_sync_action" sysfs file).

----------------------------------------------------------------
CoolCold (1):
      md: remove doubled description for sync_max, merging it within sync_min/sync_max

Hannes Reinecke (1):
      md: Wait for md_check_recovery before attempting device removal.

Jingoo Han (1):
      md: replace strict_strto*() with kstrto*()

Jonathan Brassow (4):
      DM RAID: Add ability to restore transiently failed devices on resume
      DM RAID: Break-up untidy function
      DM RAID: Fix raid_resume not reviving failed devices in all cases
      MD: Remember the last sync operation that was performed

NeilBrown (7):
      dm-raid: silence compiler warning on rebuilds_per_group.
      md/raid10: locking changes for 'enough()'.
      md/raid10: check In_sync flag in 'enough()'.
      md: fix buglet in RAID5 -> RAID0 conversion.
      md/raid10: fix two bugs affecting RAID10 reshape.
      md/raid5: allow 5-device RAID6 to be reshaped to 4-device.
      md/raid10: fix bug which causes all RAID10 reshapes to move no data.

 Documentation/device-mapper/dm-raid.txt |  2 +
 Documentation/md.txt                    | 13 +++---
 drivers/md/bitmap.c                     |  8 ++--
 drivers/md/dm-raid.c                    | 76 +++++++++++++++++++++++++++---
 drivers/md/md.c                         | 53 ++++++++++++++-------
 drivers/md/md.h                         |  8 ++++
 drivers/md/raid0.c                      |  1 +
 drivers/md/raid1.c                      |  7 +--
 drivers/md/raid10.c                     | 83 +++++++++++++++++++++------------
 drivers/md/raid5.c                      |  6 +--
 10 files changed, 187 insertions(+), 70 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

                 reply	other threads:[~2013-07-04  6:58 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=20130704165845.3f58171d@notabene.brown \
    --to=neilb@suse.de \
    --cc=hare@suse.de \
    --cc=jbrassow@redhat.com \
    --cc=jg1.han@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=mwilck@arcor.de \
    --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).