aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-031-32/+88
|\
| * blk-mq: ensure that bd->last is always set correctlyJens Axboe2017-03-021-7/+43
| * blk-mq: Provide freeze queue timeoutKeith Busch2017-03-021-0/+9
| * blk-mq: Export blk_mq_freeze_queue_waitKeith Busch2017-03-021-1/+2
| * blk-mq: move update of tags->rqs to __blk_mq_alloc_request()Omar Sandoval2017-03-021-0/+1
| * blk-mq: make blk_mq_alloc_request_hctx() allocate a scheduler requestOmar Sandoval2017-03-021-18/+15
| * blk-mq-sched: Allocate sched reserved tags as specified in the original queue...Sagi Grimberg2017-03-021-0/+3
| * blk-mq: allocate blk_mq_tags and requests in correct nodeShaohua Li2017-03-021-6/+15
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* blk-mq: use sbq wait queues instead of restart for driver tagsOmar Sandoval2017-02-231-9/+55
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-40/+33
|\
| * blk-mq: don't special case flush inserts for blk-mq-schedJens Axboe2017-02-171-8/+10
| * blk-mq: have blk_mq_dispatch_rq_list() return if we queued IO or notJens Axboe2017-02-171-1/+1
| * block: set make_request_fn manually in blk_mq_update_nr_hw_queuesJosef Bacik2017-02-101-2/+6
| * block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig2017-02-081-0/+3
| * block: enumify ELEVATOR_*_MERGEChristoph Hellwig2017-02-081-18/+14
| * block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval2017-02-021-2/+0
| * block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-10/+0
* | blk-mq: don't fail allocating driver tag for stopped hw queueJens Axboe2017-01-311-3/+0
|/
* blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe2017-01-271-12/+13
* block: add a op_is_flush helperChristoph Hellwig2017-01-271-2/+2
* blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe2017-01-271-1/+1
* blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe2017-01-271-1/+2
* blk-mq: release driver tag on a requeue eventJens Axboe2017-01-271-0/+16
* blk-mq: fix potential race in queue restart and driver tag allocationJens Axboe2017-01-271-1/+9
* blk-mq: improve scheduler queue sync/async runningJens Axboe2017-01-271-2/+4
* blk-mq: create debugfs directory treeOmar Sandoval2017-01-271-0/+2