aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-20null_blk: unalign call_single_dataJens Axboe1-2/+2
2017-11-22null_blk: fix dev->badblocks leakDavid Disseldorp1-1/+4
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+9
2017-10-19nullb: make config_item_type constBhumika Goyal1-2/+2
2017-10-17nullb: fix error return code in null_init()Wei Yongjun1-1/+3
2017-09-30null_blk: add "no_sched" module parameterweiping zhang1-0/+6
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-95/+1214
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-1/+1
2017-08-28null_blk: use available 'dev' in nullb_device_power_store()Jens Axboe1-1/+1
2017-08-28block/nullb: delete unnecessary memory freeShaohua Li1-1/+0
2017-08-25block/nullb: fix NULL dereferenceShaohua Li1-1/+1
2017-08-25null_blk: update email adressJens Axboe1-1/+1
2017-08-23nullb: badbblocks supportShaohua Li1-1/+88
2017-08-23nullb: emulate cacheShaohua Li1-30/+231
2017-08-23nullb: bandwidth controlShaohua Li1-2/+114
2017-08-23nullb: support discardShaohua Li1-1/+41
2017-08-23nullb: support memory backed storeShaohua Li1-9/+330
2017-08-23nullb: use ida to manage indexShaohua Li1-2/+4
2017-08-23nullb: add interface to power on diskShaohua Li1-0/+80
2017-08-23nullb: add configfs interfaceShaohua Li1-1/+209
2017-08-23nullb: factor disk parametersShaohua Li1-81/+153
2017-08-07null_blk: make sure submit_queues > 0weiping zhang1-2/+2
2017-08-07null_blk: simplify logic for use_per_node_hctxweiping zhang1-5/+2
2017-07-06null_blk: fix error flow for shared tags during module_initMax Gurtovoy1-5/+13
2017-06-20null_blk: add support for shared tagsJens Axboe1-42/+70
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-2/+2
2017-06-09block: introduce new block status code typeChristoph Hellwig1-4/+5
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