Hi Linus, This may be the most quiet round we've had in years. I'm not complaining. Really not a lot to detail here, outside of spelling and documentation improvements/fixes, we have: - Allow t10-pi to be modular (Herbert) - Remove dead code in bfq (Alex) - Mark zone management requests with REQ_SYNC (Chaitanya) - BFQ division improvement (Wen) - Small series improving plugging (Pavel) Please pull! git://git.kernel.dk/linux-block.git tags/for-5.6/block-2020-01-27 ---------------------------------------------------------------- Alex Shi (1): block/bfq: remove unused bfq_class_rt which never used André Almeida (1): blk-mq: Document functions for sending request Chaitanya Kulkarni (1): block: mark zone-mgmt bios with REQ_SYNC Colin Ian King (1): partitions/ldm: fix spelling mistake "to" -> "too" Herbert Xu (1): block: Allow t10-pi to be modular Pavel Begunkov (3): blk-mq: optimise rq sort function list: introduce list_for_each_continue() blk-mq: optimise blk_mq_flush_plug_list() Wen Yang (1): block, bfq: improve arithmetic division in bfq_delta() block/Kconfig | 6 +- block/Makefile | 3 +- block/bfq-iosched.c | 1 - block/bfq-wf2q.c | 5 +- block/blk-mq.c | 154 +++++++++++++++++++++++++++++++--------------- block/blk-zoned.c | 2 +- block/partitions/ldm.c | 2 +- block/t10-pi.c | 3 + drivers/nvme/host/Kconfig | 1 + drivers/scsi/Kconfig | 1 + include/linux/list.h | 10 +++ 11 files changed, 131 insertions(+), 57 deletions(-) -- Jens Axboe