summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2017-03-22blk-mq: don't complete un-started request in timeout handlerMing Lei
2017-03-14blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly()Jens Axboe
2017-03-08blk-mq: free hctx->cpumask in release handler of hctx's kobjectMing Lei
2017-03-08blk-mq: make lifetime consistent between hctx and its kobjectMing Lei
2017-03-08blk-mq: make lifetime consitent between q/ctx and its kobjectMing Lei
2017-03-08blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-03-02blk-mq: ensure that bd->last is always set correctlyJens Axboe
2017-03-02blk-mq: Provide freeze queue timeoutKeith Busch
2017-03-02blk-mq: Export blk_mq_freeze_queue_waitKeith Busch
2017-03-02blk-mq: move update of tags->rqs to __blk_mq_alloc_request()Omar Sandoval
2017-03-02blk-mq: make blk_mq_alloc_request_hctx() allocate a scheduler requestOmar Sandoval
2017-03-02blk-mq-sched: Allocate sched reserved tags as specified in the original queue...Sagi Grimberg
2017-03-02blk-mq: allocate blk_mq_tags and requests in correct nodeShaohua Li
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-23blk-mq: use sbq wait queues instead of restart for driver tagsOmar Sandoval
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-17blk-mq: don't special case flush inserts for blk-mq-schedJens Axboe
2017-02-17blk-mq: have blk_mq_dispatch_rq_list() return if we queued IO or notJens Axboe
2017-02-10block: set make_request_fn manually in blk_mq_update_nr_hw_queuesJosef Bacik
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval
2017-01-31blk-mq: don't fail allocating driver tag for stopped hw queueJens Axboe
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2017-01-27blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe
2017-01-27block: add a op_is_flush helperChristoph Hellwig
2017-01-27blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe
2017-01-27blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe
2017-01-27blk-mq: release driver tag on a requeue eventJens Axboe
2017-01-27blk-mq: fix potential race in queue restart and driver tag allocationJens Axboe
2017-01-27blk-mq: improve scheduler queue sync/async runningJens Axboe
2017-01-27blk-mq: create debugfs directory treeOmar Sandoval
2017-01-26blk-mq: don't lose flags passed in to blk_mq_alloc_request()Jens Axboe
2017-01-25blk-mq: only apply active queue tag throttling for driver tagsJens Axboe
2017-01-20blk-mq: allow resize of scheduler requestsJens Axboe
2017-01-19blk-mq: stop hardware queue in blk_mq_delay_queue()Jens Axboe
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe
2017-01-17blk-mq: split tag ->rqs[] into twoJens Axboe
2017-01-17blk-mq: add support for carrying internal tag information in blk_qc_tJens Axboe
2017-01-17blk-mq: abstract out helpers for allocating/freeing tag mapsJens Axboe
2017-01-17blk-mq-tag: cleanup the normal/reserved tag allocationJens Axboe
2017-01-17blk-mq: export some helpers we need to the scheduling frameworkJens Axboe
2017-01-17blk-mq: un-export blk_mq_free_hctx_request()Jens Axboe
2017-01-11blk-mq: make mq_ops a const pointerJens Axboe
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-14blk-mq: Fix failed allocation path when mapping queuesGabriel Krisman Bertazi
2016-12-14blk-mq: Avoid memory reclaim when remapping queuesGabriel Krisman Bertazi