aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq-sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-20blk-mq: Remove blk_mq_sched_move_to_dispatch()Bart Van Assche1-3/+0
2017-04-14blk-mq-sched: make completed_request() callback more usefulOmar Sandoval1-8/+3
2017-04-07blk-mq-sched: provide hooks for initializing hardware queue dataOmar Sandoval1-4/+0
2017-04-07blk-mq: Restart a single queue if tag sets are sharedBart Van Assche1-15/+1
2017-04-07blk-mq-sched: fix crash in switch error pathOmar Sandoval1-1/+1
2017-04-07blk-mq-sched: set up scheduler tags when bringing up new queuesOmar Sandoval1-0/+5
2017-04-07blk-mq-sched: refactor scheduler initializationOmar Sandoval1-1/+1
2017-02-23blk-mq-sched: separate mark hctx and queue restart operationsOmar Sandoval1-8/+18
2017-02-10blk-mq: pass bio to blk_mq_sched_get_rq_privPaolo Valente1-2/+3
2017-02-03block: free merged request in the callerJens Axboe1-1/+2
2017-02-02blk-mq-sched: bypass the scheduler for flushes entirelyOmar Sandoval1-1/+0
2017-01-27blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe1-39/+6
2017-01-27blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe1-6/+9
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe1-0/+2
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-0/+170