summaryrefslogtreecommitdiff
path: root/drivers/block/null_blk.c
Commit message (Expand)AuthorAge
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-17
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-08
* block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei2018-03-06
* block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-28
* null_blk: add 'requeue' fault attributeJens Axboe2018-02-28
* blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-30
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-29
|\
| * null_blk: remove explicit 'select FAULT_INJECTION'Arnd Bergmann2018-01-11
| * null_blk: add option for managing IO timeoutsJens Axboe2018-01-10
| * null_blk: wire up timeoutsJens Axboe2018-01-09
| * null_blk: remove lightnvm supportMatias Bjørling2018-01-05
* | null_blk: unalign call_single_dataJens Axboe2017-12-20
|/
* null_blk: fix dev->badblocks leakDavid Disseldorp2017-11-22
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * nullb: fix error return code in null_init()Wei Yongjun2017-10-17
| * null_blk: add "no_sched" module parameterweiping zhang2017-09-30
* | nullb: make config_item_type constBhumika Goyal2017-10-19
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\
| * null_blk: use available 'dev' in nullb_device_power_store()Jens Axboe2017-08-28
| * block/nullb: delete unnecessary memory freeShaohua Li2017-08-28
| * block/nullb: fix NULL dereferenceShaohua Li2017-08-25
| * null_blk: update email adressJens Axboe2017-08-25
| * nullb: badbblocks supportShaohua Li2017-08-23
| * nullb: emulate cacheShaohua Li2017-08-23
| * nullb: bandwidth controlShaohua Li2017-08-23
| * nullb: support discardShaohua Li2017-08-23
| * nullb: support memory backed storeShaohua Li2017-08-23
| * nullb: use ida to manage indexShaohua Li2017-08-23
| * nullb: add interface to power on diskShaohua Li2017-08-23
| * nullb: add configfs interfaceShaohua Li2017-08-23
| * nullb: factor disk parametersShaohua Li2017-08-23
| * null_blk: make sure submit_queues > 0weiping zhang2017-08-07
| * null_blk: simplify logic for use_per_node_hctxweiping zhang2017-08-07
* | smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-29
|/
* null_blk: fix error flow for shared tags during module_initMax Gurtovoy2017-07-06
* null_blk: add support for shared tagsJens Axboe2017-06-20
* blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-09
* block: introduce new block status code typeChristoph Hellwig2017-06-09
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-20
* null_blk: don't pass always-0 req->errors to blk_mq_complete_requestChristoph Hellwig2017-04-20
* null_blk: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche2017-04-19
* blk-mq: constify struct blk_mq_opsEric Biggers2017-03-31
* null_blk: add blocking modeJens Axboe2017-03-30
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-17
|\
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
* | lightnvm: use end_io callback instead of instanceMatias Bjørling2017-01-31
* | lightnvm: reduce number of nvm_id groups to oneMatias Bjørling2017-01-31
|/
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-25
* null_blk: add usage hints for NVMYasuaki Ishimatsu2016-11-16
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-09
|\