summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-30blk-mq: fix waiting for reserved tagsJens Axboe1-1/+1
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig1-2/+6
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe1-7/+32
2014-04-24Revert "blk-mq: initialize req->q in allocation"Jens Axboe1-3/+1
2014-04-23blk-mq: fix leak of set->tagsMing Lei1-0/+1
2014-04-21blk-mq: initialize req->q in allocationMing Lei1-1/+3
2014-04-21blk-mq: user (1 << order) to implement order_to_size()Ming Lei1-6/+1
2014-04-21blk-mq: fix allocation of set->tagsMing Lei1-1/+2
2014-04-21blk-mq: free hctx->ctx_map when init failedMing Lei1-0/+1
2014-04-17blk-mq: add blk_mq_requeue_requestChristoph Hellwig1-2/+16
2014-04-17blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig1-0/+11
2014-04-17blk-mq: add blk_mq_delay_queueChristoph Hellwig1-6/+39
2014-04-17blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig1-2/+2
2014-04-17blk-mq: bidi supportChristoph Hellwig1-2/+7
2014-04-17blk-mq: allow drivers to hook into I/O completionChristoph Hellwig1-6/+10
2014-04-17blk-mq: kill preempt disable/enable in blk_mq_work_fn()Jens Axboe1-2/+0
2014-04-17blk-mq: don't use preempt_count() to check for right CPUJens Axboe1-1/+1
2014-04-16blk-mq: split out tag initialization, support shared tagsChristoph Hellwig1-108/+136
2014-04-16blk-mq: initialize request on allocationChristoph Hellwig1-3/+1
2014-04-16blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig1-73/+32
2014-04-16blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig1-0/+20
2014-04-16blk-mq: do not initialize req->specialChristoph Hellwig1-13/+2
2014-04-16blk-mq: initialize resid_lenChristoph Hellwig1-0/+2
2014-04-09blk-mq: ensure that hardware queues are always run on the mapped CPUsJens Axboe1-15/+51
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe1-5/+2
2014-04-07blk-mq: fix potential stall during CPU unplug with IO pendingJens Axboe1-2/+6
2014-03-21blk-mq: add REQ_SYNC earlyShaohua Li1-0/+2
2014-03-21blk-mq: support partial I/O completionsChristoph Hellwig1-32/+5
2014-03-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig1-43/+10
2014-03-21blk-mq: remove blk_mq_alloc_rqChristoph Hellwig1-8/+2
2014-03-20blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe1-0/+10
2014-03-20blk-mq: fix wrong usage of hctx->state vs hctx->flagsJens Axboe1-3/+3
2014-03-14blk-mq: allow blk_mq_init_commands() to return failureJens Axboe1-7/+45
2014-03-06blktrace: fix accounting of partially completed requestsRoman Pen1-1/+1
2014-02-25smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker1-1/+1
2014-02-25smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker1-1/+1
2014-02-11blk-mq: pair blk_mq_start_request / blk_mq_requeue_requestChristoph Hellwig1-23/+26
2014-02-11blk-mq: dont assume rq->errors is set when returning an error from ->queue_rqChristoph Hellwig1-1/+1
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig1-35/+19
2014-02-10blk-mq: rework I/O completionsChristoph Hellwig1-21/+31
2014-02-08blk-mq: Add bio_integrity setup to blk_mq_make_requestNicholas Bellinger1-0/+5
2014-02-07blk-mq: initialize sg_reserved_sizeChristoph Hellwig1-0/+2
2014-02-07blk-mq: handle dma_drain_sizeChristoph Hellwig1-0/+10
2014-02-07blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig1-7/+10
2014-01-30blk-mq: Don't reserve a tag for flush requestShaohua Li1-16/+30
2014-01-09blk-mq: uses page->list incorrectlyDave Hansen1-3/+3
2014-01-09blk-mq: use __smp_call_function_single directlyChristoph Hellwig1-57/+11
2014-01-03blk-mq: fix initializing request's start timeMing Lei1-0/+2
2013-12-31block: blk-mq: don't export blk_mq_free_queue()Ming Lei1-1/+0
2013-12-31block: blk-mq: make blk_sync_queue support mqMing Lei1-1/+0