summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: Fix preempt count imbalanceBart Van Assche2017-04-211-1/+2
* blk-stat: kill blk_stat_rq_ddir()Jens Axboe2017-04-211-1/+1
* blk-mq: add might_sleep check to blk_mq_get_driver_tag()Jens Axboe2017-04-201-0/+2
* blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates2017-04-201-2/+0
* blk-mq: fix schedule-while-atomic with scheduler attachedJens Axboe2017-04-201-5/+6
* blk-mq: Add a polling specific stats functionStephen Bates2017-04-201-10/+35
* block: remove the errors field from struct requestChristoph Hellwig2017-04-201-7/+3
* blk-mq: simplify __blk_mq_complete_requestChristoph Hellwig2017-04-201-17/+8
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-12/+3
* block: Export blk_init_request_from_bio()Bart Van Assche2017-04-191-1/+1
* blk-mq-sched: make completed_request() callback more usefulOmar Sandoval2017-04-141-1/+4
* blk-mq: export helpersOmar Sandoval2017-04-141-0/+2
* blk-mq: Clarify comments in blk_mq_dispatch_rq_list()Bart Van Assche2017-04-071-10/+18
* blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_listBart Van Assche2017-04-071-2/+9
* blk-mq: use true instead of 1 for blk_mq_queue_data.lastOmar Sandoval2017-04-071-1/+1
* blk-mq: make driver tag failure path easier to followOmar Sandoval2017-04-071-10/+9
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-22/+62
|\
| * blk-mq: Restart a single queue if tag sets are sharedBart Van Assche2017-04-071-1/+1
| * blk-mq: Introduce blk_mq_delay_run_hw_queue()Bart Van Assche2017-04-071-2/+30
| * blk-mq: remap queues when adding/removing hardware queuesOmar Sandoval2017-04-071-4/+10
| * blk-mq-sched: fix crash in switch error pathOmar Sandoval2017-04-071-2/+0
| * blk-mq-sched: set up scheduler tags when bringing up new queuesOmar Sandoval2017-04-071-1/+8
| * blk-mq: use the right hctx when getting a driver tag failsOmar Sandoval2017-04-071-12/+13
| * block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim2017-03-301-1/+0
| * blk-mq: include errors in did_work calculationJens Axboe2017-03-241-3/+4
| * blk-mq: don't complete un-started request in timeout handlerMing Lei2017-03-221-10/+1
* | blk-mq: Remove blk_mq_queue_data.listBart Van Assche2017-04-051-17/+0
* | blk-mq: fix schedule-under-preempt for blocking driversJens Axboe2017-03-301-3/+14
* | block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim2017-03-301-1/+0
* | blk-mq: include errors in did_work calculationJens Axboe2017-03-291-3/+4
* | block-mq: don't re-queue if we get a queue errorJosef Bacik2017-03-291-2/+1
* | blk-mq: fix a typo and a spelling mistakeJens Axboe2017-03-291-2/+2
* | blk-mq: fix leak of q->statsOmar Sandoval2017-03-291-4/+0
* | block: rename blk_mq_freeze_queue_start()Ming Lei2017-03-291-5/+5
* | blk-mq: comment on races related with timeout handlerMing Lei2017-03-291-0/+22
* | blk-mq: don't complete un-started request in timeout handlerMing Lei2017-03-291-10/+1
* | block: track request size in blk_issue_statShaohua Li2017-03-281-1/+1
* | blk-mq: streamline blk_mq_make_requestChristoph Hellwig2017-03-221-36/+15
* | blk-mq: split the plug and sync cases in blk_mq_make_requestChristoph Hellwig2017-03-221-18/+18
* | blk-mq: improve blk_mq_try_issue_directlyChristoph Hellwig2017-03-221-14/+18
* | blk-mq: merge mq and sq make_request instancesChristoph Hellwig2017-03-221-133/+31
* | blk-mq: remove BLK_MQ_F_DEFER_ISSUEChristoph Hellwig2017-03-221-7/+1
* | blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-211-24/+52
* | blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval2017-03-211-6/+6
* | block: remove extra calls to wbt_exit()Omar Sandoval2017-03-211-2/+0
|/
* blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()Jens Axboe2017-03-141-4/+5
* blk-mq: free hctx->cpumask in release handler of hctx's kobjectMing Lei2017-03-081-12/+0
* blk-mq: make lifetime consistent between hctx and its kobjectMing Lei2017-03-081-4/+1
* blk-mq: make lifetime consitent between q/ctx and its kobjectMing Lei2017-03-081-1/+6
* blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei2017-03-081-1/+3