VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @34851   14 years vboxsync AHCI: Fix ATAPI device detection with Solaris guests. The command …
(edit) @34452   14 years vboxsync SCSI: Fix crash on startup
(edit) @34434   14 years vboxsync Switch to the new block cache and disable the old one for now
(edit) @34433   14 years vboxsync Storage: Introduce interface to query the location of a medium (device …
(edit) @34339   14 years vboxsync AHCI: Fix crash for non bootable controllers
(edit) @34294   14 years vboxsync fdc: Synced code, now easier to follow and fix.
(edit) @34247   14 years vboxsync DrvVD: Bugfix
(edit) @34224   14 years vboxsync DrvVD: Block cache integration, work in progress
(edit) @34217   14 years vboxsync VD: Use S/G buffers instead of S/G arrays for VDAsyncWrite and …
(edit) @34148   14 years vboxsync DrvSCSI: warning
(edit) @34142   14 years vboxsync AHCI: Better fix for r67808. Don't ignore the return values for R3 …
(edit) @34106   14 years vboxsync AHCI: Fix ahciHbaSetInterrupt from non R3 contexts
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @34009   14 years vboxsync Devices/Storage: Introduce Bootable CFGM key to enable BIOS access
(edit) @33919   14 years vboxsync LSILogic: allow multiple SCSI controllers
(edit) @33745   14 years vboxsync VCI: Updates
(edit) @33676   14 years vboxsync scm cleanup run.
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33567   14 years vboxsync VD: Move the generic virtual disk framework + backends to …
(edit) @33547   14 years vboxsync Storage-DMG: skip unknown keys
(edit) @33546   14 years vboxsync Remove obsolete VBoxDMG code
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33534   14 years vboxsync #pragma pack() not pragma pack(0)
(edit) @33533   14 years vboxsync VCICache: disable unfinished code as this makes cl.exe hang
(edit) @33524   14 years vboxsync Storage: Implement offical support for other disk types like DVD and …
(edit) @33522   14 years vboxsync VCI: Bugfixes
(edit) @33495   14 years vboxsync missing check for NULL after relocation
(edit) @33493   14 years vboxsync VmdkHDDCore: RTMemFree() the original block if RTMemRealloc() fails
(edit) @33486   14 years vboxsync Additional checks
(edit) @33485   14 years vboxsync ATA: Don't assume that PGMPhysSimpleReadGCPtr succeeds in RC/R0 but go …
(edit) @33481   14 years vboxsync VCI: Updates
(edit) @33480   14 years vboxsync VMDK: Fix wrong assignment when growing the descriptor buffer. Removed …
(edit) @33479   14 years vboxsync DMG: Fix memory leak
(edit) @33478   14 years vboxsync Devices/Storage: a number of small memory leaks in error paths
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33420   14 years vboxsync one more
(edit) @33419   14 years vboxsync PDM, PCI: save MSI-X page in saved state, multiple vectors in MSI, tweaks
(edit) @33371   14 years vboxsync SATA: 32-bit alignment issues
(edit) @33355   14 years vboxsync Storage/VBoxHDD: make diff/base image creation fail with an …
(edit) @33310   14 years vboxsync Storage: memory leak
(edit) @33288   14 years vboxsync Storage/vbox-img: improve mandatory parameter checking and …
(edit) @33274   14 years vboxsync BusLogic: Implement suspend on error
(edit) @33271   14 years vboxsync Storage/VDI: Make the code dealing with comments bullet-proof, …
(edit) @33259   14 years vboxsync Storage/VBoxHDD+Main/Snapshot: Implement backward merging of …
(edit) @33258   14 years vboxsync Removed unreferenced label.
(edit) @33236   14 years vboxsync PCI: MSI-X work
(edit) @33235   14 years vboxsync Storage/vbox-img: implement stdout handling
(edit) @33234   14 years vboxsync Storage/RAW: implement sequential read/write case
(edit) @33227   14 years vboxsync Storage/vbox-img: return 1 as exit code if anything went wrong
(edit) @33224   14 years vboxsync Storage/vbox-img: fix reading from pipes
(edit) @33218   14 years vboxsync AsyncCompletion: Move bandwidth groups to the generic code and support …
(edit) @33214   14 years vboxsync AHCI: put MSI in place which allows to avoid conflicts
(edit) @33213   14 years vboxsync Storage/vbox-img: implement stdin and stdout support. stdin is tested, …
(edit) @33209   14 years vboxsync AHCI: Some cleanup Until now there were two different methods to …
(edit) @33191   14 years vboxsync Storage/VMDK: fix conditions for reading VMDK footer (regression)
(edit) @33190   14 years vboxsync Storage/VMDK: create new streamOptimized images in write only mode
(edit) @33186   14 years vboxsync Storage/VMDK: read streamOptimized images to the very end
(edit) @33182   14 years vboxsync Devices/Storage: implement sequential reading of streamOptimized VMDK …
(edit) @33175   14 years vboxsync AHCI: Implement suspend on error for the async I/O path
(edit) @33142   14 years vboxsync PCI: new bus implementation can be used with IDE controller too
(edit) @33131   14 years vboxsync VHD: Fix comparison
(edit) @33125   14 years vboxsync AHCI: More verbose assertion
(edit) @33124   14 years vboxsync iSCSI: Clear the counter for waiting requests when aborting all …
(edit) @33121   14 years vboxsync iSCSI: Fix broken disconnect handling
(edit) @33115   14 years vboxsync LsiLogic: Implement enough of the FW Upload/Download requests to make …
(edit) @33105   14 years vboxsync Corrected assertion (and comments).
(edit) @33101   14 years vboxsync BusLogic,SCSI: Don't propagate VINF_VD_ASYNC_IO_FINISHED to the caller
(edit) @33099   14 years vboxsync VBoxSCSI: Mark the controller busy
(edit) @33098   14 years vboxsync BusLogic: Missing case
(edit) @33097   14 years vboxsync BusLogic: Revert unwanted commit
(edit) @33096   14 years vboxsync BusLogic: Missing case
(edit) @33094   14 years vboxsync VD: Fix an assertion when queuing a flush while an expanding write …
(edit) @33088   14 years vboxsync Storage/VMDK: merge the sequential streamOptimized image writing code …
(edit) @33083   14 years vboxsync forgotten files for previous change
(edit) @33082   14 years vboxsync Storage/VBoxHDD: allow specifying the open mode explicitly, it makes …
(edit) @33081   14 years vboxsync Storage/VDI: fix a sneaky bug which led to temporary amnesia what the …
(edit) @33035   14 years vboxsync AHCI: checksumming in device identification
(edit) @33031   14 years vboxsync Devices: global define for using MSI support in devices
(edit) @33030   14 years vboxsync VDI: Don't allocate a block if the VD_WRITE_NO_ALLOC flag is set even …
(edit) @33016   14 years vboxsync SCSI: Query parameters only for a read or write
(edit) @33015   14 years vboxsync SCSI: Log errors of completed requests
(edit) @33013   14 years vboxsync AHCI: Implement ATA_DEVICE_RESET for ATAPI devices (mandatory command …
(edit) @32983   14 years vboxsync LsiLogic: Suspend the VM on a recoverable error without changing the …
(edit) @32959   14 years vboxsync Storage/ATAController: release log msg cosmetics
(edit) @32957   14 years vboxsync AHCI: Implement SuspendOnError to give the user a chance to fix …
(edit) @32944   14 years vboxsync Storage/ATAController: Clean up suspending the VM on certain errors, …
(edit) @32943   14 years vboxsync Storage/ATA: Clean up suspending the VM on certain errors, and make …
(edit) @32939   14 years vboxsync AHCI: MSI support
(edit) @32938   14 years vboxsync LSI logic: continue, even if no MSI on chipset
(edit) @32935   14 years vboxsync PDM, VMM, PCI: reworked MSI API: now MSIs delivered via IOAPIC API, …
(edit) @32892   14 years vboxsync VMDK: Don't use sync I/O methods during async I/O
(edit) @32884   14 years vboxsync Storage/VMDK: build fix
(edit) @32883   14 years vboxsync Storage/VMDK: fix memory leak, and squash another non-sequential write …
(edit) @32882   14 years vboxsync Storage/VMDK: reorganize the compression/decompression code so that it …
(edit) @32879   14 years vboxsync AHCI: Clear status and error fields of a task for the async I/O case …
(edit) @32878   14 years vboxsync strncat fixes
(edit) @32858   14 years vboxsync Devices: pass down the destination interface pointer
(edit) @32818   14 years vboxsync IPRT: RTTcpClientCloseEx - don't be nice to storage servers, they …
(edit) @32782   14 years vboxsync FreeBSD build fix
(edit) @32768   14 years vboxsync DMG: Cleanup, speedup and readonly support for compressed DMG images
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette