summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk.c
AgeCommit message (Expand)AuthorLines
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig-1/+1
2015-09-02null_blk: fix wrong capacity when bs is not 512 bytesMatias Bjørling-2/+1
2015-09-02null_blk: fix memory leak on cleanupMatias Bjørling-16/+17
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig-1/+1
2015-07-22null_blk: fix use-after-free problemMike Krinkin-9/+9
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2015-06-01null_blk: restart request processing on completion handlerAkinobu Mita-0/+12
2015-06-01null_blk: prevent timer handler running on a different CPU where startedAkinobu Mita-1/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez-2/+2
2015-01-16null_blk: suppress invalid partition infoJens Axboe-1/+1
2015-01-02block: fix checking return value of blk_mq_init_queueMing Lei-1/+1
2014-11-26null_blk: boundary check queue_mode and irqmodeMatias Bjorling-2/+40
2014-11-18Merge branch 'master' into for-3.19/driversJens Axboe-7/+7
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe-5/+5
2014-10-22null_blk: Cleanup error recovery in null_add_dev()Jan Kara-7/+7
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer-0/+1
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig-1/+1
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig-0/+2
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig-1/+2
2014-09-02blk-mq: pass along blk_mq_alloc_tag_set return valuesRobert Elliott-8/+21
2014-06-16null_blk: fix softirq completions for queue_mode == 1Jens Axboe-1/+4
2014-06-11null_blk: fix name and description of 'queue_mode' module parameterMike Snitzer-1/+1
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe-27/+1
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig-27/+1
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe-32/+3
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe-32/+3
2014-05-01block: null_blk: fix use after freeMing Lei-1/+1
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig-37/+55
2014-04-15blk-mq: do not initialize req->specialChristoph Hellwig-2/+2
2014-02-10null_blk: use blk_complete_request and blk_mq_complete_requestChristoph Hellwig-65/+32
2014-02-07block/null_blk: Fix completion processing from LIFO to FIFOShlomo Pongratz-0/+2
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+5
2014-01-21null_blk: Null pointer deference problem in alloc_page_buffersRaghavendra K T-0/+5
2014-01-12block: null_blk: fix queue leak inside removing deviceMing Lei-8/+2
2013-12-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-26/+76
2013-12-21null_blk: support submit_queues on use_per_node_hctxMatias Bjørling-4/+35
2013-12-21null_blk: set use_per_node_hctx param to falseMatias Bjørling-2/+2
2013-12-19null_blk: warning on ignored submit_queues paramMatias Bjorling-2/+5
2013-12-19null_blk: refactor init and init errors code pathsMatias Bjorling-25/+38
2013-12-19null_blk: mem garbage on NUMA systems during initMatias Bjorling-4/+4
2013-12-15null_blk: mem garbage on NUMA systems during initMatias Bjorling-4/+4
2013-11-21kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanlyYuanhan Liu-4/+4
2013-10-25null_blk: multi queue aware block test driverJens Axboe-0/+635