aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/block/virtio_blk.c
Commit message (Expand)AuthorAgeFilesLines
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryWarner Losh2016-02-171-3/+4
* Do not report stripe size if it is equal to sector size.Alexander Motin2015-04-181-1/+2
* Reenable VIRTIO_BLK_F_TOPOLOGY feature.Alexander Motin2015-03-051-0/+1
* Rework vtblk dump handling of in flight requestsBryan Venteicher2015-01-271-41/+31
* Cleanup and performance improvement of the virtio_blk driverBryan Venteicher2014-11-301-417/+422
* Add Virtio MMIO bus driver.Ruslan Bukin2014-11-181-0/+2
* Always append new bios to the tail of the queue, instead of sorting themBryan Venteicher2014-06-101-1/+1
* Add unmapped IO support to virtio_blk(4)Bryan Venteicher2014-01-131-3/+4
* Merge virtio changes from projects/virtioBryan Venteicher2013-07-041-1/+1
* Merge several virtio_blk changes from projects/virtioBryan Venteicher2013-07-041-23/+224
* Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher2013-07-041-42/+5
* Only set the barrier flag if the feature was negotiatedBryan Venteicher2013-03-051-8/+41
* virtio: Start taskqueues threads after attach cannot failBryan Venteicher2012-12-141-2/+3
* Various VirtIO improvementsPeter Grehan2012-07-111-42/+39
* Sync with Bryan Venteicher's virtio git repo:Peter Grehan2012-04-161-1/+3
* Catch up with Bryan Venteicher's virtio git repo:Peter Grehan2012-04-141-83/+154
* Catch up with Bryan Venteicher's virtio Hg repo:Peter Grehan2011-12-061-22/+7
* Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan2011-11-181-0/+1149