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