VirtualBox

source: vbox/trunk/src/VBox/Storage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @39413   13 years vboxsync VD: Fix reading wrong data under certain circumstances when using …
(edit) @39052   13 years vboxsync VMDK: Improve error message if a stream optimized image is corrupted
(edit) @38945   13 years vboxsync vbox-img: cosmetics
(edit) @38939   13 years vboxsync Storage/vbox-img: Add createbase command, replace VDCloseAll with …
(edit) @38876   13 years vboxsync Storage: Add async discard API
(edit) @38875   13 years vboxsync Storage/QCOW: Fix v1 support, compatible with qemu now
(edit) @38819   13 years vboxsync Storage/VMDK: VMware have apparently introduced a new marker with …
(edit) @38693   13 years vboxsync Storage/VMDK: fixed progress indicator
(edit) @38676   13 years vboxsync VDI/Discard: Don't read and check a block if the whole block is …
(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) @38647   13 years vboxsync VDI: Update reversed block pointer array, fixes incorrect discards …
(edit) @38645   13 years vboxsync tstVDIo: Disable on Windows until the link problems are fixed
(edit) @38644   13 years vboxsync VDDbg+DrvDiskIntegrity+tstVDIo: Bugfixes and add a I/O log replay …
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38631   13 years vboxsync IoLog+DrvDiskIntegrity: Add logging of discard requests
(edit) @38623   13 years vboxsync Add logging groups
(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) @38562   13 years vboxsync QED: Bug fixes
(edit) @38552   13 years vboxsync fix OSE
(edit) @38540   13 years vboxsync VD: Start of a new library which contains utilities for debugging, …
(edit) @38521   13 years vboxsync VHD: Fix the async I/O version too
(edit) @38519   13 years vboxsync VHD: Fix the fix
(edit) @38518   13 years vboxsync VHD: Clip read size before checking if the block is allocated. Fixes …
(edit) @38469   13 years vboxsync VD: Interface cleanup. Merge the two involved structures (generic …
(edit) @38464   13 years vboxsync tstVDIo: Add testcase for QED
(edit) @38463   13 years vboxsync Storage: Add QED backend
(edit) @38462   13 years vboxsync tstVDIo: Updates
(edit) @38449   13 years vboxsync VD: Fix copy optimization
(edit) @38413   13 years vboxsync VD/Parallels: Cleanup, fixes and implement support for parallels image …
(edit) @38409   13 years vboxsync VD: Fix a possible deadlock if the block cache is enabled
(edit) @38352   13 years vboxsync Storage/testcase: allow to create bigger virtual disk images than 1TB
(edit) @38333   13 years vboxsync Storage/RAW: Remove superfluous line
(edit) @38204   13 years vboxsync tstVDIo: New testcase for image cloning
(edit) @38203   13 years vboxsync VD: New VDCopyEx() API which can speedup cloning of diff images when …
(edit) @38202   13 years vboxsync VDI: Logging fix
(edit) @38082   13 years vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @38030   13 years vboxsync VMDK: Remove debug logging and assertions from release builds
(edit) @37739   13 years vboxsync Parallels: Fix possible data corruption
(edit) @37737   13 years vboxsync VHD: Fix possible data corruption
(edit) @37688   13 years vboxsync Storage/iSCSI: log opening and closing of connections, with local port …
(edit) @37552   13 years vboxsync Storage/VDI: do not allocate a block on write if the caller expressed …
(edit) @37483   13 years vboxsync Storage/{VDI,VMDK}: Refuse to create an image with an invalid image …
(edit) @37329   14 years vboxsync VD: Remove left over defines for logging and assertions
(edit) @37308   14 years vboxsync tstVDIo: Implement support for async flushes
(edit) @37246   14 years vboxsync Storage/VMDK+VDI: fix error handling when pointing to a zero size file
(edit) @37235   14 years vboxsync Storage/Makefile.kmk: Grrr! Cleaned up some unreadable mess.
(edit) @37176   14 years vboxsync iSCSI: Pause the VM if a request times out.
(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) @36949   14 years vboxsync tstVDIo: Fix the testcase
(edit) @36637   14 years vboxsync tstVDIo: Bugfix and extend compact testcase to VHD
(edit) @36636   14 years vboxsync VHD: Bugfix for compact
(edit) @36635   14 years vboxsync tstVDIo: Introduce I/O patterns to fill images with certain data. …
(edit) @36634   14 years vboxsync tstVDIo: Two new handlers to test VDMerge and VDCompact
(edit) @36633   14 years vboxsync Storage: Small cleanup. Drops VDImageIsAsyncIOSupported, it is …
(edit) @36632   14 years vboxsync VHD: Code drop for compaction, completely untested so don't yet use if …
(edit) @36529   14 years vboxsync iprt::non_copyable -> RTCNonCopyable (now in utils.h), moved and …
(edit) @36514   14 years vboxsync VMDK: Reject VD_OPEN_FLAGS_ASYNC_IO for stream optimized images
(edit) @36513   14 years vboxsync DMG: Reject VD_OPEN_FLAGS_ASYNC_IO, correct fix
(edit) @36512   14 years vboxsync DMG: Reject VD_OPEN_FLAGS_ASYNC_IO
(edit) @36344   14 years vboxsync Runtime/log: implement log rotation, adapt all code creating log files …
(edit) @36292   14 years vboxsync VD: Fix possible race condition which can lead to hanging I/O requests
(edit) @36278   14 years vboxsync VD: Fix leak if queuing a I/O request failed
(edit) @36230   14 years vboxsync iSCSI: Limit the number of certain error messages in the release log …
(edit) @36221   14 years vboxsync Storage: Fix forgotten unlock of the disk
(edit) @36173   14 years vboxsync Storage/VMDK: fix small and harmless UUID issue when "adopting" an …
(edit) @36137   14 years vboxsync VMDK: Logging fix
(edit) @36136   14 years vboxsync Storage: Fix read from wrong snapshots. Happens only with formats …
(edit) @36135   14 years vboxsync tstVDIo: New command for printing messages (no formatting) and a new …
(edit) @36134   14 years vboxsync tstVDIo: Add simple data verification.
(edit) @36133   14 years vboxsync iSCSI: Clear tail pointer of waiting PDUs during reattach too (safety) …
(edit) @36132   14 years vboxsync VD: Update the modification UUID during async I/O
(edit) @36131   14 years vboxsync tstVDIo: Updates
(edit) @36018   14 years vboxsync VMDK: Remove unused code and merge missing part into vmdkAsyncFlush
(edit) @35987   14 years vboxsync VMDK: Always write last grain directory for stream optimized VMDKs.
(edit) @35789   14 years vboxsync Storage/tstVDIo: Updates + sample script which is a replacement of …
(edit) @35781   14 years vboxsync Storage/VD: Use the correct image for writing, fixes VERR_VD_READONLY …
(edit) @35671   14 years vboxsync Storeage/tstVDIo: Fixes
(edit) @35664   14 years vboxsync tstVDIo: Bugfixes
(edit) @35663   14 years vboxsync Storage/tstVDIo: Random I/O access mode and dumpfile command
(edit) @35597   14 years vboxsync Storage/tstVDIo: Build fix
(edit) @35596   14 years vboxsync Storage/tstVDIo: Basic working testcase for async and sync I/O
(edit) @35579   14 years vboxsync scm: cleanups and adjustments
(edit) @35486   14 years vboxsync Storage/Parallels: Fix regression introduced with r65918. Don't delete …
(edit) @35480   14 years vboxsync Storage/RAW: Missing error code to indicate unsupported image formats …
(edit) @35471   14 years vboxsync Storage/testcase: Scriptable I/O stress test (operating completely in …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35321   14 years vboxsync Storage: Fix possible crashes with VMDK/VHD imageswith snapshots and …
(edit) @35188   14 years vboxsync Use RTERRINFO in SUPLib for hardening APIs and such.
(edit) @35152   14 years vboxsync *: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
(edit) @35045   14 years vboxsync Storage/RAW: waste of time
(edit) @34959   14 years vboxsync Added RTLdrLoadEx for exposing dlerror info.
(edit) @34885   14 years vboxsync VMDK: Fix corruption
(edit) @34581   14 years vboxsync Storage/VMDK: reading of fixed image descriptor files needs to handle …
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