aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAge
* blk-mq: add blk_mq_requeue_requestChristoph Hellwig2014-04-16
* blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig2014-04-16
* blk-mq: add blk_mq_delay_queueChristoph Hellwig2014-04-16
* blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig2014-04-16
* blk-mq: bidi supportChristoph Hellwig2014-04-16
* blk-mq: allow drivers to hook into I/O completionChristoph Hellwig2014-04-16
* blk-mq: kill preempt disable/enable in blk_mq_work_fn()Jens Axboe2014-04-16
* blk-mq: don't use preempt_count() to check for right CPUJens Axboe2014-04-16
* blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-15
* blk-mq: initialize request on allocationChristoph Hellwig2014-04-15
* blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig2014-04-15
* blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig2014-04-15
* blk-mq: do not initialize req->specialChristoph Hellwig2014-04-15
* blk-mq: initialize resid_lenChristoph Hellwig2014-04-15
* blk-mq: ensure that hardware queues are always run on the mapped CPUsJens Axboe2014-04-09
* block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe2014-04-09
* blk-mq: fix potential stall during CPU unplug with IO pendingJens Axboe2014-04-07
* blk-mq: add REQ_SYNC earlyShaohua Li2014-03-21
* blk-mq: support partial I/O completionsChristoph Hellwig2014-03-21
* blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig2014-03-21
* blk-mq: remove blk_mq_alloc_rqChristoph Hellwig2014-03-21
* blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe2014-03-20
* blk-mq: fix wrong usage of hctx->state vs hctx->flagsJens Axboe2014-03-19
* blk-mq: allow blk_mq_init_commands() to return failureJens Axboe2014-03-14
* blktrace: fix accounting of partially completed requestsRoman Pen2014-03-05
* smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-24
* smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-24
* blk-mq: pair blk_mq_start_request / blk_mq_requeue_requestChristoph Hellwig2014-02-11
* blk-mq: dont assume rq->errors is set when returning an error from ->queue_rqChristoph Hellwig2014-02-11
* blk-mq: rework flush sequencing logicChristoph Hellwig2014-02-10
* blk-mq: rework I/O completionsChristoph Hellwig2014-02-10
* blk-mq: Add bio_integrity setup to blk_mq_make_requestNicholas Bellinger2014-02-07
* blk-mq: initialize sg_reserved_sizeChristoph Hellwig2014-02-07
* blk-mq: handle dma_drain_sizeChristoph Hellwig2014-02-07
* blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig2014-02-07
* blk-mq: Don't reserve a tag for flush requestShaohua Li2014-01-30
* blk-mq: uses page->list incorrectlyDave Hansen2014-01-08
* blk-mq: use __smp_call_function_single directlyChristoph Hellwig2014-01-08
* blk-mq: fix initializing request's start timeMing Lei2014-01-03
* block: blk-mq: don't export blk_mq_free_queue()Ming Lei2013-12-31
* block: blk-mq: make blk_sync_queue support mqMing Lei2013-12-31
* block: blk-mq: support draining mq queueMing Lei2013-12-31
* Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-31
|\
| * blk-mq: fix use-after-free of requestMing Lei2013-12-05
| * blk-mq: fix dereference of rq->mq_ctx if allocation failsJeff Moyer2013-12-03
* | block: Abstract out bvec iteratorKent Overstreet2013-11-24
|/
* blk-mq: add blktrace insert event traceJens Axboe2013-11-19
* blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe2013-11-19
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-15
|\
| * blk-mq: remove newly added instances of __cpuinitPaul Gortmaker2013-11-14