aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-24blk-mq: include errors in did_work calculationJens Axboe1-3/+4
2017-03-22blk-mq: don't complete un-started request in timeout handlerMing Lei1-10/+1
2017-03-14blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()Jens Axboe1-4/+5
2017-03-08blk-mq: free hctx->cpumask in release handler of hctx's kobjectMing Lei1-12/+0
2017-03-08blk-mq: make lifetime consistent between hctx and its kobjectMing Lei1-4/+1
2017-03-08blk-mq: make lifetime consitent between q/ctx and its kobjectMing Lei1-1/+6
2017-03-08blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei1-1/+3
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-32/+88
2017-03-02blk-mq: ensure that bd->last is always set correctlyJens Axboe1-7/+43
2017-03-02blk-mq: Provide freeze queue timeoutKeith Busch1-0/+9
2017-03-02blk-mq: Export blk_mq_freeze_queue_waitKeith Busch1-1/+2
2017-03-02blk-mq: move update of tags->rqs to __blk_mq_alloc_request()Omar Sandoval1-0/+1
2017-03-02blk-mq: make blk_mq_alloc_request_hctx() allocate a scheduler requestOmar Sandoval1-18/+15
2017-03-02blk-mq-sched: Allocate sched reserved tags as specified in the original queue tagsetSagi Grimberg1-0/+3
2017-03-02blk-mq: allocate blk_mq_tags and requests in correct nodeShaohua Li1-6/+15
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h>Ingo Molnar1-0/+1
2017-02-23blk-mq: use sbq wait queues instead of restart for driver tagsOmar Sandoval1-9/+55
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-40/+33
2017-02-17blk-mq: don't special case flush inserts for blk-mq-schedJens Axboe1-8/+10
2017-02-17blk-mq: have blk_mq_dispatch_rq_list() return if we queued IO or notJens Axboe1-1/+1
2017-02-10block: set make_request_fn manually in blk_mq_update_nr_hw_queuesJosef Bacik1-2/+6
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig1-0/+3
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig1-18/+14
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval1-2/+0
2017-01-31blk-mq: don't fail allocating driver tag for stopped hw queueJens Axboe1-3/+0
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-10/+0
2017-01-27blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe1-12/+13
2017-01-27block: add a op_is_flush helperChristoph Hellwig1-2/+2
2017-01-27blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe1-1/+1
2017-01-27blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe1-1/+2
2017-01-27blk-mq: release driver tag on a requeue eventJens Axboe1-0/+16
2017-01-27blk-mq: fix potential race in queue restart and driver tag allocationJens Axboe1-1/+9
2017-01-27blk-mq: improve scheduler queue sync/async runningJens Axboe1-2/+4
2017-01-27blk-mq: create debugfs directory treeOmar Sandoval1-0/+2
2017-01-26blk-mq: don't lose flags passed in to blk_mq_alloc_request()Jens Axboe1-3/+3
2017-01-25blk-mq: only apply active queue tag throttling for driver tagsJens Axboe1-5/+8
2017-01-20blk-mq: allow resize of scheduler requestsJens Axboe1-5/+14
2017-01-19blk-mq: stop hardware queue in blk_mq_delay_queue()Jens Axboe1-0/+1
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe1-0/+8
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-131/+187
2017-01-17blk-mq: split tag ->rqs[] into twoJens Axboe1-7/+23
2017-01-17blk-mq: add support for carrying internal tag information in blk_qc_tJens Axboe1-3/+8
2017-01-17blk-mq: abstract out helpers for allocating/freeing tag mapsJens Axboe1-43/+74
2017-01-17blk-mq-tag: cleanup the normal/reserved tag allocationJens Axboe1-1/+1
2017-01-17blk-mq: export some helpers we need to the scheduling frameworkJens Axboe1-18/+21
2017-01-17blk-mq: un-export blk_mq_free_hctx_request()Jens Axboe1-3/+2
2017-01-11blk-mq: make mq_ops a const pointerJens Axboe1-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-14blk-mq: Fix failed allocation path when mapping queuesGabriel Krisman Bertazi1-5/+21