]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'md/4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 28 Jan 2017 19:09:04 +0000 (11:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 28 Jan 2017 19:09:04 +0000 (11:09 -0800)
commit3fdd30b3c248bbf856ba95bb118236054d8e6029
treed999368d0921e139b7b67ea0fc6a4e6ac548d8dc
parent625a0ade9cfaf1e7b529ec53753bd34f5a028d15
parent51206e14d288be9daa5fedab5970c460f92a64a0
Merge tag 'md/4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md

Pull MD fixes from Shaohua Li:
 "This fixes several corner cases for raid5 cache, which is merged into
  this cycle"

* tag 'md/4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md:
  md/r5cache: disable write back for degraded array
  md/r5cache: shift complex rmw from read path to write path
  md/r5cache: flush data only stripes in r5l_recovery_log()
  md/raid5: move comment of fetch_block to right location
  md/r5cache: read data into orig_page for prexor of cached data
  md/raid5-cache: delete meaningless code