VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @54977   10 years vboxsync DrvVD: don't make 'rc=%Rrc' part of the error message as the error …
(edit) @54960   10 years vboxsync DevAHCI/DevATA: Typo to make some compilers happy. No change in …
(edit) @54944   10 years vboxsync replaced a few more AssertPtrReturn by AssertReturn as we don't need …
(edit) @54817   10 years vboxsync DevATA: Allow 1-byte data reads.
(edit) @54591   10 years vboxsync Add support to supply passwords for disk encryption while the VM is running
(edit) @54340   10 years vboxsync Storage/VD: Allow different filter chains for reads and writes …
(edit) @54088   10 years vboxsync AHCI: Fix possible crash when suspending a VM (very rare)
(edit) @54064   10 years vboxsync AHCI: Fix race condition which results in rare hangs during suspend
(edit) @54052   10 years vboxsync Storage/VSCSI: small leak in error path
(edit) @53977   10 years vboxsync VUSB: Added separate SS EP companion descriptor to VUSBDESCENDPOINTEX …
(edit) @53763   10 years vboxsync Careful…
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53539   10 years vboxsync Storage/iSCSI: Fail when a connection attempt takes too long to pause …
(edit) @53409   10 years vboxsync Storage/ATA: Fix broken CD/DVD passthrough
(edit) @53407   10 years vboxsync Disk encryption: Make sure the DekMissing guest property is set before …
(edit) @53343   10 years vboxsync Devices/DevLsiLogic: fixed race
(edit) @53341   10 years vboxsync Devices/DevLsiLogic: Fixed a Guru meditation under certain conditions …
(edit) @53210   10 years vboxsync PDM/VUSB: Provide port/device speed to HCs (and emulated devices).
(edit) @53207   10 years vboxsync Removed unused/misspelled struct member.
(edit) @53148   10 years vboxsync Port a part of r95116 (disk encryption changes in 4.3) which was …
(edit) @53147   10 years vboxsync Storage/AHCI: Free the I/O memory of cached request structures before …
(edit) @53121   10 years vboxsync USB: Added required SS descriptors to emulated MSD.
(edit) @53115   10 years vboxsync Storage/AHCI: Correct fix for r96392 (AHCI: Update HBA interrupt …
(edit) @53097   10 years vboxsync USB: Beginnings of emulated USB3 devices.
(edit) @53075   10 years vboxsync AHCI: temporarily disabled r96292 to check if it cures the performance …
(edit) @52961   10 years vboxsync AHCI: Fail the request with an overflow error if allocating I/O memory …
(edit) @52951   10 years vboxsync AHCI: Update HBA interrupt status register before executing the write
(edit) @52715   10 years vboxsync Undoing accidental commit.
(edit) @52714   10 years vboxsync Undoing accidental commit.
(edit) @52713   10 years vboxsync BusLogic: Slightly enhanced debug info.
(edit) @52673   10 years vboxsync Storage/AHCI: Switch ordering of register updates when completing the …
(edit) @52505   10 years vboxsync DrvHostBase: Provide I/O buffer allocator, fixes crash if a host DVD …
(edit) @52434   10 years vboxsync Storage/AHCI: Fix tight race when the guest resets a port leading to …
(edit) @52412   10 years vboxsync AHCI: argh
(edit) @52409   10 years vboxsync AHCI: unused variable
(edit) @52408   10 years vboxsync Storage/AHCI: Free cached tasks on detach and before ahciR3Destruct is …
(edit) @52264   10 years vboxsync BusLogic: Renamed some insanely long macros, adjusted too-eager assertion.
(edit) @52063   10 years vboxsync build fix
(edit) @52062   10 years vboxsync build fix
(edit) @52026   10 years vboxsync Storage/AHCI: Switch to PDMIBLOCK I/O buffer allocator callbacks
(edit) @52023   10 years vboxsync pdmifs.h,DrvBlock,DrvVD: Add methods to allocate and free I/O buffer …
(edit) @51923   10 years vboxsync Console,DrvVD: Clear the encryption keys on suspend
(edit) @51899   10 years vboxsync Console,DrvVD: Make disk encryption completely configurable through …
(edit) @51754   10 years vboxsync Main,DrvVD,VD: Implement support for VD plugins from extension packs
(edit) @51752   10 years vboxsync Storage,DrvVD,Main: Redo the way secret keys are passed from Main to …
(edit) @51749   10 years vboxsync Storage/DiskIntegrity: Add an option to record the write before it was …
(edit) @51638   10 years vboxsync AHCI: Fix request cancelling logic if the log page containing details …
(edit) @51624   10 years vboxsync AHCI: Small addendum to r93658, the device emulation needs to update …
(edit) @51619   10 years vboxsync Devices/Storage: Add new read after write verification mode and fix …
(edit) @51578   10 years vboxsync Mac OS X host: improve support for host optical drives; add support …
(edit) @51566   10 years vboxsync Storage/AHCI: Get rid of ASMAtomic*Size and replace with the *U32 …
(edit) @51520   10 years vboxsync VBox/Devices: Comment nits.
(edit) @51516   11 years vboxsync Removed scary-looking messages about unimplemented MSI support.
(edit) @51409   11 years vboxsync Storage/AHCI: Fix the SSM version check for the legacy port reset handling
(edit) @51383   11 years vboxsync Devices/DevAHCI: Fix possible crash if there is no track list for the …
(edit) @51382   11 years vboxsync Devices/ATAPIPassthrough: Assertion + better status codes for not …
(edit) @51381   11 years vboxsync Devies/DevATA: Fix possible crash if there is no track list for the …
(edit) @51342   11 years vboxsync Main,DrvVD: Interface to pass the keys to the disk encryption module …
(edit) @51340   11 years vboxsync Storage/AHCI: Revert to the legacy port reset method if we loaded a …
(edit) @51232   11 years vboxsync AHCI: Another try to fix The AssertRelease issue during a reset. Move …
(edit) @51114   11 years vboxsync AHCI: Make sure fWrkThreadSleeping is true if there is nothing …
(edit) @51103   11 years vboxsync Devics/Storage/DrvVD: Add support for filter plugins
(edit) @51090   11 years vboxsync AHCI: Fix wrong boolean operator causing the while loop to exit too early
(edit) @50938   11 years vboxsync AHCI: Fix race condition during port reset causing a release assertion …
(edit) @50695   11 years vboxsync format string fixes
(edit) @50564   11 years vboxsync AHCI: Make sure the async notification handler is called from the …
(edit) @50294   11 years vboxsync AHCI: Fixes for hotplugging, should fix problems with Windows 7 guests
(edit) @50283   11 years vboxsync Devices/DevAHCI,DevATA: fixed typo
(edit) @50282   11 years vboxsync Storage/AHCI: check the correct return code when unmounting a SATA …
(edit) @50089   11 years vboxsync DrvSCSI: Pass through the PDMIBLOCKBIOS interface.
(edit) @50037   11 years vboxsync DevAHCI: Do not let the guest trash PxCMD.CCS bits. Fixes XP SATA CD-ROMs.
(edit) @50036   11 years vboxsync DevAHCI: Properly convert MMIO -> PIO return code.
(edit) @50032   11 years vboxsync AHCI: Fix possible problem with suspending a VM if there was a non …
(edit) @50031   11 years vboxsync AHCI: Fix race which can cause a hang during suspend
(edit) @50018   11 years vboxsync Storage/AHCI: Make sure all threads are idling before finishing the …
(edit) @49885   11 years vboxsync Devices: Windows build fix
(edit) @49881   11 years vboxsync Devices/Storage/DevFdc.cpp: eliminate use of vl_vbox.h
(edit) @49814   11 years vboxsync Devices/USB: First part of the rework, move most of the work to …
(edit) @49578   11 years vboxsync BusLogic: Only enable ISA compatibility ports by default for the first …
(edit) @49218   11 years vboxsync AHCI: Fix compatibility with saved states from previous versions
(edit) @49208   11 years vboxsync build fix
(edit) @49206   11 years vboxsync AHCI: Additional assertion
(edit) @49205   11 years vboxsync AHCI: The port is hot-pluggable by default
(edit) @49195   11 years vboxsync Storage/AHCI: Fix detection of CD/DVD media when switching from an …
(edit) @49173   11 years vboxsync Storage/AHCI: Add per port hotplug configuration flag
(edit) @49104   11 years vboxsync GetWindowLong => GetWindowLongPtr at several places
(edit) @49093   11 years vboxsync Storage/UsbMsd: Implement save state handlers
(edit) @48981   11 years vboxsync Devices/UsbMsd: Updates
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @48872   11 years vboxsync DrvVD.cpp: nits and some logging.
(edit) @48744   11 years vboxsync Devices/Storage: Support different sector sizes, booting from images …
(edit) @48721   11 years vboxsync Storage/ATA,AHCI: Fix newer Linux kernels not detecting a disk as SSD. …
(edit) @48409   11 years vboxsync DevAHCI: Ported READ DVD STRUCTURE command from DevATA.
(edit) @48399   11 years vboxsync DevAHCI.cpp: Logging nits.
(edit) @48192   11 years vboxsync Can't do math…
(edit) @48191   11 years vboxsync BusLogic: Dummy Execute SCSI command, try to fix alignment.
(edit) @48190   11 years vboxsync BusLogic: Allow larger parameters, handle dummy mailbox abort.
(edit) @48162   11 years vboxsync Storage/DevFdc: Initialize 'len' to zero at the beginning, safer.
(edit) @48161   11 years vboxsync Storage/DevFdc: Uninitialized variable warning.
(edit) @48118   11 years vboxsync DevFdc: Properly select head on seek.
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