summaryrefslogtreecommitdiff
path: root/drivers/block/virtio_blk.c
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-12/+8
7 daysvirtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-1/+1
7 daysvirtio_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-19Merge 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-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-55/+23
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-12-20virtio_blk: remove the broken zone revalidation supportChristoph Hellwig1-26/+0
2023-12-20virtio_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-06scsi: 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
2023-04-04virtio-blk: fix ZBD probe in kernels without ZBD supportDmitry Fomichev1-16/+17
2023-04-04virtio-blk: fix to match virtio specDmitry Fomichev1-81/+157
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-54/+414
2023-02-21virtio-blk: support completion batching for the IRQ pathSuwan Kim1-37/+45
2023-02-21virtio-blk: set req->state to MQ_RQ_COMPLETE after polling I/O is finishedSuwan Kim1-2/+3
2023-02-15virtio_blk: zone append in header type tweakMichael S. Tsirkin1-1/+1
2023-02-15virtio_blk: temporary variable type tweakMichael S. Tsirkin1-1/+1
2023-02-15virtio-blk: add support for zoned block devicesDmitry Fomichev1-18/+369
2023-02-03virtio_blk: use bvec_set_virt to initialize special_vecChristoph Hellwig1-3/+1
2022-12-28virtio_blk: Fix signedness bug in virtblk_prep_rq()Rafael Mendonca1-2/+4
2022-12-28virtio_blk: use UINT_MAX instead of -1UAngus Chen1-1/+1
2022-12-28virtio-blk: use a helper to handle request queuing errorsDmitry Fomichev1-13/+16
2022-12-01virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]Pankaj Raghav1-4/+4
2022-10-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-18/+92
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-3/+1
2022-10-07virtio_blk: add SECURE ERASE command supportAlvaro Karsz1-18/+92