summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+15Star
| * 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/+33Star
|\
| * 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/+14Star
| * block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval2017-02-021-2/+0Star
| * block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-10/+0Star
* | blk-mq: don't fail allocating driver tag for stopped hw queueJens Axboe2017-02-011-3/+0Star
|/
* 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
* blk-mq: abstract out helpers for allocating/freeing tag mapsJens Axboe2017-01-171-43/+74
* blk-mq-tag: cleanup the normal/reserved tag allocationJens Axboe2017-01-171-1/+1
* blk-mq: export some helpers we need to the scheduling frameworkJens Axboe2017-01-171-18/+21
* blk-mq: un-export blk_mq_free_hctx_request()Jens Axboe2017-01-171-3/+2Star
* blk-mq: make mq_ops a const pointerJens Axboe2017-01-121-1/+1
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* blk-mq: Fix failed allocation path when mapping queuesGabriel Krisman Bertazi2016-12-141-5/+21
* blk-mq: Avoid memory reclaim when remapping queuesGabriel Krisman Bertazi2016-12-141-3/+3
* blk-mq: abstract out blk_mq_dispatch_rq_list() helperJens Axboe2016-12-091-38/+47
* blk-mq: add blk_mq_start_stopped_hw_queue()Jens Axboe2016-12-091-7/+12
* blk-mq: blk_account_io_start() takes a boolJens Axboe2016-12-051-1/+1
* blk-mq: Drop explicit timeout sync in hotplugGabriel Krisman Bertazi2016-11-291-8/+1Star
* blk-mq: make the polling code adaptiveJens Axboe2016-11-171-3/+64
* blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe2016-11-171-0/+50