summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk.c
Commit message (Expand)AuthorAgeFilesLines
* null_blk: add lightnvm null_blk device to the nullb_listWenwei Tao2016-03-191-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-221-2/+1Star
|\
| * lightnvm: refactor end_io functions for syncMatias Bjørling2016-01-121-2/+1Star
* | Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-221-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-201-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/+5Star
* | 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/+24Star
|/
* 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-031-2/+1Star
* null_blk: fix memory leak on cleanupMatias Bjørling2015-09-031-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-021-0/+12
* | null_blk: prevent timer handler running on a different CPU where startedAkinobu Mita2015-06-021-1/+1
|/
* null_blk: suppress invalid partition infoJens Axboe2015-01-171-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-191-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
* | blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig2014-09-221-1/+1
* | blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig2014-09-221-0/+2
* | blk-mq: remove REQ_ENDChristoph Hellwig2014-09-221-1/+2
* | blk-mq: pass along blk_mq_alloc_tag_set return valuesRobert Elliott2014-09-021-8/+21
|/
* null_blk: fix softirq completions for queue_mode == 1Jens Axboe2014-06-161-1/+4
* null_blk: fix name and description of 'queue_mode' module parameterMike Snitzer2014-06-111-1/+1
* Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-281-27/+1Star
|\
| * blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig2014-05-281-27/+1Star
* | Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-281-32/+3Star
|\|
| * blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe2014-05-271-32/+3Star
* | block: null_blk: fix use after freeMing Lei2014-05-011-1/+1
|/