summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk
Commit message (Expand)AuthorAgeFilesLines
* null_blk: Fix handling of submit_queues and poll_queues attributesShin'ichiro Kawasaki2021-10-292-17/+87
* null_blk: poll queue supportJens Axboe2021-10-182-4/+108
* block: switch polling to be bio basedChristoph Hellwig2021-10-181-2/+1
* 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-283-1/+13
|\
| * drivers/block/null_blk/main: Fix a double free in null_init.Lv Yunlong2021-04-261-0/+1
| * null_blk: add option for managing virtual boundaryMax Gurtovoy2021-04-122-1/+12
* | null_blk: fix command timeout completion handlingDamien Le Moal2021-04-012-5/+22
|/
* Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-212-5/+5
|\
| * nullb: use blk_queue_set_zoned() to setup zoned devicesDamien Le Moal2021-02-101-4/+4
| * block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
* | null_blk: cleanup zoned mode initializationDamien Le Moal2021-01-291-7/+9
|/
* null_blk: Move driver into its own directoryDamien Le Moal2020-12-077-0/+2993