aboutsummaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2017-01-19blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi
2017-01-06blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche
2016-10-07blk-mq: actually hook up defer list when running requestsOmar Sandoval
2016-09-15blk-mq: End unstarted requests on dying queueKeith Busch
2015-11-20blk-mq: fix calling unplug callbacks with preempt disabledJens Axboe
2015-11-11blk-mq: mark __blk_mq_complete_request() staticJens Axboe
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-07blk-mq: return tag/queue combo in the make_request_fn handlersJens Axboe
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-03blk-mq: avoid excessive boot delays with large lun countsJeff Moyer
2015-10-21blk-mq: mark ctx as pending at batch in flush plug pathMing Lei
2015-10-21blk-mq: fix for trace_block_plug()Ming Lei
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