summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-281-1/+1
* block: clear ctx pending bit under ctx lockOmar Sandoval2018-02-281-1/+1
* blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatchMing Lei2018-02-241-1/+3
* blk: optimization for classic pollingNitesh Shetty2018-02-131-0/+1
* blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-301-4/+16
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-230/+437
|\
| * blk-mq: Avoid that blk_mq_delay_run_hw_queue() introduces unintended delaysBart Van Assche2018-01-191-4/+3
| * blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_direct...Bart Van Assche2018-01-191-2/+2
| * blk-mq: don't dispatch request in blk_mq_request_direct_issue if queue is busyMing Lei2018-01-171-12/+10
| * blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_requestMike Snitzer2018-01-171-9/+7
| * blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei2018-01-171-8/+29
| * blk-mq: factor out a few helpers from __blk_mq_try_issue_directlyMike Snitzer2018-01-171-27/+52
| * blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printkMing Lei2018-01-171-2/+20
| * blk-mq: make sure hctx->next_cpu is set correctlyMing Lei2018-01-171-2/+28
| * blk-mq: fix bad clear of RQF_MQ_INFLIGHT in blk_mq_ct_ctx_init()Jens Axboe2018-01-141-2/+3
| * blk-mq: simplify queue mapping & schedule with each possisble CPUChristoph Hellwig2018-01-121-11/+8
| * blk-mq: Reduce the number of if-statements in blk_mq_mark_tag_wait()Bart Van Assche2018-01-111-34/+35
| * blk-mq: Add locking annotations to hctx_lock() and hctx_unlock()Bart Van Assche2018-01-101-0/+2
| * block: rearrange a few request fields for better cache layoutJens Axboe2018-01-101-9/+9
| * block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe2018-01-101-1/+1