summaryrefslogtreecommitdiff
path: root/drivers/block/virtio_blk.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-14Merge tag 'block-6.14-20250313' of git://git.kernel.dk/linuxLinus Torvalds1-2/+3
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki1-2/+3
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds1-2/+3
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-2/+3
2025-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+25
2025-01-27virtio_blk: Add support for transport error recoveryIsrael Rukshin1-3/+25
2025-01-10block: add a queue_limits_commit_update_frozen helperChristoph Hellwig1-3/+1
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig1-1/+0
2024-12-23virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queuesDaniel Wagner1-2/+2
2024-12-05virtio-blk: don't keep queue frozen during system suspendMing Lei1-2/+5
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig1-1/+1
2024-11-13block: add a rq_list typeChristoph Hellwig1-7/+6
2024-11-13virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig1-25/+21
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-1/+1
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe1-1/+1
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-1/+1
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-12/+8
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-1/+1
2024-07-17virtio_blk: convert to use virtio_find_vqs_info()Jiri Pirko1-12/+8
2024-07-09virtio_blk: Don't bother validating blocksizeJohn Garry1-10/+1
2024-07-09virtio_blk: Fix default logical block size fallbackJohn Garry1-13/+13
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal1-1/+1
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-2/+3
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-1/+3
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-5/+15
2024-06-19virtio_blk: remove virtblk_update_cache_modeChristoph Hellwig1-10/+3
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22virtio_blk: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal1-1/+1
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-148/+155
2024-03-06virtio_blk: Do not use disk_set_max_open/active_zones()Damien Le Moal1-2/+2
2024-02-13virtio_blk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-66/+64
2024-02-13virtio_blk: split virtblk_probeChristoph Hellwig1-92/+101
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-02-08virtio-blk: Ensure no requests in virtqueues before deleting vqs.Yi Sun1-3/+4
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds1-2/+0
2024-01-15virtio_blk: remove duplicate check if queue is broken in virtblk_doneLi RongQing1-2/+0
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-55/+23
2023-12-19block: simplify disk_set_zonedChristoph Hellwig1-1/+1
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig1-1/+1
2023-12-19virtio_blk: remove the broken zone revalidation supportChristoph Hellwig1-26/+0
2023-12-19virtio_blk: cleanup zoned device probingChristoph Hellwig1-28/+22
2023-12-04virtio_blk: fix snprintf truncation compiler warningStefan Hajnoczi1-4/+4
2023-11-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+3
2023-11-01virtio-blk: fix implicit overflow on virtio_max_dma_sizezhenwei pi1-1/+3
2023-09-22blk-mq: update driver tags request table when start requestChengming Zhou1-2/+0
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen1-19/+15
2023-07-05scsi: block: virtio_blk: Set zone limits before revalidating zonesDamien Le Moal1-19/+15
2023-06-21Revert "virtio-blk: support completion batching for the IRQ path"Michael S. Tsirkin1-45/+37