Hi Linus, Final merge window pull request. This pull request contains: - Pulled in MD changes that Shaohua had queued up for 4.21. Unfortunately we lost Shaohua late 2018, I'm sending these in on his behalf. - In conjunction with the above, I added a CREDITS entry for Shaoua. - sunvdc queue restart fix (Ming) Please pull. git://git.kernel.dk/linux-block.git tags/for-linus-20190104 ---------------------------------------------------------------- Chengguang Xu (1): md: remvoe redundant condition check Daniel Verkamp (5): lib/raid6: add missing include for raid6test lib/raid6: avoid __attribute_const__ redefinition lib/raid6: check for assembler SSSE3 support lib/raid6: sort algos in rough performance order lib/raid6: add option to skip algo benchmarking Guoqing Jiang (2): raid10: refactor common wait code from regular read/write request md: fix raid10 hang issue caused by barrier Jens Axboe (2): Merge branch 'for-next' of git://git.kernel.org/.../shli/md into for-linus Add CREDITS entry for Shaohua Li Ming Lei (1): block: sunvdc: don't run hw queue synchronously from irq context Yue Haibing (1): md: remove set but not used variable 'bi_rdev' CREDITS | 6 ++++ drivers/block/sunvdc.c | 2 +- drivers/md/md.c | 14 +++------ drivers/md/raid10.c | 76 ++++++++++++++++++---------------------------- include/linux/raid/pq.h | 8 ++++- lib/Kconfig | 8 +++++ lib/raid6/algos.c | 81 ++++++++++++++++++++++++++----------------------- lib/raid6/test/Makefile | 3 ++ 8 files changed, 101 insertions(+), 97 deletions(-) -- Jens Axboe