summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
...
* | blk-mq: fix race in IO start accountingJens Axboe2014-05-091-4/+2
|/
* blk-mq: implement new and more efficient tagging schemeJens Axboe2014-05-091-12/+11
* blk-mq: initialize struct request fields individuallyChristoph Hellwig2014-05-091-2/+45
* blk-mq: update a hotplug comment for grammarJens Axboe2014-05-091-4/+4
* blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe2014-05-071-14/+31
* blk-mq: remove extra requeue traceJens Axboe2014-05-021-4/+0
* blk-mq: refactor request insertion/mergingJens Axboe2014-04-301-7/+15
* blk-mq remove debug BUG_ON() when draining software queuesJens Axboe2014-04-301-1/+0
* blk-mq: fix waiting for reserved tagsJens Axboe2014-04-291-1/+1
* blk-mq: respect rq_affinityChristoph Hellwig2014-04-251-2/+6
* blk-mq: fix race with timeouts and requeue eventsJens Axboe2014-04-241-7/+32
* Revert "blk-mq: initialize req->q in allocation"Jens Axboe2014-04-241-3/+1
* blk-mq: fix leak of set->tagsMing Lei2014-04-231-0/+1
* blk-mq: initialize req->q in allocationMing Lei2014-04-211-1/+3
* blk-mq: user (1 << order) to implement order_to_size()Ming Lei2014-04-211-6/+1
* blk-mq: fix allocation of set->tagsMing Lei2014-04-211-1/+2
* blk-mq: free hctx->ctx_map when init failedMing Lei2014-04-211-0/+1
* blk-mq: add blk_mq_requeue_requestChristoph Hellwig2014-04-161-2/+16
* blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig2014-04-161-0/+11
* blk-mq: add blk_mq_delay_queueChristoph Hellwig2014-04-161-6/+39
* blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig2014-04-161-2/+2
* blk-mq: bidi supportChristoph Hellwig2014-04-161-2/+7
* blk-mq: allow drivers to hook into I/O completionChristoph Hellwig2014-04-161-6/+10
* blk-mq: kill preempt disable/enable in blk_mq_work_fn()Jens Axboe2014-04-161-2/+0
* blk-mq: don't use preempt_count() to check for right CPUJens Axboe2014-04-161-1/+1
* blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-151-108/+136
* blk-mq: initialize request on allocationChristoph Hellwig2014-04-151-3/+1
* blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig2014-04-151-73/+32
* blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig2014-04-151-0/+20
* blk-mq: do not initialize req->specialChristoph Hellwig2014-04-151-13/+2
* blk-mq: initialize resid_lenChristoph Hellwig2014-04-151-0/+2
* blk-mq: ensure that hardware queues are always run on the mapped CPUsJens Axboe2014-04-091-15/+51
* block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe2014-04-091-5/+2
* blk-mq: fix potential stall during CPU unplug with IO pendingJens Axboe2014-04-071-2/+6
* blk-mq: add REQ_SYNC earlyShaohua Li2014-03-211-0/+2
* blk-mq: support partial I/O completionsChristoph Hellwig2014-03-211-32/+5
* blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig2014-03-211-43/+10
* blk-mq: remove blk_mq_alloc_rqChristoph Hellwig2014-03-211-8/+2
* blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe2014-03-201-0/+10
* blk-mq: fix wrong usage of hctx->state vs hctx->flagsJens Axboe2014-03-191-3/+3
* blk-mq: allow blk_mq_init_commands() to return failureJens Axboe2014-03-141-7/+45
* blktrace: fix accounting of partially completed requestsRoman Pen2014-03-051-1/+1
* smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-241-1/+1
* smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-241-1/+1
* blk-mq: pair blk_mq_start_request / blk_mq_requeue_requestChristoph Hellwig2014-02-111-23/+26
* blk-mq: dont assume rq->errors is set when returning an error from ->queue_rqChristoph Hellwig2014-02-111-1/+1
* blk-mq: rework flush sequencing logicChristoph Hellwig2014-02-101-35/+19
* blk-mq: rework I/O completionsChristoph Hellwig2014-02-101-21/+31
* blk-mq: Add bio_integrity setup to blk_mq_make_requestNicholas Bellinger2014-02-071-0/+5
* blk-mq: initialize sg_reserved_sizeChristoph Hellwig2014-02-071-0/+2