aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-24block: Rename the null_blk_mod kernel module back into null_blkBart Van Assche1-1926/+0
2018-07-09null_blk: add zone supportMatias Bjørling1-2/+46
2018-07-09null_blk: move shared definitions to header fileMatias Bjørling1-75/+1
2018-07-09null_blk: remove NULLB_DEV_FL_CONFIGURED on turning off nullb deviceLiu Bo1-0/+1
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-06-19block: fix timeout changes for legacy request driversChristoph Hellwig1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-4/+5
2018-05-29null_blk: complete requests from ->timeoutChristoph Hellwig1-2/+4
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-15/+15
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche1-2/+0
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-3/+3
2018-03-06block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei1-21/+25
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche1-1/+2
2018-02-28null_blk: add 'requeue' fault attributeJens Axboe1-12/+55
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei1-1/+1
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-221/+69
2018-01-11null_blk: remove explicit 'select FAULT_INJECTION'Arnd Bergmann1-0/+8
2018-01-10null_blk: add option for managing IO timeoutsJens Axboe1-4/+42
2018-01-09null_blk: wire up timeoutsJens Axboe1-0/+16
2018-01-05null_blk: remove lightnvm supportMatias Bjørling1-217/+3
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