blk-mq-sched: add framework for MQ capable IO schedulers
authorJens Axboe <axboe@fb.com>
Wed, 14 Dec 2016 21:46:58 +0000 (14:46 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 14 Dec 2016 21:46:58 +0000 (14:46 -0700)
commit57f457af96078b41c823944c1a29c6dbb38050a9
treec6851349f594c612fbae465e10e86a830468ce30
parenta0fece547af6fca3fa58ef227b10c5fe401adc85
blk-mq-sched: add framework for MQ capable IO schedulers

Signed-off-by: Jens Axboe <axboe@fb.com>
12 files changed:
block/Makefile
block/blk-core.c
block/blk-exec.c
block/blk-flush.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