summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
...
* | block: remove deadline __deadline manipulation helpersChristoph Hellwig2018-11-151-2/+2
* | block: remove req->timeout_listChristoph Hellwig2018-11-091-1/+0
* | blk-mq: provide a helper to check if a queue is busyJens Axboe2018-11-081-0/+26
* | blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-081-5/+11
* | blk-mq: improve plug list sortingJens Axboe2018-11-071-5/+12
* | blk-mq: cleanup and improve list insertionJens Axboe2018-11-071-11/+14
* | blk-mq: cache request hardware queue mappingJens Axboe2018-11-071-13/+9
* | blk-mq: separate number of hardware queues from nr_cpu_idsJens Axboe2018-11-071-7/+21
* | blk-mq: support multiple hctx mapsJens Axboe2018-11-071-31/+61
* | blk-mq: allow software queue to map to multiple hardware queuesJens Axboe2018-11-071-6/+16
* | blk-mq: pass in request/bio flags to queue mappingJens Axboe2018-11-071-22/+28
* | blk-mq: abstract out queue mapJens Axboe2018-11-071-16/+18
* | blk-mq: kill q->mq_mapJens Axboe2018-11-071-9/+4
* | block: kill request ->cpu memberJens Axboe2018-11-071-1/+6
* | block: get rid of q->softirq_done_fn()Jens Axboe2018-11-071-9/+8
* | block: get rid of blk_queued_rq()Jens Axboe2018-11-071-1/+1
* | block: remove request_list codeJens Axboe2018-11-071-4/+0
* | block: get rid of MQ scheduler ops unionJens Axboe2018-11-071-6/+6
* | blk-mq: remove legacy check in queue blk_freeze_queue()Jens Axboe2018-11-071-2/+0
* | blk-mq: remove the request_list usageJens Axboe2018-11-071-5/+0
|/
* blk-mq: place trace_block_getrq() in correct placeXiaoguang Wang2018-10-251-2/+2
* blk-mq: provide helper for setting up an SQ queue and tag setJens Axboe2018-10-151-0/+33
* blk-mq: fallback to previous nr_hw_queues when updating failsJianchao Wang2018-10-131-3/+24
* blk-mq: realloc hctx when hw queue is mapped to another nodeJianchao Wang2018-10-131-26/+56
* blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang2018-10-131-7/+10
* blk-mq: adjust debugfs and sysfs register when updating nr_hw_queuesJianchao Wang2018-10-131-27/+12
* blk-mq: complete req in softirq context in case of single queueMing Lei2018-10-081-0/+14
* Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-2/+2
|\
| * blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov2018-09-271-2/+2
* | block: move call of scheduler's ->completed_request() hookOmar Sandoval2018-09-271-2/+3
* | blk-mq: Enable support for runtime power managementBart Van Assche2018-09-261-0/+2
* | block: Allow unfreezing of a queue while requests are in progressBart Van Assche2018-09-261-1/+1
|/
* Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-221-8/+88
|\
| * blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang2018-08-211-0/+4
| * blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang2018-08-211-8/+84
* | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-60/+113
|\|
| * blk-mq: count the hctx as active before allocating tagJianchao Wang2018-08-091-2/+6
| * blk-mq: fail the request in case issue failureMing Lei2018-07-221-2/+6
| * blk-mq: issue directly if hw queue isn't busy in case of 'none'Ming Lei2018-07-171-1/+22
| * block: remove external dependency on wbt_flagsJosef Bacik2018-07-091-5/+4
| * blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik2018-07-091-6/+6
| * blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei2018-07-091-1/+32
| * blk-mq: use list_splice_tail_init() to insert requestsMing Lei2018-07-091-7/+7
| * blk-mq: fix typo in a function commentMinwoo Im2018-07-091-1/+1
| * blk-mq: code clean-up by adding an API to clear set->mq_mapMinwoo Im2018-07-091-3/+1
| * blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei2018-07-091-8/+2
| * blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei2018-07-091-9/+17
| * blk-mq: don't pass **hctx to blk_mq_mark_tag_wait()Ming Lei2018-07-091-12/+11
| * blk-mq: cleanup blk_mq_get_driver_tag()Ming Lei2018-07-091-12/+7
* | Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-271-3/+1
|\ \ | |/ |/|