summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
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
2016-12-09blk-mq: abstract out blk_mq_dispatch_rq_list() helperJens Axboe
2016-12-09blk-mq: add blk_mq_start_stopped_hw_queue()Jens Axboe
2016-12-05blk-mq: blk_account_io_start() takes a boolJens Axboe
2016-11-29blk-mq: Drop explicit timeout sync in hotplugGabriel Krisman Bertazi
2016-11-17blk-mq: make the polling code adaptiveJens Axboe
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe
2016-11-16block: deal with stale req count of plug listMing Lei
2016-11-11block: move poll code to blk-mqJens Axboe
2016-11-11blk-mq: blk_mq_try_issue_directly() should lookup hardware queueJens Axboe
2016-11-10block: hook up writeback throttlingJens Axboe
2016-11-10block: add scalable completion tracking of requestsJens Axboe
2016-11-06blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi
2016-11-03blk-mq: immediately dispatch big size requestShaohua Li
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche