All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL REQUEST] md updates for 3.17
@ 2014-08-11  5:07 NeilBrown
  0 siblings, 0 replies; only message in thread
From: NeilBrown @ 2014-08-11  5:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Xiao Ni, jiao hui, linux RAID, lkml

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

The following changes since commit 64aa90f26c06e1cb2aacfb98a7d0eccfbd6c1a91:

  Linux 3.16-rc7 (2014-07-27 12:41:55 -0700)

are available in the git repository at:

  git://neil.brown.name/md/ tags/md/3.17

for you to fetch changes up to d66b1b395a59027a1c054e1fc57d582cb4194491:

  md: don't allow bitmap file to be added to raid0/linear. (2014-08-08 15:43:20 +1000)


I've nearly isolated another bug - raid6 can sometime get corrupt during
recovery.  Once that is properly understood and tested I'll send it separately.

Thanks,
NeilBrown

----------------------------------------------------------------
md updates for 3.17

Most interesting is that md devices (major == 9) with
minor numbers of 512 or more will no longer be created
simply by opening a block device file.  They can only
be created by writing to
   /sys/module/md_mod/parameters/new_array
The 'auto-create-on-open' semantic is cumbersome and we
need to start moving away from it.

----------------------------------------------------------------
NeilBrown (4):
      md/raid1,raid10: always abort recover on write error.
      md: disable probing for md devices 512 and over.
      md/raid0: check for bitmap compatability when changing raid levels.
      md: don't allow bitmap file to be added to raid0/linear.

Xiao Ni (1):
      md: Recovery speed is wrong

 drivers/md/md.c     | 13 +++++++------
 drivers/md/raid0.c  |  6 ++++++
 drivers/md/raid1.c  |  8 ++++----
 drivers/md/raid10.c | 11 +++++------
 4 files changed, 22 insertions(+), 16 deletions(-)

[-- 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:[~2014-08-11  5:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-11  5:07 [GIT PULL REQUEST] md updates for 3.17 NeilBrown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.