summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2014-05-20blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott
2014-05-20blk-mq: initialize q->nr_requests after calling blk_queue_make_request()Jens Axboe
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe
2014-05-19Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe
2014-05-19blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe
2014-05-09blk-mq: fix race in IO start accountingJens Axboe
2014-05-09blk-mq: implement new and more efficient tagging schemeJens Axboe
2014-05-09blk-mq: initialize struct request fields individuallyChristoph Hellwig
2014-05-09blk-mq: update a hotplug comment for grammarJens Axboe
2014-05-07blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe
2014-05-02blk-mq: remove extra requeue traceJens Axboe
2014-04-30blk-mq: refactor request insertion/mergingJens Axboe
2014-04-30blk-mq remove debug BUG_ON() when draining software queuesJens Axboe
2014-04-30blk-mq: fix waiting for reserved tagsJens Axboe
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe
2014-04-24Revert "blk-mq: initialize req->q in allocation"Jens Axboe
2014-04-23blk-mq: fix leak of set->tagsMing Lei
2014-04-21blk-mq: initialize req->q in allocationMing Lei
2014-04-21blk-mq: user (1 << order) to implement order_to_size()Ming Lei
2014-04-21blk-mq: fix allocation of set->tagsMing Lei
2014-04-21blk-mq: free hctx->ctx_map when init failedMing Lei
2014-04-16blk-mq: add blk_mq_requeue_requestChristoph Hellwig
2014-04-16blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig
2014-04-16blk-mq: add blk_mq_delay_queueChristoph Hellwig
2014-04-16blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig
2014-04-16blk-mq: bidi supportChristoph Hellwig
2014-04-16blk-mq: allow drivers to hook into I/O completionChristoph Hellwig
2014-04-16blk-mq: kill preempt disable/enable in blk_mq_work_fn()Jens Axboe
2014-04-16blk-mq: don't use preempt_count() to check for right CPUJens Axboe
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig
2014-04-15blk-mq: initialize request on allocationChristoph Hellwig
2014-04-15blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig
2014-04-15blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig
2014-04-15blk-mq: do not initialize req->specialChristoph Hellwig
2014-04-15blk-mq: initialize resid_lenChristoph Hellwig
2014-04-09blk-mq: ensure that hardware queues are always run on the mapped CPUsJens Axboe
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe
2014-04-07blk-mq: fix potential stall during CPU unplug with IO pendingJens Axboe
2014-03-21blk-mq: add REQ_SYNC earlyShaohua Li
2014-03-21blk-mq: support partial I/O completionsChristoph Hellwig
2014-03-21blk-mq: merge blk_mq_insert_request and blk_mq_run_requestChristoph Hellwig
2014-03-21blk-mq: remove blk_mq_alloc_rqChristoph Hellwig
2014-03-20blk-mq: don't dump CPU -> hw queue map on driver loadJens Axboe
2014-03-19blk-mq: fix wrong usage of hctx->state vs hctx->flagsJens Axboe
2014-03-14blk-mq: allow blk_mq_init_commands() to return failureJens Axboe
2014-03-05blktrace: fix accounting of partially completed requestsRoman Pen
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker