aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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