Merge tag 'md/4.0-fixes' of git://neil.brown.name/md
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 2 Mar 2015 22:03:27 +0000 (14:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 2 Mar 2015 22:03:27 +0000 (14:03 -0800)
commit1a6f77ab08d41ef0ec543fa29bf5040c10b5651a
treeab364ff196fa661a450dc054d354a75bba157ac0
parent49db1f0ef2df10de1dfd40c8d66e4379d953640f
parent750f199ee8b578062341e6ddfe36c59ac8ff2dcb
Merge tag 'md/4.0-fixes' of git://neil.brown.name/md

Pull md fixes from Neil Brown:
 "Three md fixes:

   - fix a read-balance problem that was reported 2 years ago, but that
     I never noticed the report :-(

   - fix for rare RAID6 problem causing incorrect bitmap updates when
     two devices fail.

   - add __ATTR_PREALLOC annotation now that it is possible"

* tag 'md/4.0-fixes' of git://neil.brown.name/md:
  md: mark some attributes as pre-alloc
  raid5: check faulty flag for array status during recovery.
  md/raid1: fix read balance when a drive is write-mostly.