summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: bitmap tag: fix races on shared ::wake_index fieldsAlexander Gordeev2014-06-181-1/+1
* blk-mq: bump max tag depth to 10K tagsJens Axboe2014-06-061-1/+1
* blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe2014-06-041-1/+1
* blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe2014-05-301-0/+1
* blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li2014-05-301-1/+1
* block: add queue flag for disabling SG mergingJens Axboe2014-05-291-0/+1
* blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig2014-05-281-10/+0Star
* blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig2014-05-281-2/+2
* blk-mq: add helper to insert requests from irq contextChristoph Hellwig2014-05-281-0/+2
* blk-mq: remove stale comment for blk_mq_complete_request()Jens Axboe2014-05-281-5/+0Star
* blk-mq: allow non-softirq completionsJens Axboe2014-05-281-0/+4
* blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe2014-05-271-2/+2
* blk-mq: export blk_mq_tag_busy_iterSam Bradshaw2014-05-231-0/+1
* blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe2014-05-211-1/+1
* blk-mq: allow changing of queue depth through sysfsJens Axboe2014-05-201-1/+1
* Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe2014-05-191-0/+7
|\
| * blk-mq: improve support for shared tags mapsJens Axboe2014-05-131-0/+7
* | blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe2014-05-191-2/+8
|/
* blk-mq: implement new and more efficient tagging schemeJens Axboe2014-05-091-2/+4
* blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe2014-05-071-0/+4
* blk-mq: respect rq_affinityChristoph Hellwig2014-04-251-1/+0Star
* blk-mq: add blk_mq_requeue_requestChristoph Hellwig2014-04-161-0/+2
* blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig2014-04-161-0/+1
* blk-mq: add blk_mq_delay_queueChristoph Hellwig2014-04-161-1/+3
* blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig2014-04-161-1/+1
* blk-mq: allow drivers to hook into I/O completionChristoph Hellwig2014-04-161-7/+2Star
* blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-151-18/+16Star
* blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig2014-04-151-2/+12
* blk-mq: ensure that hardware queues are always run on the mapped CPUsJens Axboe2014-04-091-0/+1
* Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-021-2/+3
|\
| * blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig2014-03-211-2/+1Star
| * blk-mq: fix wrong usage of hctx->state vs hctx->flagsJens Axboe2014-03-191-1/+1
| * blk-mq: allow blk_mq_init_commands() to return failureJens Axboe2014-03-141-1/+2
* | blk-mq: support partial I/O completionsChristoph Hellwig2014-02-211-1/+7
* | blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig2014-02-211-2/+1Star
|/
* blk-mq: rework flush sequencing logicChristoph Hellwig2014-02-101-4/+1Star
* blk-mq: rework I/O completionsChristoph Hellwig2014-02-101-0/+4
* blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig2014-02-071-1/+2
* blk-mq: Don't reserve a tag for flush requestShaohua Li2014-01-301-0/+3
* blk-mq: for_each_* macro correctnessJose Alonso2014-01-281-6/+6
* block: blk-mq: don't export blk_mq_free_queue()Ming Lei2013-12-311-1/+0Star
* blk-mq: fix for flush deadlockChristoph Hellwig2013-10-281-1/+1
* blk-mq: add blk_mq_stop_hw_queuesChristoph Hellwig2013-10-251-0/+1
* blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-251-0/+182