summaryrefslogtreecommitdiff
path: root/block/blk-mq-sched.c
AgeCommit message (Expand)Author
2017-02-23blk-mq-sched: separate mark hctx and queue restart operationsOmar Sandoval
2017-02-22block: get rid of blk-mq default scheduler choice Kconfig entriesJens Axboe
2017-02-17blk-mq-sched: ask scheduler for work, if we failed dispatching leftoversJens Axboe
2017-02-17blk-mq-sched: don't add flushes to the head of requeue queueJens Axboe
2017-02-10blk-mq: pass bio to blk_mq_sched_get_rq_privPaolo Valente
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig
2017-02-03block: free merged request in the callerJens Axboe
2017-02-02blk-mq-sched: bypass the scheduler for flushes entirelyOmar Sandoval
2017-01-27block: cleanup remaining manual checks for PREFLUSH|FUAJens Axboe
2017-01-27blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe
2017-01-27block: add a op_is_flush helperChristoph Hellwig
2017-01-27blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe
2017-01-27blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe
2017-01-26blk-mq-sched: check for successful allocation before assigning tagJens Axboe
2017-01-26blk-mq: don't lose flags passed in to blk_mq_alloc_request()Jens Axboe
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe