summaryrefslogtreecommitdiff
path: root/drivers/block/null_blk.c
AgeCommit message (Expand)Author
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
2016-02-11null_blk: oops when initializing without lightnvmMatias Bjørling
2016-02-04lightnvm: allow to force mm initializationMatias Bjørling
2016-01-21Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-13null_blk: use sector_div instead of do_divArnd Bergmann
2016-01-12lightnvm: refactor end_io functions for syncMatias Bjørling
2015-12-28null_blk: use async queue restart helperJens Axboe
2015-12-22null_blk: fix use-after-free errorMike Krinkin
2015-12-08null_blk: Fix error path in module initializationMinfei Huang
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig