VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @77780   6 年 vboxsync Storage/VHD: Fix memory leak in error case
(edit) @77699   6 年 vboxsync Storage/VHD,Parallels: Plug two small memory leaks when opening an …
(edit) @76589   6 年 vboxsync IPRT: Attempted to address some the more obvious shortcomings of …
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @76408   6 年 vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76154   6 年 vboxsync Main: bugref:9324: Added new error for "medium shrink is not allowed"
(edit) @73097   6 年 vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72577   6 年 vboxsync Storage/VHD: Stay within possible limits of the VDH spec for the block …
(edit) @72574   6 年 vboxsync Storage/VHD: Stay within possible limits of the VDH spec for the block …
(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) @68787   7 年 vboxsync Storage/VDI+VHD+VMDK: Preserve the error code (instead of ignoring) …
(edit) @66486   8 年 vboxsync Storage/VD: Convert all backends to use the region list callbacks, …
(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) @63811   8 年 vboxsync Storage: Cleanup, let vdIfIoIntFileSetAllocationSize take a progress …
(edit) @63802   8 年 vboxsync Storage/VD: Rename pfnCheckIfValid to pfnProbe as it is shorter and …
(edit) @63794   8 年 vboxsync Storage/VHD: Cleanup, get rid of goto…
(edit) @63785   8 年 vboxsync Storage/VD: Doxygen after VBOXHDDBACKEND -> VDIMAGEBACKEND
(edit) @63781   8 年 vboxsync Storage/VD: Rename VBOXHDDBACKEND to VDIMAGEBACKEND to follow the …
(edit) @63567   8 年 vboxsync scm: cleaning up todos
(edit) @62794   8 年 vboxsync Storage/VHD: Fix todo about uninitialized variable
(edit) @62754   8 年 vboxsync vhdLocatorUpdate: TODO: unused variable
(edit) @62753   8 年 vboxsync Storage: warnings.
(edit) @60608   9 年 vboxsync Main+Storage/VD: add a capability which marks preferred medium format …
(edit) @59455   9 年 vboxsync Storage/VD: Remove the custom code in each backend which allocates all …
(edit) @58132   9 年 vboxsync *: Doxygen fixes.
(edit) @57399   9 年 vboxsync build fix
(edit) @57388   9 年 vboxsync DECLCALLBACK
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(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) @52695   10 年 vboxsync Storage/VHD: Fix resize corruption if the image has more than 4GB of …
(edit) @52468   10 年 vboxsync Storage/VHD: Fix use of uninitialized variable in error case
(edit) @52358   10 年 vboxsync Storage/VD,VHD: Fix crash with certain VHD images with only partial …
(edit) @52277   10 年 vboxsync VHD: Remove ASMBitTest and ASMBitTestAndSet because they were used …
(edit) @51091   11 年 vboxsync Storage/VHD: Don't clear parent locator entries if there is no parent …
(edit) @50988   11 年 vboxsync Storage/VD: Cleanup VD plugin handling. One shared object can now …
(edit) @50851   11 年 vboxsync Storage/VHD: Fix wrong assertion in compaction callback
(edit) @49944   11 年 vboxsync Storage,VHD: Fix I/O if VD_OPEN_FLAGS_HONOR_SAME is used
(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) @46613   11 年 vboxsync Storage: Propagate errors when closing a file but free everything …
(edit) @44786   12 年 vboxsync VHD: Fix for the Hyper-V incompatibility fix, some places still used …
(edit) @44673   12 年 vboxsync VHD: gcc warning
(edit) @44671   12 年 vboxsync Storage/VHD: Fix incompatibility with Hyper-V. The WI2K and WI2R …
(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) @44229   12 年 vboxsync Storage/VHD: don't log the data read upon return
(edit) @44139   12 年 vboxsync Storage/VHD: Pad sector bitmaps to a 512 byte boundary as required by …
(edit) @43787   12 年 vboxsync Storage: Repair images when opening if they are corrupted and can be …
(edit) @40843   13 年 vboxsync Storage: Miscellaneous bug fixes to make the library work on big …
(edit) @40240   13 年 vboxsync Storage: Implement repair callback for VDI, fixes for the VHD repair …
(edit) @40107   13 年 vboxsync Storage: The backend has to provide the nweline when calling …
(edit) @40034   13 年 vboxsync Storage/VHD: Same bug as the VDI backend
(edit) @39577   13 年 vboxsync Storage/VHD: Implement repair callback
(edit) @39519   13 年 vboxsync VD: API to repair corrupted images
(edit) @38876   13 年 vboxsync Storage: Add async discard API
(edit) @38621   13 年 vboxsync VD: Initial support to discard unused blocks in an image + support for …
(edit) @38521   13 年 vboxsync VHD: Fix the async I/O version too
(edit) @38519   13 年 vboxsync VHD: Fix the fix
(edit) @38518   13 年 vboxsync VHD: Clip read size before checking if the block is allocated. Fixes …
(edit) @38469   13 年 vboxsync VD: Interface cleanup. Merge the two involved structures (generic …
(edit) @37737   13 年 vboxsync VHD: Fix possible data corruption
(edit) @36636   14 年 vboxsync VHD: Bugfix for compact
(edit) @36633   14 年 vboxsync Storage: Small cleanup. Drops VDImageIsAsyncIOSupported, it is …
(edit) @36632   14 年 vboxsync VHD: Code drop for compaction, completely untested so don't yet use if …
(edit) @34147   14 年 vboxsync Storage: a few warnings and a typo
(copy) @33567   14 年 vboxsync VD: Move the generic virtual disk framework + backends to …
trunk/src/VBox/Devices/Storage/VHDHDDCore.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