aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-20blk-mq: fix calling unplug callbacks with preempt disabledJens Axboe1-5/+9
2015-11-11blk-mq: mark __blk_mq_complete_request() staticJens Axboe1-1/+1
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds1-23/+36
2015-11-07blk-mq: return tag/queue combo in the make_request_fn handlersJens Axboe1-17/+28
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-12/+14
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-3/+3
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds1-56/+24
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-27/+62
2015-11-03blk-mq: avoid excessive boot delays with large lun countsJeff Moyer1-17/+30
2015-10-21blk-mq: mark ctx as pending at batch in flush plug pathMing Lei1-5/+13
2015-10-21blk-mq: fix for trace_block_plug()Ming Lei1-1/+1
2015-10-21blk-mq: check bio_mergeable() early before mergingMing Lei1-1/+1
2015-10-21block: fix plug list flushing for nomerge queuesJeff Moyer1-3/+6
2015-10-21block: generic request_queue reference countingDan Williams1-56/+24
2015-10-15blk-mq: fix use-after-free in blk_mq_free_tag_set()Junichi Nomura1-3/+1
2015-10-09Merge tag 'v4.3-rc4' into for-4.4/coreJens Axboe1-41/+77
2015-10-01blk-mq: factor out a helper to iterate all tags for a request_queueChristoph Hellwig1-11/+3
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig1-6/+6
2015-09-29blk-mq: fix deadlock when reading cpu_listAkinobu Mita1-0/+7
2015-09-29blk-mq: avoid inserting requests before establishing new mappingAkinobu Mita1-14/+45
2015-09-29blk-mq: fix q->mq_usage_counter access raceAkinobu Mita1-3/+4
2015-09-29blk-mq: Fix use after of free q->mq_mapAkinobu Mita1-5/+3
2015-09-29blk-mq: fix sysfs registration/unregistration raceAkinobu Mita1-3/+3
2015-09-29blk-mq: avoid setting hctx->tags->cpumask before allocationAkinobu Mita1-1/+8
2015-09-23block: kmemleak: Track the page allocations for struct requestCatalin Marinas1-0/+11
2015-08-15blk-mq: fix race between timeout and freeing requestMing Lei1-15/+1
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet1-0/+4
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-3/+3
2015-07-16blk-mq: set default timeout as 30 secondsMing Lei1-1/+1
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-61/+99
2015-06-09blk-mq: free hctx->ctxs in queue's release handlerMing Lei1-2/+6
2015-06-01blk-mq: Shared tag enhancementsKeith Busch1-2/+10
2015-05-19block: use an atomic_t for mq_freeze_depthChristoph Hellwig1-14/+10
2015-05-08blk-mq: make plug work for mutiple disks and queuesShaohua Li1-5/+9
2015-05-08blk-mq: do limited block plug for multiple queue caseShaohua Li1-23/+59
2015-05-08blk-mq: avoid re-initialize request which is failed in direct dispatchShaohua Li1-0/+2
2015-05-08blk-mq: fix plugging in blk_sq_make_requestJeff Moyer1-22/+14
2015-05-04blk-mq: don't lose requests if a stopped queue restartsShaohua Li1-0/+10
2015-04-23blk-mq: fix CPU hotplug handlingMing Lei1-21/+13
2015-04-23blk-mq: fix race between timeout and CPU hotplugMing Lei1-3/+13
2015-04-17blk-mq: fix iteration of busy bitmapJens Axboe1-3/+3
2015-04-16Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+41
2015-04-15blk-mq: reduce unnecessary software queue loopingChong Yuan1-4/+9
2015-04-11blk-mq: initialize 'struct request' and associated data to zeroLinus Torvalds1-3/+1
2015-03-30blk-mq: put blk_queue_rq_timeout together in blk_mq_init_queue()Wei Fang1-4/+1
2015-03-30block: remove redundant check about 'set->nr_hw_queues' in blk_mq_alloc_tag_set()Xiaoguang Wang1-1/+1
2015-03-13blk-mq: don't wait in blk_mq_queue_enter() if __GFP_WAIT isn't setKeith Busch1-3/+6
2015-03-13blk-mq: export blk_mq_run_hw_queuesMike Snitzer1-4/+4
2015-03-13blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_diskMike Snitzer1-10/+20