summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-2/+2
|\
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-2/+2
* | lightnvm: use end_io callback instead of instanceMatias Bjørling2017-01-311-1/+2
* | lightnvm: reduce number of nvm_id groups to oneMatias Bjørling2017-01-311-2/+1
|/
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* null_blk: add usage hints for NVMYasuaki Ishimatsu2016-11-161-0/+1
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-091-1/+0
|\
| * blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0
* | lightnvm: control life of nvm_dev in driverMatias Bjørling2016-09-211-2/+20
* | null_blk: refactor to support non-gendisk devicesMatias Bjørling2016-09-211-49/+61
|/
* block: get rid of bio_rw and READAChristoph Hellwig2016-07-201-1/+1
* null_blk: add lightnvm null_blk device to the nullb_listWenwei Tao2016-03-181-1/+2
* null_blk: oops when initializing without lightnvmMatias Bjørling2016-02-111-2/+4
* lightnvm: allow to force mm initializationMatias Bjørling2016-02-041-1/+1
* Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-211-2/+1
|\
| * lightnvm: refactor end_io functions for syncMatias Bjørling2016-01-121-2/+1
* | Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-211-4/+4
|\ \
| * | null_blk: use sector_div instead of do_divArnd Bergmann2016-01-131-4/+4
* | | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-191-1/+1
|\ \ \ | |_|/ |/| |
| * | blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-011-1/+1
| |/
* | null_blk: use async queue restart helperJens Axboe2015-12-281-6/+5
* | null_blk: fix use-after-free errorMike Krinkin2015-12-221-3/+3
* | null_blk: Fix error path in module initializationMinfei Huang2015-12-081-7/+16
* | lightnvm: replace req queue with nvmdev for lldMatias Bjørling2015-12-071-4/+5
* | null_blk: change type of completion_nsec to unsigned longArianna Avanzini2015-12-011-2/+2
* | null_blk: guarantee device restart in all irq modesArianna Avanzini2015-12-011-12/+15
* | null_blk: set a separate timer for each commandPaolo Valente2015-12-011-55/+24
|/
* null_blk: do not del gendisk with lightnvmMatias Bjørling2015-11-191-3/+5
* null_blk: use device addressing modeMatias Bjørling2015-11-191-5/+23
* null_blk: use ppa_cache poolMatias Bjørling2015-11-191-2/+23
* null_blk: register as a LightNVM deviceMatias Bjørling2015-11-161-6/+154
* block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-1/+2
* blk-mq: fix racy updates of rq->errorsChristoph Hellwig2015-10-011-1/+1
* null_blk: fix wrong capacity when bs is not 512 bytesMatias Bjørling2015-09-021-2/+1
* null_blk: fix memory leak on cleanupMatias Bjørling2015-09-021-16/+17
* Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-1/+1
|\
| * block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-1/+1
* | null_blk: fix use-after-free problemMike Krinkin2015-07-221-9/+9
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-2/+2
|\
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-2/+2
* | null_blk: restart request processing on completion handlerAkinobu Mita2015-06-011-0/+12
* | null_blk: prevent timer handler running on a different CPU where startedAkinobu Mita2015-06-011-1/+1
|/
* null_blk: suppress invalid partition infoJens Axboe2015-01-161-1/+1
* block: fix checking return value of blk_mq_init_queueMing Lei2015-01-021-1/+1
* null_blk: boundary check queue_mode and irqmodeMatias Bjorling2014-11-261-2/+40
* Merge branch 'master' into for-3.19/driversJens Axboe2014-11-181-7/+7
|\
| * null_blk: Cleanup error recovery in null_add_dev()Jan Kara2014-10-221-7/+7
* | blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe2014-10-291-5/+5
|/
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-0/+1
|\
| * block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1