aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe1-0/+7
2014-05-09blk-mq: implement new and more efficient tagging schemeJens Axboe1-2/+4
2014-05-07blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe1-0/+4
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig1-1/+0
2014-04-16blk-mq: add blk_mq_requeue_requestChristoph Hellwig1-0/+2
2014-04-16blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig1-0/+1
2014-04-16blk-mq: add blk_mq_delay_queueChristoph Hellwig1-1/+3
2014-04-16blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig1-1/+1
2014-04-16blk-mq: allow drivers to hook into I/O completionChristoph Hellwig1-7/+2
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig1-18/+16
2014-04-15blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig1-2/+12
2014-04-09blk-mq: ensure that hardware queues are always run on the mapped CPUsJens Axboe1-0/+1
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2014-03-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig1-2/+1
2014-03-19blk-mq: fix wrong usage of hctx->state vs hctx->flagsJens Axboe1-1/+1
2014-03-14blk-mq: allow blk_mq_init_commands() to return failureJens Axboe1-1/+2
2014-02-21blk-mq: support partial I/O completionsChristoph Hellwig1-1/+7
2014-02-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig1-2/+1
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig1-4/+1
2014-02-10blk-mq: rework I/O completionsChristoph Hellwig1-0/+4
2014-02-07blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig1-1/+2
2014-01-30blk-mq: Don't reserve a tag for flush requestShaohua Li1-0/+3
2014-01-28blk-mq: for_each_* macro correctnessJose Alonso1-6/+6
2013-12-31block: blk-mq: don't export blk_mq_free_queue()Ming Lei1-1/+0
2013-10-28blk-mq: fix for flush deadlockChristoph Hellwig1-1/+1
2013-10-25blk-mq: add blk_mq_stop_hw_queuesChristoph Hellwig1-0/+1
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe1-0/+182