summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
Commit message (Expand)AuthorAge
* blk-mq: Remove unused variableKeith Busch2017-01-18
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-25
* blk-mq: Fix failed allocation path when mapping queuesGabriel Krisman Bertazi2016-12-14
* blk-mq: Avoid memory reclaim when remapping queuesGabriel Krisman Bertazi2016-12-14
* blk-mq: abstract out blk_mq_dispatch_rq_list() helperJens Axboe2016-12-09
* blk-mq: add blk_mq_start_stopped_hw_queue()Jens Axboe2016-12-09
* blk-mq: blk_account_io_start() takes a boolJens Axboe2016-12-05
* blk-mq: Drop explicit timeout sync in hotplugGabriel Krisman Bertazi2016-11-29
* blk-mq: make the polling code adaptiveJens Axboe2016-11-17
* blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe2016-11-17
* block: deal with stale req count of plug listMing Lei2016-11-16
* block: move poll code to blk-mqJens Axboe2016-11-11
* blk-mq: blk_mq_try_issue_directly() should lookup hardware queueJens Axboe2016-11-11
* block: hook up writeback throttlingJens Axboe2016-11-10
* block: add scalable completion tracking of requestsJens Axboe2016-11-10
* blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi2016-11-06
* blk-mq: immediately dispatch big size requestShaohua Li2016-11-03
* blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-02
* blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche2016-11-02
* blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2016-11-02
* blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche2016-11-02
* blk-mq: Move more code into blk_mq_direct_issue_request()Bart Van Assche2016-11-02
* blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche2016-11-02
* blk-mq: Introduce blk_mq_hctx_stopped()Bart Van Assche2016-11-02
* blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche2016-11-02
* block: better op and flags encodingChristoph Hellwig2016-10-28
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-28
* blk-mq: get rid of confusing blk_map_ctx structureJens Axboe2016-10-27
* blk-mq: update hardware and software queues for sleeping allocJens Axboe2016-10-27
* Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-09
|\
| * blk-mq: fixup "Convert to new hotplug state machine"Sebastian Andrzej Siewior2016-09-23
| * blk-mq: Convert to new hotplug state machineSebastian Andrzej Siewior2016-09-22
| * blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner2016-09-22
* | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-09
|\ \
| * | blk-mq: kill unused blk_mq_create_mq_map()Jens Axboe2016-09-15
| * | blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig2016-09-15
| * | blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig2016-09-15
| * | blk-mq: remove ->map_queueChristoph Hellwig2016-09-15
| * | blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig2016-09-15
| * | blk-mq: don't redistribute hardware queues on a CPU hotplug eventChristoph Hellwig2016-09-15
* | | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-07
|\ \ \
| * | | blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe2016-09-22
| * | | blk-mq: remove non-blocking pass in blk_mq_map_requestChristoph Hellwig2016-09-22
| * | | blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()Jens Axboe2016-09-22
| | |/ | |/|
| * | sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval2016-09-17
| * | blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval2016-09-17
| * | blk-mq: account higher order dispatchJens Axboe2016-09-16
| |/
| * blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer2016-09-14
| * blk-mq: prefetch request in blk_mq_tag_to_rq()Jens Axboe2016-08-29
| * blk-mq: turn hctx->run_work into a regular work structJens Axboe2016-08-29