summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* blk-mq: update hardware and software queues for sleeping allocJens Axboe2016-10-271-3/+3
* Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-091-67/+56
|\
| * blk-mq: fixup "Convert to new hotplug state machine"Sebastian Andrzej Siewior2016-09-231-1/+1
| * blk-mq: Convert to new hotplug state machineSebastian Andrzej Siewior2016-09-221-44/+43
| * blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner2016-09-221-23/+13
* | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-091-46/+37
|\ \
| * | blk-mq: kill unused blk_mq_create_mq_map()Jens Axboe2016-09-151-24/+0
| * | blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig2016-09-151-4/+21
| * | blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig2016-09-151-3/+15
| * | blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-29/+11
| * | blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig2016-09-151-8/+14
| * | blk-mq: don't redistribute hardware queues on a CPU hotplug eventChristoph Hellwig2016-09-151-2/+0
* | | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-071-120/+63
|\ \ \
| * | | blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe2016-09-221-1/+1
| * | | blk-mq: remove non-blocking pass in blk_mq_map_requestChristoph Hellwig2016-09-221-13/+1
| * | | blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()Jens Axboe2016-09-221-14/+2
| | |/ | |/|
| * | sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval2016-09-171-1/+1
| * | blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval2016-09-171-80/+32
| * | blk-mq: account higher order dispatchJens Axboe2016-09-161-4/+9
| |/
| * blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer2016-09-141-4/+12
| * blk-mq: prefetch request in blk_mq_tag_to_rq()Jens Axboe2016-08-291-1/+4
| * blk-mq: turn hctx->run_work into a regular work structJens Axboe2016-08-291-5/+4
* | blk-mq: skip unmapped queues in blk_mq_alloc_request_hctxChristoph Hellwig2016-09-231-2/+14
|/
OpenPOWER on IntegriCloud