summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk/main.c
Commit message (Expand)AuthorAgeFilesLines
* block: null_blk: Cleanup messagesDamien Le Moal2022-05-041-0/+5
* block: null_blk: Cleanup device creation and deletionDamien Le Moal2022-05-041-18/+30
* block: null_blk: Fix code style issuesDamien Le Moal2022-05-041-4/+6
* null_blk: don't set the discard_alignment queue limitChristoph Hellwig2022-05-031-1/+0
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+0
* block: null_blk: end timed out poll requestMing Lei2022-04-141-1/+1
* null_blk: null_alloc_page() cleanupChaitanya Kulkarni2022-02-271-7/+5
* null_blk: remove hardcoded null_alloc_page() paramChaitanya Kulkarni2022-02-271-4/+4
* null_blk: remove hardcoded alloc_cmd() parameterChaitanya Kulkarni2022-02-271-17/+12
* null_blk: fix return value from null_add_dev()Chaitanya Kulkarni2022-02-271-2/+3
* block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0Ming Lei2021-12-231-1/+1
* null_blk: cast command status to integerJens Axboe2021-12-101-1/+1
* block: null_blk: batched complete poll requestsMing Lei2021-12-031-1/+3
* null_blk: allow zero poll queuesMing Lei2021-12-021-4/+2
* block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-1/+0
* null_blk: don't suppress partitioning informationChristoph Hellwig2021-11-291-1/+1
* null_blk: Fix handling of submit_queues and poll_queues attributesShin'ichiro Kawasaki2021-10-291-17/+85
* null_blk: poll queue supportJens Axboe2021-10-181-4/+104
* 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-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