]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - block/mq-deadline.c
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 17:04:25 +0000 (10:04 -0700)
commit945ffb60c11dfb228130f3f2bdde961cecb76671
treee9b9079a7acdd5d93e1b1b866d303d056acf33f7
parentbd166ef183c263c5ced656d49ef19c7da4adc774
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]