summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche2021-05-221-2/+4
* blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueueMing Lei2021-02-131-7/+0
* block: factor out requeue handling from dispatch codeJohannes Thumshirn2020-12-301-11/+18
* blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei2020-09-031-0/+9
* block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu2019-10-051-1/+4
* blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin2019-10-011-2/+0
* blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang2019-10-011-7/+10
* blk-mq: free hw queue's resource in hctx's release handlerMing Lei2019-09-161-6/+2
* blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei2019-06-151-0/+2
* bfq: update internal depth state when queue depth changesJens Axboe2019-05-161-0/+2
* block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctxShenghui Wang2019-05-081-1/+1
* blk-mq: insert rq with DONTPREP to hctx dispatch list when requeueJianchao Wang2019-03-231-2/+10
* blk-mq: punt failed direct issue to dispatch listJens Axboe2018-12-081-28/+5
* blk-mq: fix corruption with direct issueJens Axboe2018-12-081-1/+25
* blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov2018-09-271-2/+2
* 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