|
|
@32892
|
14 years |
vboxsync |
VMDK: Don't use sync I/O methods during async I/O
|
|
|
@32884
|
14 years |
vboxsync |
Storage/VMDK: build fix
|
|
|
@32883
|
14 years |
vboxsync |
Storage/VMDK: fix memory leak, and squash another non-sequential write …
|
|
|
@32882
|
14 years |
vboxsync |
Storage/VMDK: reorganize the compression/decompression code so that it …
|
|
|
@32642
|
14 years |
vboxsync |
Storage/VMDK: Make sure that streamOptimized VMDK files we create …
|
|
|
@32625
|
14 years |
vboxsync |
VMDK: Don't ignore block devices during a async flush request
|
|
|
@32619
|
14 years |
vboxsync |
VMDK: Fix return code for vmdksOpen
|
|
|
@32618
|
14 years |
vboxsync |
VMDK: Fix return code for vmdksCheckIfValid
|
|
|
@32615
|
14 years |
vboxsync |
VMDK: Fix return code for vmdksOpen
|
|
|
@32610
|
14 years |
vboxsync |
Storage/VMDK: some fixes to get the special streamOptimized header …
|
|
|
@32598
|
14 years |
vboxsync |
Storage/iSCSI+Raw+VMDK: fix incorrect error code returned by …
|
|
|
@32578
|
14 years |
vboxsync |
Storage/Vmdk: build fix
|
|
|
@32573
|
14 years |
vboxsync |
Storage/Vmdk: implement special purpose backend for proper …
|
|
|
@32553
|
14 years |
vboxsync |
VBoxHDD: More cleanup
- The I/O interface between the generic …
|
|
|
@32536
|
14 years |
vboxsync |
Storage/VBoxHDD: replace custom open flags with regular IPRT file open …
|
|
|
@32195
|
14 years |
vboxsync |
VMDK/StreamOptimized: Truncate the file only if the size changed. …
|
|
|
@31776
|
14 years |
vboxsync |
VBoxHDD: Resize stubs
|
|
|
@31380
|
14 years |
vboxsync |
VmdkHDDCore, VBoxHDD: warnings
|
|
|
@31185
|
14 years |
vboxsync |
VBoxHDD: Add a flag to disable locking of an image file
|
|
|
@31184
|
14 years |
vboxsync |
Fix assertion in drvvdSetReadonly
|
|
|
@31180
|
14 years |
vboxsync |
Main/Medium+Main/Console+Storage: Pass a flag for the medium type …
|
|
|
@30900
|
14 years |
vboxsync |
VMDK: Activate new async I/O by default
|
|
|
@30863
|
14 years |
vboxsync |
VD: Finish async I/O support for VMDK. Still disabled by default until …
|
|
|
@30555
|
14 years |
vboxsync |
VD/Async: Full support for VHD images. VMDK is still in progress
|
|
|
@29649
|
15 years |
vboxsync |
Frontends/VBoxManage: make partition table processing much more …
|
|
|
@29035
|
15 years |
vboxsync |
VMDK: Implement async flush
|
|
|
@28820
|
15 years |
vboxsync |
VMDK: Fix image creation
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28620
|
15 years |
vboxsync |
VBoxHDD: async I/O updates. Mostly complete except for bug fixes
|
|
|
@27977
|
15 years |
vboxsync |
VBoxHDD: Async I/O for flat images are back
|
|
|
@27808
|
15 years |
vboxsync |
VBoxHDD: First part of the async I/O support
* The async I/O …
|
|
|
@27735
|
15 years |
vboxsync |
VMDK: Don't try to read more bytes from the descriptor than the filesize
|
|
|
@27623
|
15 years |
vboxsync |
VMDK: Fix OVF export and import
|
|
|
@27533
|
15 years |
vboxsync |
VMDK: Use RTMemRealloc
|
|
|
@27531
|
15 years |
vboxsync |
VMDK: Optimize descriptor writes. Prepare the whole descriptor in a …
|
|
|
@27525
|
15 years |
vboxsync |
VMDK: Only update the modification UUID if it changed from the …
|
|
|
@27477
|
15 years |
vboxsync |
VMDK: No need to update the line if cb is 0
|
|
|
@27476
|
15 years |
vboxsync |
VMDK: Use the I/O interface
|
|
|
@27232
|
15 years |
vboxsync |
Storage/VBoxHDD+DrvVD: implement framework for providing thread …
|
|
|
@26986
|
15 years |
vboxsync |
tstVD: Fix crashes due to unitialized pfnMessage callback
|
|
|
@26008
|
15 years |
vboxsync |
Some more -Wshadow.
|
|
|
@25823
|
15 years |
vboxsync |
Devices: more -Wshadow
|
|
|
@24975
|
15 years |
vboxsync |
VMDK: Async I/O not supported for hosted sparse files. Return …
|
|
|
@24916
|
15 years |
vboxsync |
Storage/VMDK: fix buffers for really huge VMDK files split into 2G …
|
|
|
@24778
|
15 years |
vboxsync |
Storage/VMDK: mostly cosmetic change to the code which writes VMDK …
|
|
|
@24678
|
15 years |
vboxsync |
Misc: Shut up annoying gcc warnings on darwin.
|
|
|
@24256
|
15 years |
vboxsync |
Storage/VMDK: undo incorrect fix, and real fix for the split VMDK bug
|
|
|
@24112
|
15 years |
vboxsync |
Storage/VMDK: fix bug in handling split images, causing failure to …
|
|
|
@23223
|
15 years |
vboxsync |
API: big medium handling change and lots of assorted other cleanups …
|
|
|
@22982
|
15 years |
vboxsync |
VBoxHDD: Add new parameter to VDGetFormat which takes a list of …
|
|
|
@22966
|
15 years |
vboxsync |
Storage: Convert the backends to use the interface for I/O rather than …
|
|
|
@21806
|
15 years |
vboxsync |
Storage/VBoxHDD: resurrect the facility to dump information about disk …
|
|
|
@21060
|
15 years |
vboxsync |
VMDK: AsyncIO doesn't work with more than one FLAT extent yet and fix …
|
|
|
@20640
|
15 years |
vboxsync |
Storage/VMDK: automatically set lsilogic as controller type if …
|
|
|
@20639
|
15 years |
vboxsync |
Storage/VMDK: reject any attempts to create growing ESX VMDK, as this …
|
|
|
@20167
|
16 years |
vboxsync |
First part of the PDMAsyncCompletion rewrite:
* The Host specific …
|
|
|
@19921
|
16 years |
vboxsync |
Storage/VMDK: avoid overlapping reads for streamOptimized files
|
|
|
@18966
|
16 years |
vboxsync |
Storage/Vmdk: compiler warning fix
|
|
|
@18822
|
16 years |
vboxsync |
gcc warning
|
|
|
@18566
|
16 years |
vboxsync |
Storage/API/VBoxManage/...: add maximum size check to prevent creation …
|
|
|
@18505
|
16 years |
vboxsync |
VmdkHDDCore.cpp: a bunch of size_t/unsigned mixups.
|
|
|
@18347
|
16 years |
vboxsync |
Storage/VMDK: fix reading certain VMDK files which have unusual …
|
|
|
@18331
|
16 years |
vboxsync |
Storage/VMDK: paranoia assertion
|
|
|
@18327
|
16 years |
vboxsync |
Main: fix VMDK image truncation with exports > 4 GB
|
|
|
@18179
|
16 years |
vboxsync |
Storage/VMDK: Make the descriptor bigger if it is unreasonably small …
|
|
|
@18149
|
16 years |
vboxsync |
Storage/VMDK: fix flush on close without breaking the cleanup when …
|
|
|
@18141
|
16 years |
vboxsync |
Storage/VMDK: fix incorrect version being stored in VMDK header …
|
|
|
@18067
|
16 years |
vboxsync |
Storage/VMDK: fix crash when create failed (recent regression), …
|
|
|
@17970
|
16 years |
vboxsync |
API/HardDisk, Storage/VBoxHDD, Frontend/VBoxManage: eliminated base …
|
|
|
@17852
|
16 years |
vboxsync |
Storage/VMDK: write the compressed block size to the marker.
|
|
|
@17847
|
16 years |
vboxsync |
Storage/VMDK: put decompression buffer allocation in a place where the …
|
|
|
@17775
|
16 years |
vboxsync |
Storage/VMDK: implement creating/writing (slightly relaxed append …
|
|
|
@16873
|
16 years |
vboxsync |
Storage/VBoxHDD: eliminate the obsolete "-new" part of the name.
|
|
|
@16871
|
16 years |
vboxsync |
Storage/VMDK: delete streamOptimized version paranoia. the version 3 …
|
|
|
@16827
|
16 years |
vboxsync |
Storage/VMDK: implement VMDK 1.1 streamOptimized format. read only at …
|
|
|
@15565
|
16 years |
vboxsync |
Storage/VMDK: fix querying comment if no comment is set. Must return …
|
|
|
@15554
|
16 years |
vboxsync |
Storage/Vmdk: fix pointer check when no comment is present.
|
|
|
@15366
|
16 years |
vboxsync |
Storage: Eradicated the last bits using the old VDI only backend, …
|
|
|
@14967
|
16 years |
vboxsync |
#3162: Another attempt to introduce compose name and location …
|
|
|
@14960
|
16 years |
vboxsync |
backed out r40315 as it breaks the tinderboxes
|
|
|
@14954
|
16 years |
vboxsync |
#3162: Added pfnComposeLocation and pfnComposeName callbacks to …
|
|
|
@14852
|
16 years |
vboxsync |
#3162: Plugin backends are now loaded upon startup, this should get …
|
|
|
@14302
|
16 years |
vboxsync |
Storage/VMDK: off by one, causing a crash getting the size of file data.
|
|
|
@14292
|
16 years |
vboxsync |
Storage/VMDK: fix vmdkGetFileSize, copy/paste bug and incorrect …
|
|
|
@14281
|
16 years |
vboxsync |
Storage/VMDK: Use AssertPtr whereever applicable
|
|
|
@13580
|
16 years |
vboxsync |
Ported s2 branch (r37120:38456).
|
|
|
@13295
|
16 years |
vboxsync |
#3230: Fixed memory leaks in VMDK, tstVD and VBoxHDD-new.
|
|
|
@13268
|
16 years |
vboxsync |
#3230: First bunch of integrated VMDK backend fixes by xVM Server …
|
|
|
@12928
|
16 years |
vboxsync |
warnings
|
|
|
@12892
|
16 years |
vboxsync |
AssertMsgRC
|
|
|
@12641
|
16 years |
vboxsync |
VmdkHDDCore.cpp: file header.
|
|
|
@12367
|
16 years |
vboxsync |
Storage/VMDK: disable paranoid size check because there are vmdks out …
|
|
|
@12353
|
16 years |
vboxsync |
Storage/VMDK: negated condition broke sparse vmdk files
|
|
|
@12306
|
16 years |
vboxsync |
Storage/VMDK: make it understand the really odd vmdk variant used by …
|
|
|
@11484
|
16 years |
vboxsync |
Storage/VBoxHDD-new: Add information about configuration settings …
|
|
|
@11444
|
16 years |
vboxsync |
Storage/VBoxHDD-new: introduced VD interfaces per image and per …
|
|
|
@11435
|
16 years |
vboxsync |
Storage: big cleanup of the VD interfaces, especially hide the linked …
|
|
|
@11421
|
16 years |
vboxsync |
Storage/VBoxHDD-new: Added backend info, listing the supported file …
|
|
|
@11353
|
16 years |
vboxsync |
VBoxHDD-new: add new UUID parameter to image creation, specifying …
|
|
|
@11287
|
16 years |
vboxsync |
Devices: %Vuuid -> %RTuuid (just preferred, not mandatory (yet))
|
|
|