summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/block_if.c
Commit message (Expand)AuthorAgeFilesLines
* Allow configuration of the sector size advertised to the guest.neel2015-05-121-16/+58
* Workaround bhyve virtual disks operation on top of GEOM providers.mav2015-04-181-14/+94
* Pre-allocate one extra request per processing thread.mav2015-03-151-1/+1
* Close potential race on blockif_close().mav2015-03-151-0/+2
* Rewrite virtio block device driver to work asynchronously and use the blockmav2015-03-151-1/+1
* Block delete capability for read-only devices.mav2015-03-151-0/+2
* Give block I/O interface multiple (8) execution threads.mav2015-03-141-53/+76
* Add DSM TRIM command support for virtual AHCI disks.mav2015-03-131-2/+39
* Implement cache flush for ahci-hd and for virtio-blk over device.mav2015-03-051-0/+7
* Report logical/physical sector sizes for virtual SATA disk.mav2015-03-051-2/+19
* To allow a request to be submitted from within the callback routine oftychon2014-11-091-2/+2
* Improve the ability to cancel an in-flight request by using antychon2014-11-041-24/+146
* Support stopping and restarting the AHCI command list via togglingtychon2014-10-171-6/+21
* Initialize 'bc_rdonly' to the right value.neel2014-09-111-0/+1
* Add a call to synthesize a C/H/S value for block emulationsgrehan2014-07-151-0/+49
* Use calloc() in favor of malloc + memset.delphij2014-04-221-2/+1
* Increase the block-layer backend maximum number of requests to matchtychon2014-01-221-1/+1
* Add the VM name to the process name with setproctitle().grehan2013-11-061-1/+1
* Block-layer backend interface for bhyve block-io device emulations.grehan2013-10-041-0/+426
OpenPOWER on IntegriCloud