summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-091-5/+5
* block: move blk_stat_add() to __blk_mq_end_request()Omar Sandoval2018-05-091-4/+5
* block: get rid of struct blk_issue_statOmar Sandoval2018-05-091-2/+6
* block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval2018-05-091-5/+5
* blk-mq: fix sysfs inflight counterOmar Sandoval2018-04-261-0/+19
* blk-mq: count allocated but not started requests in iostats inflightOmar Sandoval2018-04-261-12/+9
* Revert "blk-mq: remove code for dealing with remapping queue"Ming Lei2018-04-251-3/+31
* blk-mq: start request gstate with gen 1Jianchao Wang2018-04-161-0/+7
* blk-mq: remove code for dealing with remapping queueMing Lei2018-04-101-31/+3
* blk-mq: don't check queue mapped in __blk_mq_delay_run_hw_queue()Ming Lei2018-04-101-3/+0
* blk-mq: remove blk_mq_delay_queue()Ming Lei2018-04-101-28/+2
* blk-mq: introduce blk_mq_hw_queue_first_cpu() to figure out first cpuMing Lei2018-04-101-12/+11
* blk-mq: avoid to write intermediate result to hctx->next_cpuMing Lei2018-04-101-8/+9
* blk-mq: make sure that correct hctx->next_cpu is setMing Lei2018-04-101-0/+2
* blk-mq: order getting budget and driver tagMing Lei2018-04-101-11/+10
* block: Protect queue flag changes with the queue lockBart Van Assche2018-03-081-1/+1
* block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-081-10/+2
* block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche2018-03-081-1/+1