linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL REQUEST] md fixes (plus UAPI reorg) for 3.7
@ 2012-10-31  1:09 NeilBrown
  0 siblings, 0 replies; only message in thread
From: NeilBrown @ 2012-10-31  1:09 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux RAID, lkml, Jonathan Brassow, David Howells, Eric Sandeen

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

The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://neil.brown.name/md tags/md-3.7-fixes

for you to fetch changes up to ed30be077e705e0dff53bfc51d23feb8aeeab78f:

  MD RAID10: Fix oops when creating RAID10 arrays via dm-raid.c (2012-10-31 11:42:30 +1100)

----------------------------------------------------------------
Some fixes for md in 3.7
 - one recently introduced crash for dm-raid10 with discard
 - one bug in new functionality that has been around for a few releases.
 - minor bug in md's 'faulty' personality

 and UAPI disintegration for md.

----------------------------------------------------------------
David Howells (1):
      UAPI: (Scripted) Disintegrate include/linux/raid

Eric Sandeen (1):
      md faulty: use disk_stack_limits()

Jonathan Brassow (1):
      MD RAID10: Fix oops when creating RAID10 arrays via dm-raid.c

NeilBrown (2):
      Merge tag 'disintegrate-raid-20121009' of git://git.infradead.org/users/dhowells/linux-headers into for-next
      md/raid1: Fix assembling of arrays containing Replacements.

 drivers/md/faulty.c                  |   5 +-
 drivers/md/raid1.c                   |   2 +-
 drivers/md/raid10.c                  |  15 ++--
 include/linux/raid/Kbuild            |   2 -
 include/linux/raid/md_u.h            | 141 +------------------------------
 include/uapi/linux/raid/Kbuild       |   2 +
 include/{ => uapi}/linux/raid/md_p.h |   0
 include/uapi/linux/raid/md_u.h       | 155 +++++++++++++++++++++++++++++++++++
 8 files changed, 172 insertions(+), 150 deletions(-)
 rename include/{ => uapi}/linux/raid/md_p.h (100%)
 create mode 100644 include/uapi/linux/raid/md_u.h

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-31  1:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-31  1:09 [PULL REQUEST] md fixes (plus UAPI reorg) for 3.7 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).