VirtualBox

source: vbox/trunk/src/VBox/Storage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @34509   14 years vboxsync Storage/VD: adjust LCHS geometry in a smart way when cloning the image
(edit) @34406   14 years vboxsync iprt/list.h: RTListNodeGetFirst/Last -> RTListGetFirst/Last; added …
(edit) @34217   14 years vboxsync VD: Use S/G buffers instead of S/G arrays for VDAsyncWrite and …
(edit) @34147   14 years vboxsync Storage: a few warnings and a typo
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @34008   14 years vboxsync Storage/VMDK: fix
(edit) @33996   14 years vboxsync Storage/VMDK: access to pointer before we check for NULL
(edit) @33947   14 years vboxsync Storage/VDI: can create images up to 4PB-3MB capacity, the previous …
(edit) @33943   14 years vboxsync VMDK: Fix memory leak in case of buffer overflow error
(edit) @33937   14 years vboxsync Storage/VMDK: pvDescriptor might be used uninitialized
(edit) @33816   14 years vboxsync DMG: Check for the magic values before converting the footer structure …
(edit) @33786   14 years vboxsync Storage/RAW: a few more DVD/CD/floppy image extensions
(edit) @33773   14 years vboxsync Storage: Do not assume CD image has to include ISO9660 filesystem.
(edit) @33757   14 years vboxsync Storage/RAW: case insensitive extension matching Main/Medium: For …
(edit) @33746   14 years vboxsync Storage: Remove obsolete testcase which doesn't build anymore because …
(edit) @33745   14 years vboxsync VCI: Updates
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33586   14 years vboxsync Storage: Build vbox-img like before because it doesn't want to link …
(edit) @33577   14 years vboxsync Storage: Disable vbox-img temporary until th Windows burns are fixed
(edit) @33576   14 years vboxsync vbox-img: Another try to fix the Windows burns
(edit) @33571   14 years vboxsync Storage: Another try to fix the burns
(edit) @33570   14 years vboxsync Storage: More fixes
(edit) @33569   14 years vboxsync Storage: Build fix
(edit) @33568   14 years vboxsync Storage: Use other template which doesn't treat warnings as errors yet
(add) @33567   14 years vboxsync VD: Move the generic virtual disk framework + backends to …
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