]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md...
authorJens Axboe <axboe@kernel.dk>
Thu, 3 Jan 2019 15:21:02 +0000 (08:21 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 3 Jan 2019 15:21:02 +0000 (08:21 -0700)
commitebdc7027e40945ac1ec25dd6f4e5ff0a70bace5d
tree814343b7f638a942794f8aece71132eae8aded3a
parenta64c4d516ed127a30ac4c1744d4ff4478bfc96d4
parent7657f385022c862c37c49f11e45ffae1201d394b
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md into for-linus

Pull the pending 4.21 changes for md from Shaohua.

* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md:
  md: fix raid10 hang issue caused by barrier
  raid10: refactor common wait code from regular read/write request
  md: remvoe redundant condition check
  lib/raid6: add option to skip algo benchmarking
  lib/raid6: sort algos in rough performance order
  lib/raid6: check for assembler SSSE3 support
  lib/raid6: avoid __attribute_const__ redefinition
  lib/raid6: add missing include for raid6test
  md: remove set but not used variable 'bi_rdev'
drivers/md/md.c
lib/Kconfig