summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: mark __blk_mq_complete_request() staticJens Axboe2015-11-111-1/+1
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-101-23/+36
|\
| * blk-mq: return tag/queue combo in the make_request_fn handlersJens Axboe2015-11-071-17/+28
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-12/+14
* | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-3/+3
|/
* Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-56/+24
|\
| * block: generic request_queue reference countingDan Williams2015-10-211-56/+24
* | Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-27/+62
|\ \
| * | blk-mq: avoid excessive boot delays with large lun countsJeff Moyer2015-11-031-17/+30
| * | blk-mq: mark ctx as pending at batch in flush plug pathMing Lei2015-10-211-5/+13
| * | blk-mq: fix for trace_block_plug()Ming Lei2015-10-211-1/+1
| * | blk-mq: check bio_mergeable() early before mergingMing Lei2015-10-211-1/+1
| * | block: fix plug list flushing for nomerge queuesJeff Moyer2015-10-211-3/+6
| |/
| * Merge tag 'v4.3-rc4' into for-4.4/coreJens Axboe2015-10-091-41/+77
| |\
| * | block: kmemleak: Track the page allocations for struct requestCatalin Marinas2015-09-231-0/+11
* | | blk-mq: fix use-after-free in blk_mq_free_tag_set()Junichi Nomura2015-10-151-3/+1
| |/ |/|
* | blk-mq: factor out a helper to iterate all tags for a request_queueChristoph Hellwig2015-10-011-11/+3
* | blk-mq: fix racy updates of rq->errorsChristoph Hellwig2015-10-011-6/+6
* | blk-mq: fix deadlock when reading cpu_listAkinobu Mita2015-09-291-0/+7
* | blk-mq: avoid inserting requests before establishing new mappingAkinobu Mita2015-09-291-14/+45
* | blk-mq: fix q->mq_usage_counter access raceAkinobu Mita2015-09-291-3/+4
* | blk-mq: Fix use after of free q->mq_mapAkinobu Mita2015-09-291-5/+3
* | blk-mq: fix sysfs registration/unregistration raceAkinobu Mita2015-09-291-3/+3
* | blk-mq: avoid setting hctx->tags->cpumask before allocationAkinobu Mita2015-09-291-1/+8
|/
* blk-mq: fix race between timeout and freeing requestMing Lei2015-08-151-15/+1
* block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-0/+4
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-3/+3
* blk-mq: set default timeout as 30 secondsMing Lei2015-07-161-1/+1
* Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-61/+99
|\
| * blk-mq: Shared tag enhancementsKeith Busch2015-06-011-2/+10
| * block: use an atomic_t for mq_freeze_depthChristoph Hellwig2015-05-191-14/+10
| * blk-mq: make plug work for mutiple disks and queuesShaohua Li2015-05-081-5/+9
| * blk-mq: do limited block plug for multiple queue caseShaohua Li2015-05-081-23/+59
| * blk-mq: avoid re-initialize request which is failed in direct dispatchShaohua Li2015-05-081-0/+2
| * blk-mq: fix plugging in blk_sq_make_requestJeff Moyer2015-05-081-22/+14
* | blk-mq: free hctx->ctxs in queue's release handlerMing Lei2015-06-091-2/+6
* | blk-mq: don't lose requests if a stopped queue restartsShaohua Li2015-05-041-0/+10
* | blk-mq: fix CPU hotplug handlingMing Lei2015-04-231-21/+13
* | blk-mq: fix race between timeout and CPU hotplugMing Lei2015-04-231-3/+13
|/
* blk-mq: fix iteration of busy bitmapJens Axboe2015-04-171-3/+3
* Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-161-26/+41
|\
| * blk-mq: reduce unnecessary software queue loopingChong Yuan2015-04-151-4/+9
| * blk-mq: put blk_queue_rq_timeout together in blk_mq_init_queue()Wei Fang2015-03-301-4/+1
| * block: remove redundant check about 'set->nr_hw_queues' in blk_mq_alloc_tag_s...Xiaoguang Wang2015-03-301-1/+1
| * blk-mq: don't wait in blk_mq_queue_enter() if __GFP_WAIT isn't setKeith Busch2015-03-131-3/+6
| * blk-mq: export blk_mq_run_hw_queuesMike Snitzer2015-03-131-4/+4
| * blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_diskMike Snitzer2015-03-131-10/+20
* | blk-mq: initialize 'struct request' and associated data to zeroLinus Torvalds2015-04-111-3/+1
|/
* blk-mq: fix use of incorrect goto label in blk_mq_init_queue error pathMike Snitzer2015-03-131-3/+3