mq-deadline: add blk-mq adaptation of the deadline IO scheduler
authorJens Axboe <axboe@fb.com>
Fri, 16 Dec 2016 22:53:33 +0000 (15:53 -0700)
committerJens Axboe <axboe@fb.com>
Sat, 17 Dec 2016 00:13:38 +0000 (17:13 -0700)
commitb64e8d850357223efe94a568fc6d956825cb9a99
tree9a712abaefb088ba2912b80d4aa45e7dee1a04ae
parent4453d5cb329c70888794c3c07ae0c1baad1e961a
mq-deadline: add blk-mq adaptation of the deadline IO scheduler

This is basically identical to deadline-iosched, except it registers
as a MQ capable scheduler. This is still a single queue design.

Signed-off-by: Jens Axboe <axboe@fb.com>
block/Kconfig.iosched
block/Makefile
block/mq-deadline.c [new file with mode: 0644]