VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(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) @66110   8 年 vboxsync Storage/VD: Implement infrastructure for region lists to be able to …
(edit) @65644   8 年 vboxsync gcc 7: Storage: fall thru
(edit) @64784   8 年 vboxsync Storage/VDI: Silently repair images with a non sector aligned disk …
(edit) @64711   8 年 vboxsync VD: Check that the size is aligned to a 512 byte sector boundary
(edit) @64693   8 年 vboxsync Storage/VDI: Check that the new size is within the supported range
(edit) @64504   8 年 vboxsync VDI: Only change the offset of the data blocks if the current start …
(edit) @64272   8 年 vboxsync Storage: Doxygen fixes
(edit) @63905   8 年 vboxsync Storage/VD: Add proper versioning of the backend structures instead of …
(edit) @63887   8 年 vboxsync Storage/VDI: Fix creating fixed size images after cleanup
(edit) @63811   8 年 vboxsync Storage: Cleanup, let vdIfIoIntFileSetAllocationSize take a progress …
(edit) @63809   8 年 vboxsync Storage/VDI: Cleanup, get rid of goto …
(edit) @63802   8 年 vboxsync Storage/VD: Rename pfnCheckIfValid to pfnProbe as it is shorter and …
(edit) @63785   8 年 vboxsync Storage/VD: Doxygen after VBOXHDDBACKEND -> VDIMAGEBACKEND
(edit) @63781   8 年 vboxsync Storage/VD: Rename VBOXHDDBACKEND to VDIMAGEBACKEND to follow the …
(edit) @62873   8 年 vboxsync Storage: warnings.
(edit) @62742   8 年 vboxsync Storage: warnings.
(edit) @62740   8 年 vboxsync VDI*: Disabling MSC warnings for the v1plus UUIDs alignment 'problem'. …
(edit) @62153   8 年 vboxsync Storage/VDI: Fix possible integer underflow when calculating the …
(edit) @60608   9 年 vboxsync Main+Storage/VD: add a capability which marks preferred medium format …
(edit) @59458   9 年 vboxsync Build fix
(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) @57007   9 年 vboxsync Storage: Error formatting fixes.
(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) @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) @46612   11 年 vboxsync Storage/VDI: Fix lost comments (only trunk affected)
(edit) @45486   12 年 vboxsync Storage: Fix unused label and variable warnings
(edit) @45069   12 年 vboxsync Storage/VDI: Remove rounding to the next MB boundary (should fix …
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @44252   12 年 vboxsync Storage/Backends: async/sync I/O unification, remove separate entries …
(edit) @44242   12 年 vboxsync Storage: Next step in the sync/async I/O unification, change all calls …
(edit) @44233   12 年 vboxsync Storage: Preparations for the sync/async I/O unification
(edit) @44232   12 年 vboxsync Storage: Fix regression introduced when adding …
(edit) @44225   12 年 vboxsync Storage/VDI: Fix data corruption after a resize if more than 1 block …
(edit) @43602   12 年 vboxsync Storage/VDI: Make the block data alignment configurable
(edit) @42915   12 年 vboxsync Storage/VDI: Remove debugging aid
(edit) @42914   12 年 vboxsync Storage/VDI: Plug memory leak in vdiAsyncDiscard
(edit) @40953   13 年 vboxsync Storage/VDI: Another small fix for newly created images, which lacked …
(edit) @40936   13 年 vboxsync Storage/VDI: Commit again after fixing the uuid corruption issue
(edit) @40935   13 年 vboxsync backed out r77457 (due to VDI file content corruption)
(edit) @40906   13 年 vboxsync Storage/VDI: Make the backend work on big endian architectures
(edit) @40739   13 年 vboxsync VDI, VMDK: fixed minor memory leak if the image does not exist
(edit) @40713   13 年 vboxsync Storage/VDI: Check for out of bounds access when reading from an image
(edit) @40241   13 年 vboxsync Storage/VDI: Convert block array from/to little endianness
(edit) @40240   13 年 vboxsync Storage: Implement repair callback for VDI, fixes for the VHD repair …
(edit) @40033   13 年 vboxsync Storage/VDI: Show properties in the first line of the file
(edit) @40032   13 年 vboxsync Storage/VDI: Fix possible corruption when compacting an image with …
(edit) @40031   13 年 vboxsync Storage/VDI: Check whether the block is in use if the interface exists
(edit) @39911   13 年 vboxsync VDI: Fix uninitialized variables causing assertions in debug builds …
(edit) @39519   13 年 vboxsync VD: API to repair corrupted images
(edit) @38876   13 年 vboxsync Storage: Add async discard API
(edit) @38676   13 年 vboxsync VDI/Discard: Don't read and check a block if the whole block is …
(edit) @38657   13 年 vboxsync VD+VDI: Implement optimization for discard to avoid reading the …
(edit) @38647   13 年 vboxsync VDI: Update reversed block pointer array, fixes incorrect discards …
(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) @38202   13 年 vboxsync VDI: Logging fix
(edit) @37552   13 年 vboxsync Storage/VDI: do not allocate a block on write if the caller expressed …
(edit) @37483   13 年 vboxsync Storage/{VDI,VMDK}: Refuse to create an image with an invalid image …
(edit) @37246   13 年 vboxsync Storage/VMDK+VDI: fix error handling when pointing to a zero size file
(edit) @36633   14 年 vboxsync Storage: Small cleanup. Drops VDImageIsAsyncIOSupported, it is …
(edit) @33947   14 年 vboxsync Storage/VDI: can create images up to 4PB-3MB capacity, the previous …
(edit) @33595   14 年 vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(copy) @33567   14 年 vboxsync VD: Move the generic virtual disk framework + backends to …
trunk/src/VBox/Devices/Storage/VDIHDDCore.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