aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-mq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche1-7/+64
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche1-6/+0
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche1-5/+1
2016-11-02blk-mq: Move more code into blk_mq_direct_issue_request()Bart Van Assche1-8/+10
2016-11-02blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche1-0/+20
2016-11-02blk-mq: Introduce blk_mq_hctx_stopped()Bart Van Assche1-6/+6
2016-11-02blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche1-3/+3
2016-10-28block: better op and flags encodingChristoph Hellwig1-17/+11
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-10/+9
2016-10-27blk-mq: get rid of confusing blk_map_ctx structureJens Axboe1-13/+5
2016-10-27blk-mq: update hardware and software queues for sleeping allocJens Axboe1-3/+3
2016-10-09Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds1-67/+56
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds1-46/+37
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-120/+63
2016-09-23blk-mq: skip unmapped queues in blk_mq_alloc_request_hctxChristoph Hellwig1-2/+14
2016-09-23blk-mq: fixup "Convert to new hotplug state machine"Sebastian Andrzej Siewior1-1/+1
2016-09-22blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe1-1/+1
2016-09-22blk-mq: remove non-blocking pass in blk_mq_map_requestChristoph Hellwig1-13/+1
2016-09-22blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()Jens Axboe1-14/+2
2016-09-22blk-mq: Convert to new hotplug state machineSebastian Andrzej Siewior1-44/+43
2016-09-22blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner1-23/+13
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval1-1/+1
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval1-80/+32
2016-09-16blk-mq: account higher order dispatchJens Axboe1-4/+9
2016-09-15blk-mq: kill unused blk_mq_create_mq_map()Jens Axboe1-24/+0
2016-09-15blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig1-4/+21
2016-09-15blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig1-3/+15
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-29/+11
2016-09-15blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig1-8/+14
2016-09-15blk-mq: don't redistribute hardware queues on a CPU hotplug eventChristoph Hellwig1-2/+0
2016-09-14blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer1-4/+12
2016-08-29blk-mq: prefetch request in blk_mq_tag_to_rq()Jens Axboe1-1/+4
2016-08-29blk-mq: turn hctx->run_work into a regular work structJens Axboe1-5/+4