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) @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
(edit) @44430   12 years vboxsync Storage: Fix endless loop in flush handling
(edit) @44415   12 years vboxsync Storage: Merge sync/async path for flush requests
(edit) @44412   12 years vboxsync Storage: Merge sync/async interface for the cache
(edit) @44408   12 years vboxsync Storage/VD: stop sabotaging the resize of diff images
(edit) @44400   12 years vboxsync Storage/VD: Further I/O path unification, drop synchronous …
(edit) @44396   12 years vboxsync Storage/VD: Drop critical section and replace it with queues to avoid …
(edit) @44252   12 years vboxsync Storage/Backends: async/sync I/O unification, remove separate entries …
(edit) @44242   12 years vboxsync Storage: Next step in the sync/async I/O unification, change all calls …
(edit) @44233   12 years vboxsync Storage: Preparations for the sync/async I/O unification
(edit) @44232   12 years vboxsync Storage: Fix regression introduced when adding …
(edit) @44226   12 years vboxsync VD: Update size field after a successful resize operation
(edit) @43861   12 years vboxsync Storage: Introduce new flag to skip unnecessary consistency checks in …
(edit) @43787   12 years vboxsync Storage: Repair images when opening if they are corrupted and can be …
(edit) @43739   12 years vboxsync Storage/VD: workaround for bug related to UUID handling of images …
(edit) @43141   12 years vboxsync VD: Fix broken async iSCSI support
(edit) @42040   12 years vboxsync Storage: Make it possible to set …
(edit) @42039   12 years vboxsync Storage: New return status code when a free block is read
(edit) @41785   12 years vboxsync Comment typos.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41315   13 years vboxsync Storage: Start of a VHDX backend for readonly access to import those …
(edit) @41244   13 years vboxsync Storage/VD: tweak error handling a bit so that file access errors are …
(edit) @41035   13 years vboxsync Storage: Fix compiler warning
(edit) @40991   13 years vboxsync Storage: Disable dynamic loading of backends on non x86 architectures
(edit) @40680   13 years vboxsync Storage/VD: Fix more places to properly handle the ignore flush flag …
(edit) @40679   13 years vboxsync Storage/VD: Fix ignore flush flag when creating images
(edit) @40258   13 years vboxsync Storage/VD: errors during closing all images in VDDestroy shouldn't be lost
(edit) @39928   13 years vboxsync VD: Disable optimization temporary until the crash is fixed
(edit) @39927   13 years vboxsync VD: Initialize member
(edit) @39893   13 years vboxsync VD: Optimization, reduce locking contention between EMT and the I/O …
(edit) @39798   13 years vboxsync VD: Add option to ignore flush requests
(edit) @39612   13 years vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39519   13 years vboxsync VD: API to repair corrupted images
(edit) @39413   13 years vboxsync VD: Fix reading wrong data under certain circumstances when using …
(edit) @38876   13 years vboxsync Storage: Add async discard API
(edit) @38673   13 years vboxsync VD/Discard: Bugfixes
(edit) @38671   13 years vboxsync VD: Destroy the discard state if the flags are changed
(edit) @38657   13 years vboxsync VD+VDI: Implement optimization for discard to avoid reading the …
(edit) @38621   13 years vboxsync VD: Initial support to discard unused blocks in an image + support for …
(edit) @38563   13 years vboxsync Storage: Add an almost working QCOW backend, can handle version 1 …
(edit) @38469   13 years vboxsync VD: Interface cleanup. Merge the two involved structures (generic …
(edit) @38463   13 years vboxsync Storage: Add QED backend
(edit) @38449   13 years vboxsync VD: Fix copy optimization
(edit) @38409   13 years vboxsync VD: Fix a possible deadlock if the block cache is enabled
(edit) @38203   13 years vboxsync VD: New VDCopyEx() API which can speedup cloning of diff images when …
(edit) @37329   13 years vboxsync VD: Remove left over defines for logging and assertions
(edit) @37121   14 years vboxsync VD: Fix deadlock
(edit) @37119   14 years vboxsync VD: Fix rare hangs during I/O with flat VMDK images
(edit) @37100   14 years vboxsync VD,VMDK: Enable debug logging for release builds
(edit) @37073   14 years vboxsync VD: Fix lock owner when unlocking the disk
(edit) @37045   14 years vboxsync Enable a few assertions temporary
(edit) @36633   14 years vboxsync Storage: Small cleanup. Drops VDImageIsAsyncIOSupported, it is …
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