summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * blk-mq: export setting request completion stateKeith Busch2018-07-241-3/+1
* | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-301-0/+12
|\ \ | |/
| * blk-mq: don't queue more if we get a busy returnJens Axboe2018-06-291-0/+12
* | Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-241-1/+0
|\ \ | |/
| * blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche2018-06-231-1/+0
* | Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-171-2/+6
|\ \ | |/
| * blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig2018-06-141-0/+5
| * blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen2018-06-111-2/+1
* | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-8/+8
|/
* blk-mq: return when hctx is stopped in blk_mq_run_work_fnJianchao Wang2018-06-041-1/+1
* block: split the blk-mq case from elevator_initChristoph Hellwig2018-06-011-1/+1
* block: move sysfs_lock into elevator_initChristoph Hellwig2018-06-011-1/+1
* blk-mq: simplify blk_mq_rq_timed_outChristoph Hellwig2018-05-291-14/+8
* block: remove BLK_EH_HANDLEDChristoph Hellwig2018-05-291-4/+0
* block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-1/+1
* blk-mq: Remove generation seqeunceKeith Busch2018-05-291-183/+75
* blk-mq: Fix timeout and state orderKeith Busch2018-05-291-1/+1
* blk-mq: remove wrong 'unlikely' checkhuhai2018-05-221-1/+1
* blk-mq: clear hctx->dispatch_from when mappings changehuhai2018-05-181-0/+1
* blk-mq: remove redundant insert case in blk_mq_make_request()huhai2018-05-161-15/+1
* blk-mq: don't call into depth limiting for reserved tagsJens Axboe2018-05-101-2/+4
OpenPOWER on IntegriCloud