summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk.c
Commit message (Expand)AuthorAgeFilesLines
* null_blk: fix softirq completions for queue_mode == 1Jens Axboe2014-06-161-1/+4
* null_blk: fix name and description of 'queue_mode' module parameterMike Snitzer2014-06-111-1/+1
* Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-281-27/+1
|\
| * blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig2014-05-281-27/+1
* | Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-281-32/+3
|\ \ | |/
| * blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe2014-05-271-32/+3
* | block: null_blk: fix use after freeMing Lei2014-05-011-1/+1
|/
* blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-151-37/+55
* blk-mq: do not initialize req->specialChristoph Hellwig2014-04-151-2/+2
* null_blk: use blk_complete_request and blk_mq_complete_requestChristoph Hellwig2014-02-101-65/+32
* block/null_blk: Fix completion processing from LIFO to FIFOShlomo Pongratz2014-02-071-0/+2
* Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-0/+5
|\
| * null_blk: Null pointer deference problem in alloc_page_buffersRaghavendra K T2014-01-211-0/+5
* | block: null_blk: fix queue leak inside removing deviceMing Lei2014-01-121-8/+2
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-12-241-26/+76
|\
| * null_blk: support submit_queues on use_per_node_hctxMatias Bjørling2013-12-211-4/+35
| * null_blk: set use_per_node_hctx param to falseMatias Bjørling2013-12-211-2/+2
| * null_blk: warning on ignored submit_queues paramMatias Bjorling2013-12-191-2/+5
| * null_blk: refactor init and init errors code pathsMatias Bjorling2013-12-191-25/+38
| * null_blk: mem garbage on NUMA systems during initMatias Bjorling2013-12-191-4/+4
* | null_blk: mem garbage on NUMA systems during initMatias Bjorling2013-12-151-4/+4
|/
* kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanlyYuanhan Liu2013-11-211-4/+4
* null_blk: multi queue aware block test driverJens Axboe2013-10-251-0/+635
OpenPOWER on IntegriCloud