aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAge
* blk-mq: save memory by freeing requests on unused hardware queuesJens Axboe2014-05-21
* blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe2014-05-21
* blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott2014-05-20
* blk-mq: initialize q->nr_requests after calling blk_queue_make_request()Jens Axboe2014-05-20
* blk-mq: allow changing of queue depth through sysfsJens Axboe2014-05-20
* Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe2014-05-19
|\
| * blk-mq: improve support for shared tags mapsJens Axboe2014-05-13
* | blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe2014-05-19
* | blk-mq: fix race in IO start accountingJens Axboe2014-05-09
|/
* blk-mq: implement new and more efficient tagging schemeJens Axboe2014-05-09
* blk-mq: initialize struct request fields individuallyChristoph Hellwig2014-05-09
* blk-mq: update a hotplug comment for grammarJens Axboe2014-05-09
* blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe2014-05-07
* blk-mq: remove extra requeue traceJens Axboe2014-05-02
* blk-mq: refactor request insertion/mergingJens Axboe2014-04-30
* blk-mq remove debug BUG_ON() when draining software queuesJens Axboe2014-04-30
* blk-mq: fix waiting for reserved tagsJens Axboe2014-04-29
* blk-mq: respect rq_affinityChristoph Hellwig2014-04-25
* blk-mq: fix race with timeouts and requeue eventsJens Axboe2014-04-24
* Revert "blk-mq: initialize req->q in allocation"Jens Axboe2014-04-24
* blk-mq: fix leak of set->tagsMing Lei2014-04-23
* blk-mq: initialize req->q in allocationMing Lei2014-04-21
* blk-mq: user (1 << order) to implement order_to_size()Ming Lei2014-04-21
* blk-mq: fix allocation of set->tagsMing Lei2014-04-21
* blk-mq: free hctx->ctx_map when init failedMing Lei2014-04-21
* 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