]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'md/3.15-fixes' of git://neil.brown.name/md
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Jun 2014 00:04:37 +0000 (17:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Jun 2014 00:04:37 +0000 (17:04 -0700)
commita8d8c9ee0e9fa0c549707a959cc0061a3ae223b9
tree794fa903df9164f15b03949c5a44b5a886c1e704
parentd546bb00bc0bcfac166cd0512dc3eddf6a000f03
parentf285f8d7cd367d603478a1925dd456ae4914cde2
Merge tag 'md/3.15-fixes' of git://neil.brown.name/md

Pull two md bugfixes from Neil Brown:
 "Two md bugfixes for possible corruption when restarting reshape

  If a raid5/6 reshape is restarted (After stopping and re-assembling
  the array) and the array is marked read-only (or read-auto), then the
  reshape will appear to complete immediately, without actually moving
  anything around.  This can result in corruption.

  There are two patches which do much the same thing in different
  places.  They are separate because one is an older bug and so can be
  applied to more -stable kernels"

* tag 'md/3.15-fixes' of git://neil.brown.name/md:
  md: always set MD_RECOVERY_INTR when interrupting a reshape thread.
  md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".