summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: skip unmapped queues in blk_mq_alloc_request_hctxChristoph Hellwig2016-09-231-2/+14
* blk-mq: improve warning for running a queue on the wrong CPUJens Axboe2016-08-241-2/+3
* blk-mq: don't overwrite rq->mq_ctxJens Axboe2016-08-241-39/+16
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-5/+5
* blk-mq: Allow timeouts to run while queue is freezingGabriel Krisman Bertazi2016-08-041-1/+14
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-0/+43
|\
| * block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig2016-07-201-0/+4
| * blk-mq: add blk_mq_alloc_request_hctxMing Lin2016-07-051-0/+39
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-20/+22
|\ \
| * | blk-mq: actually hook up defer list when running requestsOmar Sandoval2016-06-091-1/+1
| |/
| * block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-2/+2
| * block: convert is_sync helpers to use REQ_OPs.Mike Christie2016-06-071-4/+4
| * block: prepare mq request creation to use REQ_OPsMike Christie2016-06-071-14/+16
* | blk-mq: really fix plug list flushing for nomerge queuesOmar Sandoval2016-06-021-9/+8
|/
* blk-mq: clear q->mq_ops if init failMing Lin2016-05-261-1/+3
* blk-mq: fix undefined behaviour in order_to_size()Bartlomiej Zolnierkiewicz2016-05-161-1/+1
* block: Minor blk_account_io_start usage cleanupMichael Callahan2016-05-031-2/+1
* blk-mq: Use proper cpumask iteratorThomas Gleixner2016-03-201-1/+2
* Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-181-71/+113
|\
| * blk-mq: add bounds check on tag-to-rq conversionHannes Reinecke2016-03-151-1/+4
| * blk-mq: Fix NULL pointer updating nr_requestsKeith Busch2016-03-031-0/+2
| * blk-mq: mark request queue as mq asapMing Lei2016-02-141-1/+3
| * blk-mq: dynamic h/w context countKeith Busch2016-02-091-69/+104
* | blk-mq: End unstarted requests on dying queueKeith Busch2016-02-111-2/+4
|/
* Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-211-5/+8
|\
| * block: remove REQ_NO_TIMEOUT flagChristoph Hellwig2015-12-221-2/+0
| * block: defer timeouts to a workqueueChristoph Hellwig2015-12-221-3/+8
* | blk-mq: Avoid memoryless numa node encoded in hctx numa_nodeRaghavendra K T2015-12-031-1/+1
* | blk-mq: Reuse hardware context cpumask for tagsRaghavendra K T2015-12-031-8/+1
|/
* blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-011-12/+8
* blk-mq: fix calling unplug callbacks with preempt disabledJens Axboe2015-11-201-5/+9
* 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