Merge tag 'md/3.17' of git://neil.brown.name/md
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Aug 2014 14:02:35 +0000 (07:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Aug 2014 14:02:35 +0000 (07:02 -0700)
commit2213d7c29a434626a15ffb285182cd19ed0b722d
tree6df63cbcb2b156d65dae698383cd2c6ebc0c4b5e
parentc8d6637d0497d62093dbba0694c7b3a80b79bfe1
parentd66b1b395a59027a1c054e1fc57d582cb4194491
Merge tag 'md/3.17' of git://neil.brown.name/md

Pull md updates from Neil Brown:
 "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"

* tag 'md/3.17' of git://neil.brown.name/md:
  md: don't allow bitmap file to be added to raid0/linear.
  md/raid0: check for bitmap compatability when changing raid levels.
  md: Recovery speed is wrong
  md: disable probing for md devices 512 and over.
  md/raid1,raid10: always abort recover on write error.