aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/null_blk.c
AgeCommit message (Expand)Author
2016-03-18null_blk: add lightnvm null_blk device to the nullb_listWenwei Tao
2016-02-11null_blk: oops when initializing without lightnvmMatias Bjørling
2016-02-04lightnvm: allow to force mm initializationMatias Bjørling
2016-01-21Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-13null_blk: use sector_div instead of do_divArnd Bergmann
2016-01-12lightnvm: refactor end_io functions for syncMatias Bjørling
2015-12-28null_blk: use async queue restart helperJens Axboe
2015-12-22null_blk: fix use-after-free errorMike Krinkin
2015-12-08null_blk: Fix error path in module initializationMinfei Huang
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig
2015-12-01null_blk: change type of completion_nsec to unsigned longArianna Avanzini
2015-12-01null_blk: guarantee device restart in all irq modesArianna Avanzini
2015-12-01null_blk: set a separate timer for each commandPaolo Valente
2015-11-19null_blk: do not del gendisk with lightnvmMatias Bjørling
2015-11-19null_blk: use device addressing modeMatias Bjørling
2015-11-19null_blk: use ppa_cache poolMatias Bjørling
2015-11-16null_blk: register as a LightNVM deviceMatias Bjørling
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig
2015-09-02null_blk: fix wrong capacity when bs is not 512 bytesMatias Bjørling
2015-09-02null_blk: fix memory leak on cleanupMatias Bjørling
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-22null_blk: fix use-after-free problemMike Krinkin
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-01null_blk: restart request processing on completion handlerAkinobu Mita
2015-06-01null_blk: prevent timer handler running on a different CPU where startedAkinobu Mita
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez
2015-01-16null_blk: suppress invalid partition infoJens Axboe
2015-01-02block: fix checking return value of blk_mq_init_queueMing Lei
2014-11-26null_blk: boundary check queue_mode and irqmodeMatias Bjorling
2014-11-18Merge branch 'master' into for-3.19/driversJens Axboe
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe
2014-10-22null_blk: Cleanup error recovery in null_add_dev()Jan Kara
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig
2014-09-02blk-mq: pass along blk_mq_alloc_tag_set return valuesRobert Elliott
2014-06-16null_blk: fix softirq completions for queue_mode == 1Jens Axboe
2014-06-11null_blk: fix name and description of 'queue_mode' module parameterMike Snitzer
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe
2014-05-01block: null_blk: fix use after freeMing Lei