aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq-sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-27block: add a op_is_flush helperChristoph Hellwig1-3/+2
2017-01-27blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe1-8/+15
2017-01-27blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe1-0/+28
2017-01-26blk-mq-sched: check for successful allocation before assigning tagJens Axboe1-1/+2
2017-01-26blk-mq: don't lose flags passed in to blk_mq_alloc_request()Jens Axboe1-1/+1
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe1-0/+20
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-0/+368