VirtualBox

source: vbox/trunk/src/VBox/Storage/VMDK.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @77773   6 年 vboxsync Storage/VMDK: Limit the maximum supported descriptor size to avoid …
(edit) @76904   6 年 vboxsync Storage/VMDK: Don't try to flush the image when closing it after …
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @73097   6 年 vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @70853   7 年 vboxsync Storage/VMDK: Quick fix for handling descriptors of VMDK images …
(edit) @69500   7 年 vboxsync *: scm --update-copyright-year
(edit) @69498   7 年 vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 年 vboxsync *: scm --update-copyright-year
(edit) @69230   7 年 vboxsync Storage: scm updates
(edit) @69037   7 年 vboxsync bugref:9014. Fixed typo.
(edit) @69036   7 年 vboxsync bugref:9014. Fixed the error from changeset r110635.
(edit) @68787   7 年 vboxsync Storage/VDI+VHD+VMDK: Preserve the error code (instead of ignoring) …
(edit) @67744   7 年 vboxsync Storage/VMDK: Missing check (regression from 110625)
(edit) @66505   8 年 vboxsync Storage/VDI,VMDK: Allocate the correct amount of memory when probing
(edit) @66486   8 年 vboxsync Storage/VD: Convert all backends to use the region list callbacks, …
(edit) @66250   8 年 vboxsync Storage,DrvVD,Main,VBoxManage: Rename VBOXHDD to VDISK, the VBoxHDD …
(edit) @66110   8 年 vboxsync Storage/VD: Implement infrastructure for region lists to be able to …
(edit) @64272   8 年 vboxsync Storage: Doxygen fixes
(edit) @63905   8 年 vboxsync Storage/VD: Add proper versioning of the backend structures instead of …
(edit) @63840   8 年 vboxsync VMDK: fix
(edit) @63826   8 年 vboxsync Storage/VMDK: Cleanup (part 5, get rid of goto in vmdkRename and split …
(edit) @63825   8 年 vboxsync Storage/VMDK: Cleanup (part 4, get rid of goto in vmdkOpenImage)
(edit) @63811   8 年 vboxsync Storage: Cleanup, let vdIfIoIntFileSetAllocationSize take a progress …
(edit) @63805   8 年 vboxsync Storage/VMDK: Cleanup, get rid of goto ... (part 3)
(edit) @63802   8 年 vboxsync Storage/VD: Rename pfnCheckIfValid to pfnProbe as it is shorter and …
(edit) @63801   8 年 vboxsync Storage/VMDK: Cleanup, get rid of goto... (part 1, build fix)
(edit) @63800   8 年 vboxsync Storage/VMDK: Cleanup (part 2, get rid of unused code for ESX type …
(edit) @63799   8 年 vboxsync Storage/VMDK: Cleanup, get rid of goto... (part 1, build fix)
(edit) @63798   8 年 vboxsync Storage/VMDK: Cleanup, get rid of goto... (part 1)
(edit) @63785   8 年 vboxsync Storage/VD: Doxygen after VBOXHDDBACKEND -> VDIMAGEBACKEND
(edit) @63781   8 年 vboxsync Storage/VD: Rename VBOXHDDBACKEND to VDIMAGEBACKEND to follow the …
(edit) @63644   8 年 vboxsync VMDK: Fix possible endless loop when reading when processing the grain …
(edit) @63567   8 年 vboxsync scm: cleaning up todos
(edit) @63151   8 年 vboxsync remove leftover
(edit) @63150   8 年 vboxsync Storage/VMDK: Several fixes: 1. Don't reject async I/O for VMDK …
(edit) @62757   8 年 vboxsync vmdkDescSetStr: why bother skipping blanks after '='?
(edit) @62756   8 年 vboxsync vmdkDescSetStr: Splitting a expression according to operator …
(edit) @62755   8 年 vboxsync Storage: warnings.
(edit) @61852   8 年 vboxsync Storage/VMDK: Addendum for r108253, make sure to always increase the …
(edit) @61844   8 年 vboxsync Storage/VMDK: Fix corrupting stream optimized VMDK images on first non …
(edit) @61757   8 年 vboxsync Storage/VMDK: Be more verbose about which value is not correctly quoted
(edit) @61711   8 年 vboxsync Storage/VMDK: Raise the limit for sparse images to 256TB-64K …
(edit) @60608   9 年 vboxsync Main+Storage/VD: add a capability which marks preferred medium format …
(edit) @60033   9 年 vboxsync Storage/VMDK: typo (thanks PVS)
(edit) @59609   9 年 vboxsync VMDK.cpp: Corrected incorrect free. Drop const on temporary strings …
(edit) @59455   9 年 vboxsync Storage/VD: Remove the custom code in each backend which allocates all …
(edit) @58132   9 年 vboxsync *: Doxygen fixes.
(edit) @57388   9 年 vboxsync DECLCALLBACK
(edit) @57385   9 年 vboxsync Storage/VMDK: Fix regression causing RW extents to be opened readonly …
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @57064   9 年 vboxsync Frontends/VBoxManage+Storage/VMDK: introduce support for creating raw …
(edit) @57007   9 年 vboxsync Storage: Error formatting fixes.
(edit) @56754   9 年 vboxsync Storage: More minor memory leak fixes in testcases, unused code or …
(edit) @56379   9 年 vboxsync Storage/VMDK: small "just in case" code adjustments, shouldn't be …
(edit) @54430   10 年 vboxsync Storage/VD: make use of the image type (hdd/dvd/floppy) for sanity …
(edit) @54117   10 年 vboxsync don't check for VALID_PTR after RTMem*Alloc(), that's overkill
(edit) @50988   11 年 vboxsync Storage/VD: Cleanup VD plugin handling. One shared object can now …
(edit) @49231   11 年 vboxsync VMDK: Sketched the code for using RTZipBlockDecompress in …
(edit) @49039   11 年 vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @48860   11 年 vboxsync build fix
(edit) @48851   11 年 vboxsync Storage: Addressing 64-bit windows warnings.
(edit) @48743   11 年 vboxsync Storage/VD: Add support for different sector sizes (only opening and …
(edit) @47832   11 年 vboxsync Storage/VMDK: warnings
(edit) @46613   11 年 vboxsync Storage: Propagate errors when closing a file but free everything …
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @44252   12 年 vboxsync Storage/Backends: async/sync I/O unification, remove separate entries …
(edit) @44233   12 年 vboxsync Storage: Preparations for the sync/async I/O unification
(edit) @44232   12 年 vboxsync Storage: Fix regression introduced when adding …
(edit) @43861   12 年 vboxsync Storage: Introduce new flag to skip unnecessary consistency checks in …
(edit) @43818   12 年 vboxsync Storage: Endian fix for VMDK stream optimized images
(edit) @41767   12 年 vboxsync Storage/VMDK: Coalesce reads when checking for inconsistencies between …
(edit) @40843   13 年 vboxsync Storage: Miscellaneous bug fixes to make the library work on big …
(edit) @40739   13 年 vboxsync VDI, VMDK: fixed minor memory leak if the image does not exist
(edit) @39519   13 年 vboxsync VD: API to repair corrupted images
(edit) @39052   13 年 vboxsync VMDK: Improve error message if a stream optimized image is corrupted
(edit) @38876   13 年 vboxsync Storage: Add async discard API
(edit) @38819   13 年 vboxsync Storage/VMDK: VMware have apparently introduced a new marker with …
(edit) @38693   13 年 vboxsync Storage/VMDK: fixed progress indicator
(edit) @38621   13 年 vboxsync VD: Initial support to discard unused blocks in an image + support for …
(edit) @38469   13 年 vboxsync VD: Interface cleanup. Merge the two involved structures (generic …
(edit) @38030   13 年 vboxsync VMDK: Remove debug logging and assertions from release builds
(edit) @37483   13 年 vboxsync Storage/{VDI,VMDK}: Refuse to create an image with an invalid image …
(edit) @37246   14 年 vboxsync Storage/VMDK+VDI: fix error handling when pointing to a zero size file
(edit) @37100   14 年 vboxsync VD,VMDK: Enable debug logging for release builds
(edit) @36633   14 年 vboxsync Storage: Small cleanup. Drops VDImageIsAsyncIOSupported, it is …
(edit) @36514   14 年 vboxsync VMDK: Reject VD_OPEN_FLAGS_ASYNC_IO for stream optimized images
(edit) @36173   14 年 vboxsync Storage/VMDK: fix small and harmless UUID issue when "adopting" an …
(edit) @36137   14 年 vboxsync VMDK: Logging fix
(edit) @36018   14 年 vboxsync VMDK: Remove unused code and merge missing part into vmdkAsyncFlush
(edit) @35987   14 年 vboxsync VMDK: Always write last grain directory for stream optimized VMDKs.
(edit) @34885   14 年 vboxsync VMDK: Fix corruption
(edit) @34581   14 年 vboxsync Storage/VMDK: reading of fixed image descriptor files needs to handle …
(edit) @34014   14 年 vboxsync scm whitespace cleanup
(edit) @34008   14 年 vboxsync Storage/VMDK: fix
(edit) @33996   14 年 vboxsync Storage/VMDK: access to pointer before we check for NULL
(edit) @33943   14 年 vboxsync VMDK: Fix memory leak in case of buffer overflow error
(edit) @33937   14 年 vboxsync Storage/VMDK: pvDescriptor might be used uninitialized
(copy) @33567   14 年 vboxsync VD: Move the generic virtual disk framework + backends to …
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp 複製
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette