aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-3/+1
2022-08-22null_blk: Modify the behavior of null_map_queues()Bart Van Assche1-1/+3
2022-08-02null_blk: fix ida error handling in null_add_dev()Dan Carpenter1-3/+11
2022-08-02null_blk: add configfs variables for 2 optionsVincent Fu2-19/+50
2022-08-02null_blk: add module parameters for 4 optionsVincent Fu1-0/+20
2022-08-02block: null_blk: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+3
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche4-15/+12
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig1-1/+1
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig1-1/+1
2022-07-06block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig1-2/+2
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig1-1/+1
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry1-1/+1
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-06-02block: null_blk: Fix null_zone_write()Damien Le Moal3-9/+10
2022-05-04block: null_blk: Improve device creation with configfsDamien Le Moal1-1/+27
2022-05-04block: null_blk: Cleanup messagesDamien Le Moal2-2/+10
2022-05-04block: null_blk: Cleanup device creation and deletionDamien Le Moal1-18/+30
2022-05-04block: null_blk: Fix code style issuesDamien Le Moal1-4/+6
2022-05-03null_blk: don't set the discard_alignment queue limitChristoph Hellwig1-1/+0
2022-04-25null-blk: save memory footprint for struct nullb_cmdYu Kuai1-3/+5
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+0
2022-04-14block: null_blk: end timed out poll requestMing Lei1-1/+1
2022-02-27null_blk: null_alloc_page() cleanupChaitanya Kulkarni1-7/+5
2022-02-27null_blk: remove hardcoded null_alloc_page() paramChaitanya Kulkarni1-4/+4
2022-02-27null_blk: remove hardcoded alloc_cmd() parameterChaitanya Kulkarni1-17/+12
2022-02-27null_blk: fix return value from null_add_dev()Chaitanya Kulkarni1-2/+3
2021-12-23block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0Ming Lei1-1/+1
2021-12-10null_blk: cast command status to integerJens Axboe1-1/+1
2021-12-03block: null_blk: batched complete poll requestsMing Lei1-1/+3
2021-12-02null_blk: allow zero poll queuesMing Lei1-4/+2
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-1/+1
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+0
2021-11-29null_blk: don't suppress partitioning informationChristoph Hellwig1-1/+1
2021-10-29null_blk: Fix handling of submit_queues and poll_queues attributesShin'ichiro Kawasaki2-17/+87
2021-10-18null_blk: poll queue supportJens Axboe2-4/+108
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 Torvalds3-1/+13
2021-04-26drivers/block/null_blk/main: Fix a double free in null_init.Lv Yunlong1-0/+1
2021-04-12null_blk: add option for managing virtual boundaryMax Gurtovoy2-1/+12
2021-04-01null_blk: fix command timeout completion handlingDamien Le Moal2-5/+22
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+5
2021-02-10nullb: use blk_queue_set_zoned() to setup zoned devicesDamien Le Moal1-4/+4
2021-01-29null_blk: cleanup zoned mode initializationDamien Le Moal1-7/+9
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1