aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20null_blk: don't pass always-0 req->errors to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-19null_blk: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche1-8/+1
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-1/+1
2017-03-30null_blk: add blocking modeJens Axboe1-0/+9
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-2/+2
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-2/+2
2017-01-31lightnvm: use end_io callback instead of instanceMatias Bjørling1-1/+2
2017-01-31lightnvm: reduce number of nvm_id groups to oneMatias Bjørling1-2/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-11-16null_blk: add usage hints for NVMYasuaki Ishimatsu1-0/+1
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling1-2/+20
2016-09-21null_blk: refactor to support non-gendisk devicesMatias Bjørling1-49/+61
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-1/+0
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-1/+1
2016-03-18null_blk: add lightnvm null_blk device to the nullb_listWenwei Tao1-1/+2
2016-02-11null_blk: oops when initializing without lightnvmMatias Bjørling1-2/+4
2016-02-04lightnvm: allow to force mm initializationMatias Bjørling1-1/+1
2016-01-21Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-01-13null_blk: use sector_div instead of do_divArnd Bergmann1-4/+4
2016-01-12lightnvm: refactor end_io functions for syncMatias Bjørling1-2/+1
2015-12-28null_blk: use async queue restart helperJens Axboe1-6/+5
2015-12-22null_blk: fix use-after-free errorMike Krinkin1-3/+3
2015-12-08null_blk: Fix error path in module initializationMinfei Huang1-7/+16
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling1-4/+5
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig1-1/+1
2015-12-01null_blk: change type of completion_nsec to unsigned longArianna Avanzini1-2/+2
2015-12-01null_blk: guarantee device restart in all irq modesArianna Avanzini1-12/+15
2015-12-01null_blk: set a separate timer for each commandPaolo Valente1-55/+24
2015-11-19null_blk: do not del gendisk with lightnvmMatias Bjørling1-3/+5
2015-11-19null_blk: use device addressing modeMatias Bjørling1-5/+23
2015-11-19null_blk: use ppa_cache poolMatias Bjørling1-2/+23
2015-11-16null_blk: register as a LightNVM deviceMatias Bjørling1-6/+154
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-1/+2
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig1-1/+1
2015-09-02null_blk: fix wrong capacity when bs is not 512 bytesMatias Bjørling1-2/+1
2015-09-02null_blk: fix memory leak on cleanupMatias Bjørling1-16/+17
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-1/+1
2015-07-22null_blk: fix use-after-free problemMike Krinkin1-9/+9
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2015-06-01null_blk: restart request processing on completion handlerAkinobu Mita1-0/+12
2015-06-01null_blk: prevent timer handler running on a different CPU where startedAkinobu Mita1-1/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-2/+2
2015-01-16null_blk: suppress invalid partition infoJens Axboe1-1/+1
2015-01-02block: fix checking return value of blk_mq_init_queueMing Lei1-1/+1
2014-11-26null_blk: boundary check queue_mode and irqmodeMatias Bjorling1-2/+40