summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* 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-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/+2
* blk-mq: make mq_ops a const pointerJens Axboe2017-01-111-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/+1
* 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
* block: deal with stale req count of plug listMing Lei2016-11-161-0/+7
* block: move poll code to blk-mqJens Axboe2016-11-111-0/+54
* blk-mq: blk_mq_try_issue_directly() should lookup hardware queueJens Axboe2016-11-111-4/+4
* block: hook up writeback throttlingJens Axboe2016-11-101-2/+24
* block: add scalable completion tracking of requestsJens Axboe2016-11-101-0/+25
* blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi2016-11-061-3/+1
* blk-mq: immediately dispatch big size requestShaohua Li2016-11-031-1/+6
* blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-021-3/+7
* blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche2016-11-021-7/+64
* blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2016-11-021-6/+0
* blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche2016-11-021-5/+1
* blk-mq: Move more code into blk_mq_direct_issue_request()Bart Van Assche2016-11-021-8/+10
* blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche2016-11-021-0/+20
* blk-mq: Introduce blk_mq_hctx_stopped()Bart Van Assche2016-11-021-6/+6
* blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche2016-11-021-3/+3
* block: better op and flags encodingChristoph Hellwig2016-10-281-17/+11
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-10/+9
* blk-mq: get rid of confusing blk_map_ctx structureJens Axboe2016-10-271-13/+5