summaryrefslogtreecommitdiff
path: root/drivers/block/virtio_blk.c
AgeCommit message (Expand)Author
2024-02-08virtio-blk: Ensure no requests in virtqueues before deleting vqs.Yi Sun
2024-01-18Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-15virtio_blk: remove duplicate check if queue is broken in virtblk_doneLi RongQing
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-19block: simplify disk_set_zonedChristoph Hellwig
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-12-19virtio_blk: remove the broken zone revalidation supportChristoph Hellwig
2023-12-19virtio_blk: cleanup zoned device probingChristoph Hellwig
2023-12-04virtio_blk: fix snprintf truncation compiler warningStefan Hajnoczi
2023-11-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-11-01virtio-blk: fix implicit overflow on virtio_max_dma_sizezhenwei pi
2023-09-22blk-mq: update driver tags request table when start requestChengming Zhou
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen
2023-07-05scsi: block: virtio_blk: Set zone limits before revalidating zonesDamien Le Moal
2023-06-21Revert "virtio-blk: support completion batching for the IRQ path"Michael S. Tsirkin
2023-04-04virtio-blk: fix ZBD probe in kernels without ZBD supportDmitry Fomichev
2023-04-04virtio-blk: fix to match virtio specDmitry Fomichev
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-02-20virtio-blk: support completion batching for the IRQ pathSuwan Kim
2023-02-20virtio-blk: set req->state to MQ_RQ_COMPLETE after polling I/O is finishedSuwan Kim
2023-02-15virtio_blk: zone append in header type tweakMichael S. Tsirkin
2023-02-15virtio_blk: temporary variable type tweakMichael S. Tsirkin
2023-02-15virtio-blk: add support for zoned block devicesDmitry Fomichev
2023-02-03virtio_blk: use bvec_set_virt to initialize special_vecChristoph Hellwig
2022-12-28virtio_blk: Fix signedness bug in virtblk_prep_rq()Rafael Mendonca
2022-12-28virtio_blk: use UINT_MAX instead of -1UAngus Chen
2022-12-28virtio-blk: use a helper to handle request queuing errorsDmitry Fomichev
2022-11-30virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]Pankaj Raghav
2022-10-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07virtio_blk: add SECURE ERASE command supportAlvaro Karsz
2022-09-27virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()Suwan Kim
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-08-11virtio-blk: Avoid use-after-free on suspend/resumeShigeru Yoshida
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-05-31virtio-blk: support mq_ops->queue_rqs()Suwan Kim
2022-05-31virtio-blk: support polling I/OSuwan Kim
2022-05-03virtio_blk: fix the discard_granularity and discard_alignment queue limitsChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-17virtio_blk: eliminate anonymous module_init & module_exitRandy Dunlap
2022-03-06virtio-blk: Remove BUG_ON() in virtio_queue_rq()Xie Yongji
2022-03-06virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zeroXie Yongji
2022-02-16virtio_blk: simplify refcountingChristoph Hellwig
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig