summaryrefslogtreecommitdiff
path: root/drivers/block/null_blk
AgeCommit message (Expand)Author
2024-11-22null_blk: Fix return value of nullb_device_power_store()Damien Le Moal
2024-11-22null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'Yu Kuai
2024-11-22null_blk: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-07-25null_blk: fix validation of block sizeAndreas Hindborg
2024-07-11null_blk: Do not allow runt zone with zone capacity smaller then zone sizeDamien Le Moal
2024-06-21null_blk: Print correct max open zones limit in null_init_zoned_dev()Damien Le Moal
2024-06-12null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun
2024-06-12null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun
2024-01-25null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig
2024-01-25block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch
2023-09-19null_blk: fix poll request timeout handlingChengming Zhou
2023-06-28null_blk: Fix: memory release when memory_backed=1Nitesh Shetty
2023-05-24null_blk: Always check queue mode setting from configfsChaitanya Kulkarni
2023-03-22block: null_blk: Fix handling of fake timeout requestDamien Le Moal
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-22null_blk: Modify the behavior of null_map_queues()Bart Van Assche
2022-08-02null_blk: fix ida error handling in null_add_dev()Dan Carpenter
2022-08-02null_blk: add configfs variables for 2 optionsVincent Fu
2022-08-02null_blk: add module parameters for 4 optionsVincent Fu
2022-08-02block: null_blk: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-06-02block: null_blk: Fix null_zone_write()Damien Le Moal
2022-05-04block: null_blk: Improve device creation with configfsDamien Le Moal
2022-05-04block: null_blk: Cleanup messagesDamien Le Moal
2022-05-04block: null_blk: Cleanup device creation and deletionDamien Le Moal
2022-05-04block: null_blk: Fix code style issuesDamien Le Moal
2022-05-03null_blk: don't set the discard_alignment queue limitChristoph Hellwig
2022-04-25null-blk: save memory footprint for struct nullb_cmdYu Kuai
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-14block: null_blk: end timed out poll requestMing Lei
2022-02-27null_blk: null_alloc_page() cleanupChaitanya Kulkarni
2022-02-27null_blk: remove hardcoded null_alloc_page() paramChaitanya Kulkarni
2022-02-27null_blk: remove hardcoded alloc_cmd() parameterChaitanya Kulkarni
2022-02-27null_blk: fix return value from null_add_dev()Chaitanya Kulkarni
2021-12-23block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0Ming Lei
2021-12-10null_blk: cast command status to integerJens Axboe
2021-12-03block: null_blk: batched complete poll requestsMing Lei
2021-12-02null_blk: allow zero poll queuesMing Lei
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-11-29null_blk: don't suppress partitioning informationChristoph Hellwig
2021-10-29null_blk: Fix handling of submit_queues and poll_queues attributesShin'ichiro Kawasaki
2021-10-18null_blk: poll queue supportJens Axboe
2021-10-18block: switch polling to be bio basedChristoph Hellwig