summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk (follow)
Commit message (Expand)AuthorAgeFilesLines
* null_blk: Don't bother validating blocksizeJohn Garry2024-07-091-3/+0
* block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal2024-07-051-1/+1
* null_blk: Introduce the zone_full parameterDamien Le Moal2024-07-053-3/+17
* null_blk: don't initialize static 'g_virt_boundary' to falseZhu Yanjun2024-07-041-1/+1
* null_blk: Fix description of the fua parameterDamien Le Moal2024-07-021-1/+1
* null_blk: Do not set disk->nr_zonesDamien Le Moal2024-06-211-2/+0
* block: move the zone_resetall flag to queue_limitsChristoph Hellwig2024-06-191-2/+1
* block: move the zoned flag into the features fieldChristoph Hellwig2024-06-191-1/+1
* block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
* block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-191-5/+7
* null_blk: fix validation of block sizeAndreas Hindborg2024-06-051-2/+2
* null_blk: Do not allow runt zone with zone capacity smaller then zone sizeDamien Le Moal2024-05-301-0/+11
* null_blk: Print correct max open zones limit in null_init_zoned_dev()Damien Le Moal2024-05-281-1/+1
* null_blk: Fix return value of nullb_device_power_store()Damien Le Moal2024-05-271-0/+1
* null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'Yu Kuai2024-05-231-14/+26
* null_blk: Fix two sparse warningsBart Van Assche2024-05-142-2/+7
* Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-133-178/+225
|\
| * null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun2024-05-061-0/+1
| * null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun2024-04-251-0/+2
| * null_blk: Simplify null_zone_write()Damien Le Moal2024-04-171-20/+16
| * null_blk: Do zone resource management only if necessaryDamien Le Moal2024-04-171-146/+165
| * null_blk: Have all null_handle_xxx() return a blk_status_tDamien Le Moal2024-04-171-10/+8
| * block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal2024-04-171-1/+1
| * null_blk: Introduce fua attributeDamien Le Moal2024-04-172-2/+11
| * null_blk: Introduce zone_append_max_sectors attributeDamien Le Moal2024-04-173-4/+27
| * null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal2024-04-171-1/+0
* | nullblk: Fix cleanup order in null_add_dev() error pathDamien Le Moal2024-04-021-2/+2
|/
* null_blk: Delete nullb.{queue_depth, nr_queues}John Garry2024-02-222-13/+0
* null_blk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-203-31/+29
* null_blk: remove null_gendisk_registerChristoph Hellwig2024-02-201-25/+16
* null_blk: refactor tag_set setupChristoph Hellwig2024-02-201-55/+51
* null_blk: initialize the tag_set timeout in null_init_tag_setChristoph Hellwig2024-02-201-1/+1
* null_blk: remove the bio based I/O pathChristoph Hellwig2024-02-204-328/+69
* block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-201-3/+4
* block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
* null_blk: add configfs variable shared_tagsShin'ichiro Kawasaki2024-02-082-18/+21
* null_blk: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-141-2/+2
* null_blk: use the default discard granularityChristoph Hellwig2023-12-291-1/+0
* null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-10/+2
* block: simplify disk_set_zonedChristoph Hellwig2023-12-201-1/+1
* block: remove support for the host aware zone modelChristoph Hellwig2023-12-201-1/+1
* block/null_blk: Fix double blk_mq_start_request() warningChengming Zhou2023-11-201-12/+13
* null_blk: replace strncpy with strscpyJustin Stitt2023-10-041-1/+1
* block/null_blk: add queue_rqs() supportChengming Zhou2023-09-221-0/+20
* null_blk: fix poll request timeout handlingChengming Zhou2023-09-011-2/+10
* Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen2023-07-111-11/+5
|\
| * scsi: block: nullblk: Set zone limits before revalidating zonesDamien Le Moal2023-07-061-11/+5
* | null_blk: Fix: memory release when memory_backed=1Nitesh Shetty2023-06-061-0/+1
|/
* Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-061-1/+0
|\
| * block/drivers: remove dead clear of random flagChaitanya Kulkarni2023-04-251-1/+0