aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+9
2015-02-10blk-mq: make blk_mq_run_queues() staticJens Axboe1-1/+0
2015-01-23blk-mq: add tag allocation policyShaohua Li1-0/+8
2015-01-08blk-mq: Add helper to abort requeued requestsJens Axboe1-0/+1
2015-01-08blk-mq: Let drivers cancel requeue_workKeith Busch1-0/+1
2015-01-08blk-mq: Export if requests were startedKeith Busch1-0/+1
2015-01-07blk-mq: get rid of ->cmd_size in the hardware queueJens Axboe1-2/+1
2015-01-02blk-mq: export blk_mq_freeze_queue()Jens Axboe1-0/+1
2014-12-20blk-mq: Export freeze/unfreeze functionsKeith Busch1-0/+2
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+9
2014-11-17blk-mq: add blk_mq_free_hctx_request()Jens Axboe1-0/+1
2014-11-12blk-mq: add blk_mq_unique_tag()Bart Van Assche1-0/+17
2014-10-29blk-mq: add BLK_MQ_F_DEFER_ISSUE support flagJens Axboe1-0/+1
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe1-1/+7
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+17
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei1-0/+6
2014-09-24blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo1-0/+1
2014-09-22blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig1-1/+2
2014-09-22blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig1-1/+5
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig1-2/+2
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig1-0/+1
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig1-1/+1
2014-08-15blk-mq: get rid of unused BLK_MQ_F_SHOULD_SORT flagJens Axboe1-4/+3
2014-06-17blk-mq: bitmap tag: fix races on shared ::wake_index fieldsAlexander Gordeev1-1/+1
2014-06-06blk-mq: bump max tag depth to 10K tagsJens Axboe1-1/+1
2014-06-04blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe1-1/+1
2014-05-30blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe1-0/+1
2014-05-30blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li1-1/+1
2014-05-29block: add queue flag for disabling SG mergingJens Axboe1-0/+1
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig1-10/+0
2014-05-28blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig1-2/+2
2014-05-28blk-mq: add helper to insert requests from irq contextChristoph Hellwig1-0/+2
2014-05-28blk-mq: remove stale comment for blk_mq_complete_request()Jens Axboe1-5/+0
2014-05-27blk-mq: allow non-softirq completionsJens Axboe1-0/+4
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe1-2/+2
2014-05-23blk-mq: export blk_mq_tag_busy_iterSam Bradshaw1-0/+1
2014-05-21blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe1-1/+1
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe1-1/+1
2014-05-19Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe1-0/+7
2014-05-19blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe1-2/+8
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