aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-15blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig1-4/+21
2016-09-15blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig1-3/+15
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-29/+11
2016-09-15blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig1-8/+14
2016-09-15blk-mq: don't redistribute hardware queues on a CPU hotplug eventChristoph Hellwig1-2/+0
2016-09-14blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer1-4/+12
2016-08-29blk-mq: prefetch request in blk_mq_tag_to_rq()Jens Axboe1-1/+4
2016-08-29blk-mq: turn hctx->run_work into a regular work structJens Axboe1-5/+4
2016-08-24blk-mq: improve warning for running a queue on the wrong CPUJens Axboe1-2/+3
2016-08-24blk-mq: don't overwrite rq->mq_ctxJens Axboe1-39/+16
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-5/+5
2016-08-04blk-mq: Allow timeouts to run while queue is freezingGabriel Krisman Bertazi1-1/+14
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+43
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-20/+22
2016-07-20block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig1-0/+4
2016-07-05blk-mq: add blk_mq_alloc_request_hctxMing Lin1-0/+39
2016-06-09blk-mq: actually hook up defer list when running requestsOmar Sandoval1-1/+1
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-2/+2
2016-06-07block: convert is_sync helpers to use REQ_OPs.Mike Christie1-4/+4
2016-06-07block: prepare mq request creation to use REQ_OPsMike Christie1-14/+16
2016-06-02blk-mq: really fix plug list flushing for nomerge queuesOmar Sandoval1-9/+8
2016-05-26blk-mq: clear q->mq_ops if init failMing Lin1-1/+3
2016-05-16blk-mq: fix undefined behaviour in order_to_size()Bartlomiej Zolnierkiewicz1-1/+1
2016-05-03block: Minor blk_account_io_start usage cleanupMichael Callahan1-2/+1
2016-03-20blk-mq: Use proper cpumask iteratorThomas Gleixner1-1/+2
2016-03-18Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-71/+113
2016-03-15blk-mq: add bounds check on tag-to-rq conversionHannes Reinecke1-1/+4
2016-03-03blk-mq: Fix NULL pointer updating nr_requestsKeith Busch1-0/+2
2016-02-14blk-mq: mark request queue as mq asapMing Lei1-1/+3
2016-02-11blk-mq: End unstarted requests on dying queueKeith Busch1-2/+4
2016-02-09blk-mq: dynamic h/w context countKeith Busch1-69/+104
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+8
2015-12-22block: remove REQ_NO_TIMEOUT flagChristoph Hellwig1-2/+0
2015-12-22block: defer timeouts to a workqueueChristoph Hellwig1-3/+8
2015-12-03blk-mq: Avoid memoryless numa node encoded in hctx numa_nodeRaghavendra K T1-1/+1
2015-12-03blk-mq: Reuse hardware context cpumask for tagsRaghavendra K T1-8/+1
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig1-12/+8
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