summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk/main.c
Commit message (Expand)AuthorAgeFilesLines
* null_blk: add error handling support for add_disk()Luis Chamberlain2021-08-231-2/+1
* block: move some macros to blkdev.hGuoqing Jiang2021-08-111-4/+0
* null_blk: remove an unused variable assignment in null_add_devChristoph Hellwig2021-06-301-1/+0
* nullb: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-6/+5
* null_blk: Fix null pointer dereference on nullb->disk on blk_cleanup_disk callColin Ian King2021-06-031-1/+1
* null_blk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-19/+19
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-1/+11
|\
| * null_blk: add option for managing virtual boundaryMax Gurtovoy2021-04-121-1/+11
* | null_blk: fix command timeout completion handlingDamien Le Moal2021-04-011-5/+21
|/
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
* null_blk: Move driver into its own directoryDamien Le Moal2020-12-071-0/+2031