blk-mq-sched: add framework for MQ capable IO schedulers
authorJens Axboe <axboe@fb.com>
Thu, 8 Dec 2016 20:02:51 +0000 (13:02 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 8 Dec 2016 20:02:51 +0000 (13:02 -0700)
commitacb3285d8e379214ebbcdfbdb09b6beaebf049b1
treea356554218ef1d71d999d3e067f33556d6f0b669
parenta9c5fa07103348f4e2e1a116b74d2109a6d0d8ca
blk-mq-sched: add framework for MQ capable IO schedulers

Signed-off-by: Jens Axboe <axboe@fb.com>
13 files changed:
block/Makefile
block/blk-core.c
block/blk-exec.c
block/blk-flush.c
block/blk-merge.c
block/blk-mq-sched.c [new file with mode: 0644]
block/blk-mq-sched.h [new file with mode: 0644]
block/blk-mq-tag.c
block/blk-mq.c
block/blk-mq.h
block/elevator.c
include/linux/blk-mq.h
include/linux/elevator.h