summaryrefslogtreecommitdiff
path: root/drivers/block/null_blk.c
AgeCommit message (Expand)Author
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-11null_blk: remove explicit 'select FAULT_INJECTION'Arnd Bergmann
2018-01-10null_blk: add option for managing IO timeoutsJens Axboe
2018-01-09null_blk: wire up timeoutsJens Axboe
2018-01-05null_blk: remove lightnvm supportMatias Bjørling
2017-12-20null_blk: unalign call_single_dataJens Axboe
2017-11-22null_blk: fix dev->badblocks leakDavid Disseldorp
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-10-19nullb: make config_item_type constBhumika Goyal
2017-10-17nullb: fix error return code in null_init()Wei Yongjun
2017-09-30null_blk: add "no_sched" module parameterweiping zhang
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang
2017-08-28null_blk: use available 'dev' in nullb_device_power_store()Jens Axboe
2017-08-28block/nullb: delete unnecessary memory freeShaohua Li
2017-08-25block/nullb: fix NULL dereferenceShaohua Li
2017-08-25null_blk: update email adressJens Axboe
2017-08-23nullb: badbblocks supportShaohua Li
2017-08-23nullb: emulate cacheShaohua Li
2017-08-23nullb: bandwidth controlShaohua Li
2017-08-23nullb: support discardShaohua Li
2017-08-23nullb: support memory backed storeShaohua Li
2017-08-23nullb: use ida to manage indexShaohua Li
2017-08-23nullb: add interface to power on diskShaohua Li
2017-08-23nullb: add configfs interfaceShaohua Li
2017-08-23nullb: factor disk parametersShaohua Li
2017-08-07null_blk: make sure submit_queues > 0weiping zhang
2017-08-07null_blk: simplify logic for use_per_node_hctxweiping zhang
2017-07-06null_blk: fix error flow for shared tags during module_initMax Gurtovoy
2017-06-20null_blk: add support for shared tagsJens Axboe
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig
2017-04-20null_blk: don't pass always-0 req->errors to blk_mq_complete_requestChristoph Hellwig
2017-04-19null_blk: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers
2017-03-30null_blk: add blocking modeJens Axboe
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-31lightnvm: use end_io callback instead of instanceMatias Bjørling
2017-01-31lightnvm: reduce number of nvm_id groups to oneMatias Bjørling
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-11-16null_blk: add usage hints for NVMYasuaki Ishimatsu
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling
2016-09-21null_blk: refactor to support non-gendisk devicesMatias Bjørling
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-03-18null_blk: add lightnvm null_blk device to the nullb_listWenwei Tao