aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-mq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-19block: avoid ordered task state change for polled IOJens Axboe1-2/+2
2018-11-16block: add queue_is_mq() helperJens Axboe1-1/+1
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig1-1/+1
2018-11-15block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig1-1/+1
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig1-1/+1
2018-11-15block: remove deadline __deadline manipulation helpersChristoph Hellwig1-2/+2
2018-11-09block: remove req->timeout_listChristoph Hellwig1-1/+0
2018-11-08blk-mq: provide a helper to check if a queue is busyJens Axboe1-0/+26
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe1-5/+11
2018-11-07blk-mq: improve plug list sortingJens Axboe1-5/+12
2018-11-07blk-mq: cleanup and improve list insertionJens Axboe1-11/+14
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe1-13/+9
2018-11-07blk-mq: separate number of hardware queues from nr_cpu_idsJens Axboe1-7/+21
2018-11-07blk-mq: support multiple hctx mapsJens Axboe1-31/+61
2018-11-07blk-mq: allow software queue to map to multiple hardware queuesJens Axboe1-6/+16
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe1-22/+28
2018-11-07blk-mq: abstract out queue mapJens Axboe1-16/+18
2018-11-07blk-mq: kill q->mq_mapJens Axboe1-9/+4
2018-11-07block: kill request ->cpu memberJens Axboe1-1/+6
2018-11-07block: get rid of q->softirq_done_fn()Jens Axboe1-9/+8
2018-11-07block: get rid of blk_queued_rq()Jens Axboe1-1/+1
2018-11-07block: remove request_list codeJens Axboe1-4/+0
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe1-6/+6
2018-11-07blk-mq: remove legacy check in queue blk_freeze_queue()Jens Axboe1-2/+0
2018-11-07blk-mq: remove the request_list usageJens Axboe1-5/+0
2018-10-25blk-mq: place trace_block_getrq() in correct placeXiaoguang Wang1-2/+2
2018-10-15blk-mq: provide helper for setting up an SQ queue and tag setJens Axboe1-0/+33
2018-10-13blk-mq: fallback to previous nr_hw_queues when updating failsJianchao Wang1-3/+24
2018-10-13blk-mq: realloc hctx when hw queue is mapped to another nodeJianchao Wang1-26/+56
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang1-7/+10
2018-10-13blk-mq: adjust debugfs and sysfs register when updating nr_hw_queuesJianchao Wang1-27/+12
2018-10-08blk-mq: complete req in softirq context in case of single queueMing Lei1-0/+14
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-2/+2
2018-09-27block: move call of scheduler's ->completed_request() hookOmar Sandoval1-2/+3
2018-09-27blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov1-2/+2
2018-09-26blk-mq: Enable support for runtime power managementBart Van Assche1-0/+2
2018-09-26block: Allow unfreezing of a queue while requests are in progressBart Van Assche1-1/+1
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+88
2018-08-21blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang1-0/+4
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang1-8/+84
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-60/+113
2018-08-09blk-mq: count the hctx as active before allocating tagJianchao Wang1-2/+6
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2018-07-24blk-mq: export setting request completion stateKeith Busch1-3/+1
2018-07-22blk-mq: fail the request in case issue failureMing Lei1-2/+6
2018-07-17blk-mq: issue directly if hw queue isn't busy in case of 'none'Ming Lei1-1/+22
2018-07-09block: remove external dependency on wbt_flagsJosef Bacik1-5/+4
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik1-6/+6
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei1-1/+32
2018-07-09blk-mq: use list_splice_tail_init() to insert requestsMing Lei1-7/+7