summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* blk-mq: handle dma_drain_sizeChristoph Hellwig2014-02-071-0/+10
* blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig2014-02-071-7/+10
* blk-mq: Don't reserve a tag for flush requestShaohua Li2014-01-301-16/+30
* blk-mq: uses page->list incorrectlyDave Hansen2014-01-081-3/+3
* blk-mq: use __smp_call_function_single directlyChristoph Hellwig2014-01-081-57/+11
* blk-mq: fix initializing request's start timeMing Lei2014-01-031-0/+2
* block: blk-mq: don't export blk_mq_free_queue()Ming Lei2013-12-311-1/+0
* block: blk-mq: make blk_sync_queue support mqMing Lei2013-12-311-1/+0
* block: blk-mq: support draining mq queueMing Lei2013-12-311-16/+27
* Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-311-6/+10
|\
| * blk-mq: fix use-after-free of requestMing Lei2013-12-051-2/+2
| * blk-mq: fix dereference of rq->mq_ctx if allocation failsJeff Moyer2013-12-031-4/+8
* | block: Abstract out bvec iteratorKent Overstreet2013-11-231-1/+1
|/
* blk-mq: add blktrace insert event traceJens Axboe2013-11-191-0/+2
OpenPOWER on IntegriCloud