mq-deadline: add blk-mq adaptation of the deadline IO scheduler
authorJens Axboe <axboe@fb.com>
Sun, 15 Jan 2017 00:11:11 +0000 (17:11 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 17 Jan 2017 16:56:16 +0000 (09:56 -0700)
commit22d9f56ab54c24640867d7b210d188e56ec89911
tree456b2a362d7b9a0f470e2f05bf047a019c2b8f94
parent5f7efca756b756c0e106b4d98db73b44d0fca806
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>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Omar Sandoval <osandov@fb.com>
block/Kconfig.iosched
block/Makefile
block/mq-deadline.c [new file with mode: 0644]