mq-deadline: add blk-mq adaptation of the deadline IO scheduler
authorJens Axboe <axboe@fb.com>
Tue, 10 Jan 2017 21:27:52 +0000 (14:27 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 10 Jan 2017 21:27:52 +0000 (14:27 -0700)
commit1eb93b4d1f2a770b8f0a924c2ff67b0eb14f7a3e
treebb750bd5f5a92751db7544c071645f28cdbea5c7
parent960ca547a96dbc2b13e8ad321ef6604cb8661a4b
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]