summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2016-06-02blk-mq: really fix plug list flushing for nomerge queuesOmar Sandoval
2016-05-26blk-mq: clear q->mq_ops if init failMing Lin
2016-05-16blk-mq: fix undefined behaviour in order_to_size()Bartlomiej Zolnierkiewicz
2016-05-03block: Minor blk_account_io_start usage cleanupMichael Callahan
2016-03-20blk-mq: Use proper cpumask iteratorThomas Gleixner
2016-03-18Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-03-15blk-mq: add bounds check on tag-to-rq conversionHannes Reinecke
2016-03-03blk-mq: Fix NULL pointer updating nr_requestsKeith Busch
2016-02-14blk-mq: mark request queue as mq asapMing Lei
2016-02-11blk-mq: End unstarted requests on dying queueKeith Busch
2016-02-09blk-mq: dynamic h/w context countKeith Busch
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-12-22block: remove REQ_NO_TIMEOUT flagChristoph Hellwig
2015-12-22block: defer timeouts to a workqueueChristoph Hellwig
2015-12-03blk-mq: Avoid memoryless numa node encoded in hctx numa_nodeRaghavendra K T
2015-12-03blk-mq: Reuse hardware context cpumask for tagsRaghavendra K T
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig
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