summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk.c
Commit message (Expand)AuthorAgeFilesLines
* null_blk: add support for shared tagsJens Axboe2017-06-201-42/+70
* blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-2/+2
* block: introduce new block status code typeChristoph Hellwig2017-06-091-4/+5
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
* null_blk: don't pass always-0 req->errors to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
* null_blk: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche2017-04-201-8/+1Star
* blk-mq: constify struct blk_mq_opsEric Biggers2017-03-311-1/+1
* null_blk: add blocking modeJens Axboe2017-03-301-0/+9
* 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/+1Star
|/
* 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-101-1/+0Star
|\
| * blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0Star
* | 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-211-1/+1
* 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
|/