summaryrefslogtreecommitdiff
path: root/drivers/block/null_blk.c
AgeCommit message (Expand)Author
2018-07-24block: Rename the null_blk_mod kernel module back into null_blkBart Van Assche
2018-07-09null_blk: add zone supportMatias Bjørling
2018-07-09null_blk: move shared definitions to header fileMatias Bjørling
2018-07-09null_blk: remove NULLB_DEV_FL_CONFIGURED on turning off nullb deviceLiu Bo
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-19block: fix timeout changes for legacy request driversChristoph Hellwig
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-29null_blk: complete requests from ->timeoutChristoph Hellwig
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-03-06block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche
2018-02-28null_blk: add 'requeue' fault attributeJens Axboe
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