summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk
AgeCommit message (Expand)AuthorLines
2024-05-06null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun-0/+1
2024-04-25null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun-0/+2
2024-04-17null_blk: Simplify null_zone_write()Damien Le Moal-20/+16
2024-04-17null_blk: Do zone resource management only if necessaryDamien Le Moal-146/+165
2024-04-17null_blk: Have all null_handle_xxx() return a blk_status_tDamien Le Moal-10/+8
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal-1/+1
2024-04-17null_blk: Introduce fua attributeDamien Le Moal-2/+11
2024-04-17null_blk: Introduce zone_append_max_sectors attributeDamien Le Moal-4/+27
2024-04-17null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal-1/+0
2024-04-02nullblk: Fix cleanup order in null_add_dev() error pathDamien Le Moal-2/+2
2024-02-22null_blk: Delete nullb.{queue_depth, nr_queues}John Garry-13/+0
2024-02-20null_blk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-31/+29
2024-02-20null_blk: remove null_gendisk_registerChristoph Hellwig-25/+16
2024-02-20null_blk: refactor tag_set setupChristoph Hellwig-55/+51
2024-02-20null_blk: initialize the tag_set timeout in null_init_tag_setChristoph Hellwig-1/+1
2024-02-20null_blk: remove the bio based I/O pathChristoph Hellwig-328/+69
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig-3/+4
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig-1/+1
2024-02-08null_blk: add configfs variable shared_tagsShin'ichiro Kawasaki-18/+21
2024-01-14null_blk: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-2/+2
2023-12-29null_blk: use the default discard granularityChristoph Hellwig-1/+0
2023-12-27null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig-10/+2
2023-12-19block: simplify disk_set_zonedChristoph Hellwig-1/+1
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig-1/+1
2023-11-20block/null_blk: Fix double blk_mq_start_request() warningChengming Zhou-12/+13
2023-10-03null_blk: replace strncpy with strscpyJustin Stitt-1/+1
2023-09-22block/null_blk: add queue_rqs() supportChengming Zhou-0/+20
2023-09-01null_blk: fix poll request timeout handlingChengming Zhou-2/+10
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen-11/+5
2023-07-05scsi: block: nullblk: Set zone limits before revalidating zonesDamien Le Moal-11/+5
2023-06-05null_blk: Fix: memory release when memory_backed=1Nitesh Shetty-0/+1
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds-1/+0
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds-49/+95
2023-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni-1/+0
2023-04-18null_blk: Always check queue mode setting from configfsChaitanya Kulkarni-0/+5
2023-04-13block: null_blk: make fault-injection dynamically configurable per deviceAkinobu Mita-23/+79
2023-04-01null_blk: use kmap_local_page() and kunmap_local()Chaitanya Kulkarni-4/+4
2023-04-01null_blk: use non-deprecated lib functionsChaitanya Kulkarni-22/+7
2023-03-15block: null_blk: cleanup null_queue_rq()Damien Le Moal-15/+14
2023-03-15block: null_blk: Fix handling of fake timeout requestDamien Le Moal-3/+3
2023-01-29block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch-2/+1
2022-12-01null_blk: support read-only and offline zone conditionsShin'ichiro Kawasaki-4/+121
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche-3/+1
2022-08-22null_blk: Modify the behavior of null_map_queues()Bart Van Assche-1/+3
2022-08-02null_blk: fix ida error handling in null_add_dev()Dan Carpenter-3/+11
2022-08-02null_blk: add configfs variables for 2 optionsVincent Fu-19/+50
2022-08-02null_blk: add module parameters for 4 optionsVincent Fu-0/+20
2022-08-02block: null_blk: Use the bitmap API to allocate bitmapsChristophe JAILLET-4/+3
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche-15/+12
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig-1/+1