aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29null_blk: Fix handling of submit_queues and poll_queues attributesShin'ichiro Kawasaki1-17/+85
2021-10-18null_blk: poll queue supportJens Axboe1-4/+104
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-2/+1
2021-08-23null_blk: add error handling support for add_disk()Luis Chamberlain1-2/+1
2021-08-11block: move some macros to blkdev.hGuoqing Jiang1-4/+0
2021-06-30null_blk: remove an unused variable assignment in null_add_devChristoph Hellwig1-1/+0
2021-06-11nullb: use blk_mq_alloc_diskChristoph Hellwig1-6/+5
2021-06-03null_blk: Fix null pointer dereference on nullb->disk on blk_cleanup_disk callColin Ian King1-1/+1
2021-06-01null_blk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-19/+19
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+11
2021-04-12null_blk: add option for managing virtual boundaryMax Gurtovoy1-1/+11
2021-04-01null_blk: fix command timeout completion handlingDamien Le Moal1-5/+21
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2020-12-07null_blk: Move driver into its own directoryDamien Le Moal1-0/+2031