summaryrefslogtreecommitdiff
path: root/drivers/block/null_blk
AgeCommit message (Expand)AuthorFilesLines
2024-07-09null_blk: Don't bother validating blocksizeJohn Garry1-3/+0
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal1-1/+1
2024-07-05null_blk: Introduce the zone_full parameterDamien Le Moal3-3/+17
2024-07-04null_blk: don't initialize static 'g_virt_boundary' to falseZhu Yanjun1-1/+1
2024-07-02null_blk: Fix description of the fua parameterDamien Le Moal1-1/+1
2024-06-21null_blk: Do not set disk->nr_zonesDamien Le Moal1-2/+0
2024-06-19block: move the zone_resetall flag to queue_limitsChristoph Hellwig1-2/+1
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig1-1/+1
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-5/+7
2024-06-05null_blk: fix validation of block sizeAndreas Hindborg1-2/+2
2024-05-31null_blk: Do not allow runt zone with zone capacity smaller then zone sizeDamien Le Moal1-0/+11
2024-05-28null_blk: Print correct max open zones limit in null_init_zoned_dev()Damien Le Moal1-1/+1
2024-05-27null_blk: Fix return value of nullb_device_power_store()Damien Le Moal1-0/+1
2024-05-23null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'Yu Kuai1-14/+26
2024-05-14null_blk: Fix two sparse warningsBart Van Assche2-2/+7
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds3-178/+225
2024-05-06null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun1-0/+1
2024-04-25null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun1-0/+2
2024-04-17null_blk: Simplify null_zone_write()Damien Le Moal1-20/+16
2024-04-17null_blk: Do zone resource management only if necessaryDamien Le Moal1-146/+165
2024-04-17null_blk: Have all null_handle_xxx() return a blk_status_tDamien Le Moal1-10/+8
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal1-1/+1
2024-04-17null_blk: Introduce fua attributeDamien Le Moal2-2/+11
2024-04-17null_blk: Introduce zone_append_max_sectors attributeDamien Le Moal3-4/+27
2024-04-17null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal1-1/+0
2024-04-02nullblk: Fix cleanup order in null_add_dev() error pathDamien Le Moal1-2/+2
2024-02-22null_blk: Delete nullb.{queue_depth, nr_queues}John Garry2-13/+0
2024-02-20null_blk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig3-31/+29
2024-02-20null_blk: remove null_gendisk_registerChristoph Hellwig1-25/+16
2024-02-20null_blk: refactor tag_set setupChristoph Hellwig1-55/+51
2024-02-20null_blk: initialize the tag_set timeout in null_init_tag_setChristoph Hellwig1-1/+1
2024-02-20null_blk: remove the bio based I/O pathChristoph Hellwig4-328/+69
2024-02-20block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-3/+4
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-02-08null_blk: add configfs variable shared_tagsShin'ichiro Kawasaki2-18/+21
2024-01-14null_blk: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-12-29null_blk: use the default discard granularityChristoph Hellwig1-1/+0
2023-12-27null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig1-10/+2
2023-12-20block: simplify disk_set_zonedChristoph Hellwig1-1/+1
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig1-1/+1
2023-11-20block/null_blk: Fix double blk_mq_start_request() warningChengming Zhou1-12/+13
2023-10-04null_blk: replace strncpy with strscpyJustin Stitt1-1/+1
2023-09-22block/null_blk: add queue_rqs() supportChengming Zhou1-0/+20
2023-09-01null_blk: fix poll request timeout handlingChengming Zhou1-2/+10
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen1-11/+5
2023-07-06scsi: block: nullblk: Set zone limits before revalidating zonesDamien Le Moal1-11/+5
2023-06-06null_blk: Fix: memory release when memory_backed=1Nitesh Shetty1-0/+1
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds3-49/+95