VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27361   15 years vboxsync Storate/ATA: implemented ATA_EVENT_STATUS_MEDIA_EJECT_REQUESTED
(edit) @27359   15 years vboxsync VD: Update with the correct parent uuid in the forward merge direction
(edit) @27358   15 years vboxsync VHD: Dump a bit of information
(edit) @27303   15 years vboxsync DrvVD: Not yet
(edit) @27302   15 years vboxsync IPRT: RIP RTCache*, RTMemCache* is way better…
(edit) @27276   15 years vboxsync AHCI: Remove unwanted change 2
(edit) @27275   15 years vboxsync AHCI: Remove unwanted change
(edit) @27274   15 years vboxsync AHCI: Add ATA_SLEEP to the list of supported commands (does nothing …
(edit) @27273   15 years vboxsync ATA: Add ATA_SLEEP to the list of supported commands (does nothing …
(edit) @27245   15 years vboxsync Storage/VBoxHDD: fix incorrect opaque data reference
(edit) @27232   15 years vboxsync Storage/VBoxHDD+DrvVD: implement framework for providing thread …
(edit) @27213   15 years vboxsync VD: Move the readonly mode change after behind the differencing disk …
(edit) @27211   15 years vboxsync VD: Fix data corruption during snapshot merging if the merge direction …
(edit) @27187   15 years vboxsync tstVDSnap: Build fix
(edit) @27186   15 years vboxsync tstVDSnap: Use a seedable RNG to get consistent behavior
(edit) @27181   15 years vboxsync Storage/iSCSI: Increase sense data buffers, and truncate sense data if …
(edit) @27137   15 years vboxsync tstVDSnap: Allow unallocated blocks in the base image
(edit) @27136   15 years vboxsync Fix build
(edit) @27135   15 years vboxsync VD/Testcase: New testcase to stress test diff creation/merging
(edit) @27134   15 years vboxsync VD: pass the correct data to the backend
(edit) @27100   15 years vboxsync Storage/VDI: remove incorrect capability bit
(edit) @26995   15 years vboxsync VHD: Fix images with other block sizes than 2MB
(edit) @26988   15 years vboxsync Commit the correct file
(edit) @26987   15 years vboxsync Oops
(edit) @26986   15 years vboxsync tstVD: Fix crashes due to unitialized pfnMessage callback
(edit) @26960   15 years vboxsync whitespace
(edit) @26959   15 years vboxsync Storage/iSCSI: fix crash when the iSCSI connection could not be …
(edit) @26917   15 years vboxsync Storage/iSCSI: implement automatically setting InitiatorName and ISID …
(edit) @26916   15 years vboxsync VBoxHDD: introduce new function pointers to the TCP interface for …
(edit) @26837   15 years vboxsync SCSI: Do not assert if there is no sense buffer
(edit) @26836   15 years vboxsync BusLogic: Fix FreeBSD guests
(edit) @26831   15 years vboxsync BusLogic: Set initialization required bit in the status register after …
(edit) @26684   15 years vboxsync Storage/iSCSI: be more robust when a target reports errors for an …
(edit) @26562   15 years vboxsync *: Added svn:keywords where missing.
(edit) @26495   15 years vboxsync Devices: whitespace cleanup
(edit) @26422   15 years vboxsync Bugfix
(edit) @26296   15 years vboxsync more warnings.
(edit) @26291   15 years vboxsync warnings.
(edit) @26289   15 years vboxsync Devices: warnings.
(edit) @26285   15 years vboxsync DevATA: Initializers... wonder if all compilers will like this.
(edit) @26206   15 years vboxsync Don't enable new I/O by default yet
(edit) @26195   15 years vboxsync style
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26172   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 1.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @26161   15 years vboxsync PDM: s/pDrvReg/pReg/g
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26157   15 years vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @26147   15 years vboxsync AsyncCompletion: Fix incorrect count of outstanding write tasks. Fixes …
(edit) @26104   15 years vboxsync SATA: integrity word
(edit) @26049   15 years vboxsync ATA: checksum typo, cleanup
(edit) @26008   15 years vboxsync Some more -Wshadow.
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25999   15 years vboxsync ATA: enable SCSI_READ_DVD_STRUCTURE for all controller types (seems safe)
(edit) @25989   15 years vboxsync ATA: implement integrity word
(edit) @25986   15 years vboxsync pdmifs.h: cleaned out the remaining references to PDMINTERFACE. …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25984   15 years vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25981   15 years vboxsync pdmifs.h: yet another batch of refactored interface ID code.
(edit) @25974   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25972   15 years vboxsync VHD: The disk footer copy of a dynamic disks needs to be updated too …
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25963   15 years vboxsync VHD: Fix incompatibility with Virtual PC
(edit) @25934   15 years vboxsync BusLogic: Fix assertions with 2.4 kernels
(edit) @25900   15 years vboxsync Same goes for the write handler and the duplicate ATAController code.
(edit) @25897   15 years vboxsync ATA: ataIOPortReadStr1: deal with the unlikely case where no data (or …
(edit) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25891   15 years vboxsync PDMDrv,*: multi context drivers, part 1.
(edit) @25823   15 years vboxsync Devices: more -Wshadow
(edit) @25732   15 years vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @25728   15 years vboxsync *: Use RTMSINTERVAL for timeouts.
(edit) @25697   15 years vboxsync LsiLogic: Fix gcc warning
(edit) @25677   15 years vboxsync Build fix
(edit) @25675   15 years vboxsync LsiLogic: Introduce NumPorts configuration parameter to configure the …
(edit) @25588   15 years vboxsync LsiLogic: Plug a memory leak during resets
(edit) @25587   15 years vboxsync LsiLogic: Updates for the SAS controller emulation
(edit) @25509   15 years vboxsync LsiLogic: Start for the SAS controller. Define neccessary pages and …
(edit) @25488   15 years vboxsync LsiLogic: Fix clipping of read data
(edit) @25487   15 years vboxsync LsiLogic: Implement missing reset method. Fixes Windows 7 guests
(edit) @25446   15 years vboxsync BusLogic: Rewrite guest buffer handling. They are not mapped into R3 …
(edit) @25380   15 years vboxsync LsiLogic: Don't assert when not reading 4 byte from a register. A SCSI …
(edit) @25292   15 years vboxsync RTDirReadEx parameter to resolve symlinks.
(edit) @25268   15 years vboxsync DevAHCI: warning
(edit) @25192   15 years vboxsync Storage/DevATA: fix device reset if a transfer redo is pending. …
(edit) @25190   15 years vboxsync whitespace
(edit) @24975   15 years vboxsync VMDK: Async I/O not supported for hosted sparse files. Return …
(edit) @24945   15 years vboxsync AHCI: Fix 64bit build
(edit) @24944   15 years vboxsync AHCI: Fix STAM alignment
(edit) @24916   15 years vboxsync Storage/VMDK: fix buffers for really huge VMDK files split into 2G …
(edit) @24887   15 years vboxsync VBoxHDD: print error IPRT error code
(edit) @24778   15 years vboxsync Storage/VMDK: mostly cosmetic change to the code which writes VMDK …
(edit) @24772   15 years vboxsync DevAHCI,ATAController: Async hanlding of reset, suspend and power off.
(edit) @24761   15 years vboxsync Storage/ATA: clear pending DMA on controller reset (and on command …
(edit) @24760   15 years vboxsync DevAHCI: A little cleanup.
(edit) @24751   15 years vboxsync DrvSCSI: Converted to async reset, suspend and power off notification …
(edit) @24750   15 years vboxsync DevAHCI: copy&past comments.
(edit) @24749   15 years vboxsync DevAHCI: async suspend, reset and power off handling for the SATA part.
(edit) @24747   15 years vboxsync DevATA: Cleanup the waiting for idle stuff... only ataR3Construct …
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