VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @72051   7 years vboxsync Storage: init RTListMove destination
(edit) @69329   7 years vboxsync comment typo
(edit) @69328   7 years vboxsync bugref:8674. VDMerge: added comparison between new and old percent of …
(edit) @67464   7 years vboxsync VD.cpp: VDGetFormat: Here be dragons. Killed the one named VERR_EOF, …
(edit) @66665   8 years vboxsync Storage/VD: Don't access any members of the I/O context after calling …
(edit) @66488   8 years vboxsync Storage/VD: Convert all backends to use the region list callbacks, …
(edit) @66487   8 years vboxsync Storage/VD: Convert all backends to use the region list callbacks, …
(edit) @66486   8 years vboxsync Storage/VD: Convert all backends to use the region list callbacks, …
(edit) @66378   8 years vboxsync Storage/VD: Some cleanup (part 1), move the code related to plugin and …
(edit) @66250   8 years vboxsync Storage,DrvVD,Main,VBoxManage: Rename VBOXHDD to VDISK, the VBoxHDD …
(edit) @66248   8 years vboxsync Storage/VD: Get rid of VBOXHDD prefixes, the library was renamed from …
(edit) @66209   8 years vboxsync VD: Return success if the backend doesn't support region lists and one …
(edit) @66140   8 years vboxsync Storage: Add backend to handle CUE/BIN images (not yet working as the …
(edit) @66110   8 years vboxsync Storage/VD: Implement infrastructure for region lists to be able to …
(edit) @64766   8 years vboxsync src/VBox: Make the use of the iterator for …
(edit) @64765   8 years vboxsync Storage/VD: (bugref:8685) Fixed VBoxSVC crash on removing extpack …
(edit) @64712   8 years vboxsync Storage/VD: Add a message explaining why the size is invalid
(edit) @64711   8 years vboxsync VD: Check that the size is aligned to a 512 byte sector boundary
(edit) @64272   8 years vboxsync Storage: Doxygen fixes
(edit) @63905   8 years vboxsync Storage/VD: Add proper versioning of the backend structures instead of …
(edit) @63830   8 years vboxsync Storage/VD: Cleanup, get rid of goto …
(edit) @63811   8 years vboxsync Storage: Cleanup, let vdIfIoIntFileSetAllocationSize take a progress …
(edit) @63802   8 years vboxsync Storage/VD: Rename pfnCheckIfValid to pfnProbe as it is shorter and …
(edit) @63781   8 years vboxsync Storage/VD: Rename VBOXHDDBACKEND to VDIMAGEBACKEND to follow the …
(edit) @63733   8 years vboxsync VD: Reject creating base image variants which are not supported by the …
(edit) @63567   8 years vboxsync scm: cleaning up todos
(edit) @63495   8 years vboxsync warnings (clang)
(edit) @62873   8 years vboxsync Storage: warnings.
(edit) @62739   8 years vboxsync Storage: warnings.
(edit) @62738   8 years vboxsync Storage: warnings.
(edit) @62482   8 years vboxsync (C) 2016
(edit) @62471   8 years vboxsync Misc: scm
(edit) @62214   8 years vboxsync Storage/VD: Fix allocating too much for a file (fixes creating fixed …
(edit) @60873   9 years vboxsync please stay without 130 columns.
(edit) @60032   9 years vboxsync Storage/VD: comment
(edit) @60027   9 years vboxsync Storage/VD: Remove unnecessary condition (thanks PVS)
(edit) @59462   9 years vboxsync Storage/VD: Use the new RTFileSetAllocationSize() IPRT API
(edit) @59455   9 years vboxsync Storage/VD: Remove the custom code in each backend which allocates all …
(edit) @59295   9 years vboxsync Another try
(edit) @59293   9 years vboxsync Build fix
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57559   9 years vboxsync Storage/VD: Allow block allocation when writing back the encrypted …
(edit) @57390   9 years vboxsync build fix
(edit) @57388   9 years vboxsync DECLCALLBACK
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57213   9 years vboxsync split VERR_VD_RAW_INVALID_HEADER a bit further to have better error …
(edit) @56993   9 years vboxsync Storage: Log & Assertion formatting fixes.
(edit) @56748   9 years vboxsync Storage/VD: Fix three possible memory leaks (unlikely to hit) in case …
(edit) @55271   10 years vboxsync Storage: Calculate progress based on the real file size instead of …
(edit) @54835   10 years vboxsync Encryption: Add a way to retrieve the encryption settings without …
(edit) @54752   10 years vboxsync Log cosmetics.
(edit) @54743   10 years vboxsync VD: Don't set an error when creating the filter failed, appropriate …
(edit) @54624   10 years vboxsync Storage/VD: Add API to prepare a chain of images for use with filters
(edit) @54591   10 years vboxsync Add support to supply passwords for disk encryption while the VM is running
(edit) @54430   10 years vboxsync Storage/VD: make use of the image type (hdd/dvd/floppy) for sanity …
(edit) @54340   10 years vboxsync Storage/VD: Allow different filter chains for reads and writes …
(edit) @54117   10 years vboxsync don't check for VALID_PTR after RTMem*Alloc(), that's overkill
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53337   10 years vboxsync Storage/VD: Fix broken resume after the VM was suspended due to a full …
(edit) @52585   10 years vboxsync Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: handle …
(edit) @52359   10 years vboxsync Unused variable
(edit) @52358   10 years vboxsync Storage/VD,VHD: Fix crash with certain VHD images with only partial …
(edit) @52268   10 years vboxsync VD: Fix read corruption under rare circumstances if a read happens …
(edit) @51886   10 years vboxsync VD: Add API to query information about a filter
(edit) @51756   10 years vboxsync Storage/VD: Fix crash
(edit) @51754   10 years vboxsync Main,DrvVD,VD: Implement support for VD plugins from extension packs
(edit) @51751   10 years vboxsync Storage/VD: Add methods to load a plugin from a given path/file. …
(edit) @51750   10 years vboxsync Storage: Fix concurrency issue with filters configured which can …
(edit) @51623   10 years vboxsync Storage: Fix possible data corruption or read errors if a request …
(edit) @51102   11 years vboxsync Storage/FilterCrypt: Remove hardcoded data unit size of 512 bytes and …
(edit) @51073   11 years vboxsync VD: Fixes for filter support
(edit) @50991   11 years vboxsync Storage: Add support for filter plugins
(edit) @50988   11 years vboxsync Storage/VD: Cleanup VD plugin handling. One shared object can now …
(edit) @50852   11 years vboxsync Storage/VD: Zero free blocks in the parent read callback used for …
(edit) @49944   11 years vboxsync Storage,VHD: Fix I/O if VD_OPEN_FLAGS_HONOR_SAME is used
(edit) @49880   11 years vboxsync Storage/VD: Fix bug which causes that data is read twice. Because …
(edit) @49388   11 years vboxsync Storage: Small fix to previous change
(edit) @49387   11 years vboxsync Storage/VD: Remove disk full hack and use the proper way to return the …
(edit) @49314   11 years vboxsync Storage: Modify hack to fix hanging VMs when the dis is full during …
(edit) @48957   11 years vboxsync Storage: Whitespace cleanups by scm.
(edit) @48853   11 years vboxsync disabled some of the new assertions as dmgRead or/and vdCopyHelper …
(edit) @48848   11 years vboxsync VD.cpp: Windows warnings.
(edit) @48743   11 years vboxsync Storage/VD: Add support for different sector sizes (only opening and …
(edit) @48574   11 years vboxsync pr6938. Error VERR_DISK_FULL isn't replaced by …
(edit) @48563   11 years vboxsync VD: Don't try to repair corrupted images when they are opened read only
(edit) @48532   11 years vboxsync VD: Correct status code passing for synchronous requests
(edit) @47420   11 years vboxsync Storage: Fix assertion when using the iSCSI backend
(edit) @47026   11 years vboxsync VD.cpp: Don't assert when reading beyond the end of a floppy image. We …
(edit) @46712   11 years vboxsync Storage: Don't set the modified flag when copying images with VDCopy, …
(edit) @46679   11 years vboxsync Storage: Update parent image override when creating a child I/O …
(edit) @46613   11 years vboxsync Storage: Propagate errors when closing a file but free everything …
(edit) @46112   12 years vboxsync Storage: Fix race condition causing I/O hangs
(edit) @45898   12 years vboxsync Storage: Fix lost writes when the iSCSI is used with snapshots
(edit) @45180   12 years vboxsync Storage: Fix hang for sync I/O under some circumstances
(edit) @45155   12 years vboxsync Storage: Another shot at the I/O unification after fixing a bug
(edit) @44799   12 years vboxsync Revert r83909 again, seems to cause trouble on the testboxes
(edit) @44794   12 years vboxsync Storage: Another try to unify sync and async I/O code
(edit) @44628   12 years vboxsync Backout r83702 because it causes regressions
(edit) @44616   12 years vboxsync Storage/VD: Remove the leftovers of the sync I/O path, everything is …
(edit) @44431   12 years vboxsync Storage: Unused variable
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