aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-14blk-mq: Avoid memory reclaim when remapping queuesGabriel Krisman Bertazi1-3/+3
2016-12-09blk-mq: abstract out blk_mq_dispatch_rq_list() helperJens Axboe1-38/+47
2016-12-09blk-mq: add blk_mq_start_stopped_hw_queue()Jens Axboe1-7/+12
2016-12-05blk-mq: blk_account_io_start() takes a boolJens Axboe1-1/+1
2016-11-29blk-mq: Drop explicit timeout sync in hotplugGabriel Krisman Bertazi1-8/+1
2016-11-17blk-mq: make the polling code adaptiveJens Axboe1-3/+64
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe1-0/+50
2016-11-16block: deal with stale req count of plug listMing Lei1-0/+7
2016-11-11block: move poll code to blk-mqJens Axboe1-0/+54
2016-11-11blk-mq: blk_mq_try_issue_directly() should lookup hardware queueJens Axboe1-4/+4
2016-11-10block: hook up writeback throttlingJens Axboe1-2/+24
2016-11-10block: add scalable completion tracking of requestsJens Axboe1-0/+25
2016-11-06blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi1-3/+1
2016-11-03blk-mq: immediately dispatch big size requestShaohua Li1-1/+6
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche1-3/+7