]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit76e2d9fec6251f61d648fc431b6a60afad80c66e
treeab364ff196fa661a450dc054d354a75bba157ac0
parent4a75035506f30160d431d499422718a8cda8f88c
parent693eaa74c409d8c87b873d119525498076cd9138
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.