VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33131   14 years vboxsync VHD: Fix comparison
(edit) @32553   14 years vboxsync VBoxHDD: More cleanup - The I/O interface between the generic …
(edit) @32536   14 years vboxsync Storage/VBoxHDD: replace custom open flags with regular IPRT file open …
(edit) @31921   14 years vboxsync VHD/Resize: Initial support
(edit) @31776   14 years vboxsync VBoxHDD: Resize stubs
(edit) @31379   14 years vboxsync VHDHDDCore: typo
(edit) @31185   14 years vboxsync VBoxHDD: Add a flag to disable locking of an image file
(edit) @31184   14 years vboxsync Fix assertion in drvvdSetReadonly
(edit) @31180   14 years vboxsync Main/Medium+Main/Console+Storage: Pass a flag for the medium type …
(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) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29238   15 years vboxsync VHD: Fix image creation
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28620   15 years vboxsync VBoxHDD: async I/O updates. Mostly complete except for bug fixes
(edit) @27808   15 years vboxsync VBoxHDD: First part of the async I/O support * The async I/O …
(edit) @27358   15 years vboxsync VHD: Dump a bit of information
(edit) @27232   15 years vboxsync Storage/VBoxHDD+DrvVD: implement framework for providing thread …
(edit) @26995   15 years vboxsync VHD: Fix images with other block sizes than 2MB
(edit) @25972   15 years vboxsync VHD: The disk footer copy of a dynamic disks needs to be updated too …
(edit) @25963   15 years vboxsync VHD: Fix incompatibility with Virtual PC
(edit) @24527   15 years vboxsync VHD: Fix incompatibility with Hyper-V. Contributed by Huihong Luo
(edit) @24150   15 years vboxsync Storage/VHD+VDI: fix incorrect initialization in VHD, unused variable …
(edit) @24122   15 years vboxsync VHD: Update the footer and BAT after we appended a new block to the …
(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) @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) @21008   15 years vboxsync VHD: Forgot to remove the alignment
(edit) @21007   15 years vboxsync VHD: Aligning the block bitmap size doesn't work because the accesses …
(edit) @21006   15 years vboxsync VHD: * Fix calculation of block bitmap bit to test or set …
(edit) @20797   16 years vboxsync VHD: Fix access beyond the data block bitmap with ASMBitTest and …
(edit) @20695   16 years vboxsync VHD: Fix access beyond the block bitmap which can lead to arbitrary crashes
(edit) @20473   16 years vboxsync VHD: Fix crash reported on vbox-dev when discarding snapshots (missing …
(edit) @20416   16 years vboxsync VHD: Fix cloning (public #4080)
(edit) @19824   16 years vboxsync Storage/VHD: cooperate with VBoxHDD to suppress redundant writes
(edit) @19737   16 years vboxsync VHD: The checksum needs to be update after the UUID was changed
(edit) @19736   16 years vboxsync VHD: Fix chaning UUID of an image
(edit) @19686   16 years vboxsync Grr
(edit) @19685   16 years vboxsync .vhd: nitpicking, logging fixes
(edit) @18965   16 years vboxsync typo (accidental undo actually)
(edit) @18964   16 years vboxsync Storage/VHD: implement renaming
(edit) @18504   16 years vboxsync VHDHDDCore.cpp: On second thought, the code looks fine.
(edit) @18503   16 years vboxsync VHDHDDCore.cpp: r=bird: check @todo in VHD_PLATFORM_CODE_WI2R update …
(edit) @18119   16 years vboxsync Storage/VHD: creating sparse files is a performance risk on some OSes
(edit) @18054   16 years vboxsync VHD: Add missing cast to 64bit type when updating the block bitmap in …
(edit) @18051   16 years vboxsync VHD: Add missing image type flags
(edit) @17970   16 years vboxsync API/HardDisk, Storage/VBoxHDD, Frontend/VBoxManage: eliminated base …
(edit) @16873   16 years vboxsync Storage/VBoxHDD: eliminate the obsolete "-new" part of the name.
(edit) @15767   16 years vboxsync VHD: Some fixes in logging statements
(edit) @15674   16 years vboxsync VHD: Fix crash in debug build
(edit) @15366   16 years vboxsync Storage: Eradicated the last bits using the old VDI only backend, …
(edit) @14967   16 years vboxsync #3162: Another attempt to introduce compose name and location …
(edit) @14960   16 years vboxsync backed out r40315 as it breaks the tinderboxes
(edit) @14954   16 years vboxsync #3162: Added pfnComposeLocation and pfnComposeName callbacks to …
(edit) @14910   16 years vboxsync Storage/VHD: comment change, documenting why the current code works …
(edit) @14852   16 years vboxsync #3162: Plugin backends are now loaded upon startup, this should get …
(edit) @14321   16 years vboxsync Storage/VHD: Add todo for handling diff images (too complicated and …
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13571   16 years vboxsync VHD: Backout r38444. Caused another problem and #3263 will be fixed in …
(edit) @13568   16 years vboxsync VHD: fix case of unaligned access to the image #3263
(edit) @13340   16 years vboxsync #3230: Memory leaks fixed in VHD backend
(edit) @12762   16 years vboxsync VHD: fix bug which prevents to boot from images which are expanding …
(edit) @12304   16 years vboxsync VHD: fix non booting guests because of the wrong order we check for …
(edit) @12143   16 years vboxsync disk: ixed a bunch of NULL pointer accesses
(add) @12116   16 years vboxsync export VHD format to OSE
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