summaryrefslogtreecommitdiff
path: root/drivers/block/null_blk.c
Commit message (Expand)AuthorAge
* null_blk: suppress invalid partition infoJens Axboe2015-01-16
* block: fix checking return value of blk_mq_init_queueMing Lei2015-01-02
* null_blk: boundary check queue_mode and irqmodeMatias Bjorling2014-11-26
* Merge branch 'master' into for-3.19/driversJens Axboe2014-11-18
|\
| * null_blk: Cleanup error recovery in null_add_dev()Jan Kara2014-10-22
* | blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe2014-10-29
|/
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-18
|\
| * block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-04
* | blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig2014-09-22
* | blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig2014-09-22
* | blk-mq: remove REQ_ENDChristoph Hellwig2014-09-22
* | blk-mq: pass along blk_mq_alloc_tag_set return valuesRobert Elliott2014-09-02
|/
* null_blk: fix softirq completions for queue_mode == 1Jens Axboe2014-06-16
* null_blk: fix name and description of 'queue_mode' module parameterMike Snitzer2014-06-11
* Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-28
|\
| * blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig2014-05-28
* | Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-28
|\ \ | |/
| * blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe2014-05-27
* | block: null_blk: fix use after freeMing Lei2014-05-01
|/
* blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-15
* blk-mq: do not initialize req->specialChristoph Hellwig2014-04-15
* null_blk: use blk_complete_request and blk_mq_complete_requestChristoph Hellwig2014-02-10
* block/null_blk: Fix completion processing from LIFO to FIFOShlomo Pongratz2014-02-07
* Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-30
|\
| * null_blk: Null pointer deference problem in alloc_page_buffersRaghavendra K T2014-01-21
* | block: null_blk: fix queue leak inside removing deviceMing Lei2014-01-12
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-12-24
|\
| * null_blk: support submit_queues on use_per_node_hctxMatias Bjørling2013-12-21
| * null_blk: set use_per_node_hctx param to falseMatias Bjørling2013-12-21
| * null_blk: warning on ignored submit_queues paramMatias Bjorling2013-12-19
| * null_blk: refactor init and init errors code pathsMatias Bjorling2013-12-19
| * null_blk: mem garbage on NUMA systems during initMatias Bjorling2013-12-19
* | null_blk: mem garbage on NUMA systems during initMatias Bjorling2013-12-15
|/
* kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanlyYuanhan Liu2013-11-21
* null_blk: multi queue aware block test driverJens Axboe2013-10-25