summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* blk-mq: don't lose flags passed in to blk_mq_alloc_request()Jens Axboe2017-01-261-3/+3
* blk-mq: only apply active queue tag throttling for driver tagsJens Axboe2017-01-251-5/+8
* blk-mq: allow resize of scheduler requestsJens Axboe2017-01-201-5/+14
* blk-mq: stop hardware queue in blk_mq_delay_queue()Jens Axboe2017-01-191-0/+1
* blk-mq-sched: allow setting of default IO schedulerJens Axboe2017-01-171-0/+8
* blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-171-131/+187
* blk-mq: split tag ->rqs[] into twoJens Axboe2017-01-171-7/+23
* blk-mq: add support for carrying internal tag information in blk_qc_tJens Axboe2017-01-171-3/+8