]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitca755175f245b91f72cfa474aaa8acd9c26996f4
tree794fa903df9164f15b03949c5a44b5a886c1e704
parent3b8d2676d15d6b2326757adb66b70a9cd6650373
parent2ac295a544dcae9299cba13ce250419117ae7fd1
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".