summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2015-10-21blk-mq: check bio_mergeable() early before mergingMing Lei
2015-10-21block: fix plug list flushing for nomerge queuesJeff Moyer
2015-10-21block: generic request_queue reference countingDan Williams
2015-10-15blk-mq: fix use-after-free in blk_mq_free_tag_set()Junichi Nomura
2015-10-09Merge tag 'v4.3-rc4' into for-4.4/coreJens Axboe
2015-10-01blk-mq: factor out a helper to iterate all tags for a request_queueChristoph Hellwig
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig
2015-09-29blk-mq: fix deadlock when reading cpu_listAkinobu Mita
2015-09-29blk-mq: avoid inserting requests before establishing new mappingAkinobu Mita
2015-09-29blk-mq: fix q->mq_usage_counter access raceAkinobu Mita
2015-09-29blk-mq: Fix use after of free q->mq_mapAkinobu Mita
2015-09-29blk-mq: fix sysfs registration/unregistration raceAkinobu Mita
2015-09-29blk-mq: avoid setting hctx->tags->cpumask before allocationAkinobu Mita
2015-09-23block: kmemleak: Track the page allocations for struct requestCatalin Marinas
2015-08-15blk-mq: fix race between timeout and freeing requestMing Lei
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-16blk-mq: set default timeout as 30 secondsMing Lei
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-09blk-mq: free hctx->ctxs in queue's release handlerMing Lei
2015-06-01blk-mq: Shared tag enhancementsKeith Busch
2015-05-19block: use an atomic_t for mq_freeze_depthChristoph Hellwig
2015-05-08blk-mq: make plug work for mutiple disks and queuesShaohua Li
2015-05-08blk-mq: do limited block plug for multiple queue caseShaohua Li
2015-05-08blk-mq: avoid re-initialize request which is failed in direct dispatchShaohua Li
2015-05-08blk-mq: fix plugging in blk_sq_make_requestJeff Moyer
2015-05-04blk-mq: don't lose requests if a stopped queue restartsShaohua Li
2015-04-23blk-mq: fix CPU hotplug handlingMing Lei
2015-04-23blk-mq: fix race between timeout and CPU hotplugMing Lei
2015-04-17blk-mq: fix iteration of busy bitmapJens Axboe
2015-04-16Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-04-15blk-mq: reduce unnecessary software queue loopingChong Yuan
2015-04-11blk-mq: initialize 'struct request' and associated data to zeroLinus Torvalds
2015-03-30blk-mq: put blk_queue_rq_timeout together in blk_mq_init_queue()Wei Fang
2015-03-30block: remove redundant check about 'set->nr_hw_queues' in blk_mq_alloc_tag_s...Xiaoguang Wang
2015-03-13blk-mq: don't wait in blk_mq_queue_enter() if __GFP_WAIT isn't setKeith Busch
2015-03-13blk-mq: export blk_mq_run_hw_queuesMike Snitzer
2015-03-13blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_diskMike Snitzer
2015-03-13blk-mq: fix use of incorrect goto label in blk_mq_init_queue error pathMike Snitzer
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-10blk-mq: make blk_mq_run_queues() staticJens Axboe
2015-01-29blk-mq: release mq's kobjects in blk_release_queue()Ming Lei
2015-01-29Revert "blk-mq: fix hctx/ctx kobject use-after-free"Ming Lei
2015-01-23blk-mq: add tag allocation policyShaohua Li
2015-01-20blk-mq: fix hctx/ctx kobject use-after-freeMing Lei
2015-01-08blk-mq: End unstarted requests on a dying queueKeith Busch
2015-01-08blk-mq: Allow requests to never expireKeith Busch
2015-01-08blk-mq: Add helper to abort requeued requestsJens Axboe
2015-01-08blk-mq: Let drivers cancel requeue_workKeith Busch
2015-01-08blk-mq: Export if requests were startedKeith Busch