VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage/VBoxHDD.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31380   14 years vboxsync VmdkHDDCore, VBoxHDD: warnings
(edit) @31258   14 years vboxsync Main/Medium+Storage/VBoxHDD: fix incorrect handling of diff media in …
(edit) @31185   14 years vboxsync VBoxHDD: Add a flag to disable locking of an image file
(edit) @30863   14 years vboxsync VD: Finish async I/O support for VMDK. Still disabled by default until …
(edit) @30555   14 years vboxsync VD/Async: Full support for VHD images. VMDK is still in progress
(edit) @30481   14 years vboxsync VBoxHDD: Zero the buffer after a read provided valid data
(edit) @30313   14 years vboxsync Storage/VBoxHDD: optimize image cloning, at the moment only for newly …
(edit) @30044   15 years vboxsync VBoxHDD/Async: Fix variable initialization, was always 0 before. Fix …
(edit) @29497   15 years vboxsync Storage/VBoxHDD: fix long-standing bugs in VDCopy, which show in …
(edit) @29413   15 years vboxsync VBoxHDD: Fix a bug causing data corruption in the image for async …
(edit) @29244   15 years vboxsync VBoxHDD: Fix
(edit) @29240   15 years vboxsync VBoxHDD: Bring back error reporting for the new async I/O code
(edit) @29048   15 years vboxsync VBoxHDD: Fix an assertion during a flush request. There is no S/G list
(edit) @29006   15 years vboxsync VBoxHDD: Move the FinishWrite call from DrvVD to VBoxHDD where we can …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28785   15 years vboxsync VBoxHDD.cpp: Init rcReq field
(edit) @28784   15 years vboxsync Interface changes for error reporting and async I/O
(edit) @28704   15 years vboxsync VBoxHDD: Logging fix
(edit) @28693   15 years vboxsync VBoxHDD/Async: Fix diff images
(edit) @28683   15 years vboxsync VBoxHDD: Fix hanging async I/O
(edit) @28620   15 years vboxsync VBoxHDD: async I/O updates. Mostly complete except for bug fixes
(edit) @28383   15 years vboxsync async I/O: Add async flush method
(edit) @28226   15 years vboxsync Fix double free
(edit) @28155   15 years vboxsync Fix
(edit) @28154   15 years vboxsync VBoxHDD: async I/O for VDI and RAW images. Seems to work so far but …
(edit) @28108   15 years vboxsync Fix
(edit) @28066   15 years vboxsync VBoxHDD: warnings
(edit) @28065   15 years vboxsync Storage: Convert from PDMDATASEG to RTSGSEG to avoid casting between …
(edit) @27977   15 years vboxsync VBoxHDD: Async I/O for flat images are back
(edit) @27815   15 years vboxsync VBoxHDD: Fix VDGetFormat, we don't have disk structure at this point
(edit) @27808   15 years vboxsync VBoxHDD: First part of the async I/O support * The async I/O …
(edit) @27806   15 years vboxsync Storage/VBoxHDD+DrvBlock+DrvVD: implement core code for live snapshot …
(edit) @27736   15 years vboxsync VD: Correct return code if everything was transfered successfully
(edit) @27367   15 years vboxsync VBoxHDD: -Wshadow warnings
(edit) @27359   15 years vboxsync VD: Update with the correct parent uuid in the forward merge direction
(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) @27134   15 years vboxsync VD: pass the correct data to the backend
(edit) @26987   15 years vboxsync Oops
(edit) @26986   15 years vboxsync tstVD: Fix crashes due to unitialized pfnMessage callback
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @25823   15 years vboxsync Devices: more -Wshadow
(edit) @25292   15 years vboxsync RTDirReadEx parameter to resolve symlinks.
(edit) @24887   15 years vboxsync VBoxHDD: print error IPRT error code
(edit) @24439   15 years vboxsync Storage/VBoxHDD: tweak PCHS handling in VDCopy (contributed by Huihong Luo)
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @23114   15 years vboxsync Error message update
(edit) @22982   15 years vboxsync VBoxHDD: Add new parameter to VDGetFormat which takes a list of …
(edit) @22966   15 years vboxsync Storage: Convert the backends to use the interface for I/O rather than …
(edit) @21806   15 years vboxsync Storage/VBoxHDD: resurrect the facility to dump information about disk …
(edit) @21371   15 years vboxsync Parallels: Add support for parallels images to standard VirtualBox and …
(edit) @21030   15 years vboxsync Storage/VBoxHDD: paranoia, for cloning to newly created image which is …
(edit) @21025   15 years vboxsync Storage/VBoxHDD: modify VDCopy so that it can copy to existing images
(edit) @20418   16 years vboxsync VBoxHDD: no checks for 16383 cylinders anymore
(edit) @19199   16 years vboxsync Storage/VBoxHDD: fix bug leading to incorrectly ignoring writes. leads …
(edit) @19176   16 years vboxsync VBoxHDD/generic+VDI: implemented and documented
(edit) @19034   16 years vboxsync Storage/VBoxHDD: stub for compacting images
(edit) @18557   16 years vboxsync Storage/VBoxHDD: drop 1024 cylinder LCHS paranoia. SCSI controllers …
(edit) @18150   16 years vboxsync Storage/VBoxHDD: small cleanup in VDClose, don't assert on normal …
(edit) @17970   16 years vboxsync API/HardDisk, Storage/VBoxHDD, Frontend/VBoxManage: eliminated base …
(edit) @17836   16 years vboxsync API/HardDisk, Storage/VBoxHDD: use image variant, and to implement …
(edit) @16963   16 years vboxsync VBoxHDD: Hacked VDCopy so that 'VBoxManage clonehd nt4.vdi nt4.raw …
(edit) @16962   16 years vboxsync VBoxHDD.h/cpp: Fixed VDCFGQueryStringAllocDef inconsistency in the …
(copy) @16873   16 years vboxsync Storage/VBoxHDD: eliminate the obsolete "-new" part of the name.
copied from trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp
(edit) @15591   16 years vboxsync Storage/VBoxHDD-new: introduce parent UUID parameter for VDCreateDiff. …
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