aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/null_blk.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-25ktime: Cleanup ktime_set() usageGravatar Thomas Gleixner 1-1/+1
2016-11-16null_blk: add usage hints for NVMGravatar Yasuaki Ishimatsu 1-0/+1
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2016-09-21lightnvm: control life of nvm_dev in driverGravatar Matias Bjørling 1-2/+20
2016-09-21null_blk: refactor to support non-gendisk devicesGravatar Matias Bjørling 1-49/+61
2016-09-15blk-mq: remove ->map_queueGravatar Christoph Hellwig 1-1/+0
2016-07-20block: get rid of bio_rw and READAGravatar Christoph Hellwig 1-1/+1
2016-03-18null_blk: add lightnvm null_blk device to the nullb_listGravatar Wenwei Tao 1-1/+2
2016-02-11null_blk: oops when initializing without lightnvmGravatar Matias Bjørling 1-2/+4
2016-02-04lightnvm: allow to force mm initializationGravatar Matias Bjørling 1-1/+1
2016-01-21Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+1
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+4
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2016-01-13null_blk: use sector_div instead of do_divGravatar Arnd Bergmann 1-4/+4
2016-01-12lightnvm: refactor end_io functions for syncGravatar Matias Bjørling 1-2/+1
2015-12-28null_blk: use async queue restart helperGravatar Jens Axboe 1-6/+5
2015-12-22null_blk: fix use-after-free errorGravatar Mike Krinkin 1-3/+3
2015-12-08null_blk: Fix error path in module initializationGravatar Minfei Huang 1-7/+16
2015-12-07lightnvm: replace req queue with nvmdev for lldGravatar Matias Bjørling 1-4/+5
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestGravatar Christoph Hellwig 1-1/+1
2015-12-01null_blk: change type of completion_nsec to unsigned longGravatar Arianna Avanzini 1-2/+2
2015-12-01null_blk: guarantee device restart in all irq modesGravatar Arianna Avanzini 1-12/+15
2015-12-01null_blk: set a separate timer for each commandGravatar Paolo Valente 1-55/+24
2015-11-19null_blk: do not del gendisk with lightnvmGravatar Matias Bjørling 1-3/+5
2015-11-19null_blk: use device addressing modeGravatar Matias Bjørling 1-5/+23
2015-11-19null_blk: use ppa_cache poolGravatar Matias Bjørling 1-2/+23
2015-11-16null_blk: register as a LightNVM deviceGravatar Matias Bjørling 1-6/+154
2015-11-07block: change ->make_request_fn() and users to return a queue cookieGravatar Jens Axboe 1-1/+2
2015-10-01blk-mq: fix racy updates of rq->errorsGravatar Christoph Hellwig 1-1/+1
2015-09-02null_blk: fix wrong capacity when bs is not 512 bytesGravatar Matias Bjørling 1-2/+1
2015-09-02null_blk: fix memory leak on cleanupGravatar Matias Bjørling 1-16/+17
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-1/+1
2015-07-22null_blk: fix use-after-free problemGravatar Mike Krinkin 1-9/+9
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2015-06-01null_blk: restart request processing on completion handlerGravatar Akinobu Mita 1-0/+12
2015-06-01null_blk: prevent timer handler running on a different CPU where startedGravatar Akinobu Mita 1-1/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesGravatar Luis R. Rodriguez 1-2/+2
2015-01-16null_blk: suppress invalid partition infoGravatar Jens Axboe 1-1/+1
2015-01-02block: fix checking return value of blk_mq_init_queueGravatar Ming Lei 1-1/+1
2014-11-26null_blk: boundary check queue_mode and irqmodeGravatar Matias Bjorling 1-2/+40
2014-11-18Merge branch 'master' into for-3.19/driversGravatar Jens Axboe 1-7/+7
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Gravatar Jens Axboe 1-5/+5
2014-10-22null_blk: Cleanup error recovery in null_add_dev()Gravatar Jan Kara 1-7/+7
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2014-10-04block: disable entropy contributions for nonrot devicesGravatar Mike Snitzer 1-0/+1
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestGravatar Christoph Hellwig 1-1/+1
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqGravatar Christoph Hellwig 1-0/+2
2014-09-22blk-mq: remove REQ_ENDGravatar Christoph Hellwig 1-1/+2
2014-09-02blk-mq: pass along blk_mq_alloc_tag_set return valuesGravatar Robert Elliott 1-8/+21