summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk
Commit message (Expand)AuthorAgeFilesLines
* null_blk: support read-only and offline zone conditionsShin'ichiro Kawasaki2022-12-013-4/+121
* block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-221-3/+1
* null_blk: Modify the behavior of null_map_queues()Bart Van Assche2022-08-221-1/+3
* null_blk: fix ida error handling in null_add_dev()Dan Carpenter2022-08-021-3/+11
* null_blk: add configfs variables for 2 optionsVincent Fu2022-08-022-19/+50
* null_blk: add module parameters for 4 optionsVincent Fu2022-08-021-0/+20
* block: null_blk: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-08-021-4/+3
* treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-144-15/+12
* block: move zone related fields to struct gendiskChristoph Hellwig2022-07-061-1/+1
* block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-061-1/+1
* block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig2022-07-061-2/+2
* block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-061-1/+1
* blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-061-1/+1
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
* block: null_blk: Fix null_zone_write()Damien Le Moal2022-06-023-9/+10
* block: null_blk: Improve device creation with configfsDamien Le Moal2022-05-041-1/+27
* block: null_blk: Cleanup messagesDamien Le Moal2022-05-042-2/+10
* 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
* null-blk: save memory footprint for struct nullb_cmdYu Kuai2022-04-251-3/+5
* 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 the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-1/+1
* 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-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