aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-16null_blk: fix softirq completions for queue_mode == 1Jens Axboe1-1/+4
2014-06-11null_blk: fix name and description of 'queue_mode' module parameterMike Snitzer1-1/+1
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe1-27/+1
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig1-27/+1
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe1-32/+3
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe1-32/+3
2014-05-01block: null_blk: fix use after freeMing Lei1-1/+1
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig1-37/+55
2014-04-15blk-mq: do not initialize req->specialChristoph Hellwig1-2/+2
2014-02-10null_blk: use blk_complete_request and blk_mq_complete_requestChristoph Hellwig1-65/+32
2014-02-07block/null_blk: Fix completion processing from LIFO to FIFOShlomo Pongratz1-0/+2
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+5
2014-01-21null_blk: Null pointer deference problem in alloc_page_buffersRaghavendra K T1-0/+5
2014-01-12block: null_blk: fix queue leak inside removing deviceMing Lei1-8/+2
2013-12-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+76
2013-12-21null_blk: support submit_queues on use_per_node_hctxMatias Bjørling1-4/+35
2013-12-21null_blk: set use_per_node_hctx param to falseMatias Bjørling1-2/+2
2013-12-19null_blk: warning on ignored submit_queues paramMatias Bjorling1-2/+5
2013-12-19null_blk: refactor init and init errors code pathsMatias Bjorling1-25/+38
2013-12-19null_blk: mem garbage on NUMA systems during initMatias Bjorling1-4/+4
2013-12-15null_blk: mem garbage on NUMA systems during initMatias Bjorling1-4/+4
2013-11-21kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanlyYuanhan Liu1-4/+4
2013-10-25null_blk: multi queue aware block test driverJens Axboe1-0/+635