aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/block
Commit message (Expand)AuthorAgeFilesLines
* MFC r360229, r363255Allan Jude2020-09-132-31/+124
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* 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
* Size of opt_io_size field is 32 bit.Alexander Motin2015-03-051-1/+1
* 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-042-26/+240
* 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
* Do not include <sys/types.h> in the local headers. The .c files includingDavid E. O'Brien2012-07-031-2/+0
* 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-062-33/+31
* Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan2011-11-182-0/+1255