]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7fb01f7c99dd204403b97e745032d99113e6aaa9
tree6df63cbcb2b156d65dae698383cd2c6ebc0c4b5e
parent354cf010864f316b7d485854684f082269d2210c
parentdf08f8c281b96a2041deaec98c368133d30d7247
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.