VirtualBox

source: vbox/trunk/src/VBox/Storage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @46614   11 years vboxsync Storage/testcase: Increment error count
(edit) @46613   11 years vboxsync Storage: Propagate errors when closing a file but free everything …
(edit) @46612   11 years vboxsync Storage/VDI: Fix lost comments (only trunk affected)
(edit) @46520   11 years vboxsync vbox-img: Set proper open flags to make setting the UUID on diff …
(edit) @46247   12 years vboxsync Storage/tstVDIo: Integrate runtime async I/O manager and add a file …
(edit) @46170   12 years vboxsync Storage/Parallels: Fix hang when creating a snapshot
(edit) @46112   12 years vboxsync Storage: Fix race condition causing I/O hangs
(edit) @46029   12 years vboxsync Storage/VHDX: Disable a few consistency checks. I've seen images in …
(edit) @46003   12 years vboxsync Storage/testcase: warning
(edit) @45898   12 years vboxsync Storage: Fix lost writes when the iSCSI is used with snapshots
(edit) @45486   12 years vboxsync Storage: Fix unused label and variable warnings
(edit) @45200   12 years vboxsync Storage/testcase/tstVDSnap: Don't return immediately when something …
(edit) @45199   12 years vboxsync Storage/testcase/tstVDSnap: Delete leftover images from a previous run
(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) @45069   12 years vboxsync Storage/VDI: Remove rounding to the next MB boundary (should fix …
(edit) @44964   12 years vboxsync Storage/testcase: A bit more work on the scripting engine
(edit) @44962   12 years vboxsync Storage/testcase: Interpret while loops
(edit) @44943   12 years vboxsync Storage/testcase: Convert to new scripting language
(edit) @44942   12 years vboxsync Storage/tstVDIo: Switch to VDScript interpreter
(edit) @44941   12 years vboxsync Storage/testcase: More scripting language work
(edit) @44940   12 years vboxsync Storage/QED,QCOW: Fix backing filename handling (caused crashes and …
(edit) @44901   12 years vboxsync Storage/VDScript: Interpreter updates
(edit) @44891   12 years vboxsync Storage/VDScript: Updates
(edit) @44855   12 years vboxsync Storage/testcase: More scripting updates
(edit) @44842   12 years vboxsync Storage/testcase: Script engine updates
(edit) @44840   12 years vboxsync Storage/testcase: Updates for VDScript, parser not quite working yet
(edit) @44811   12 years vboxsync Storage/testcase: Start new scripting engine for enhanced testing …
(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) @44786   12 years vboxsync VHD: Fix for the Hyper-V incompatibility fix, some places still used …
(edit) @44673   12 years vboxsync VHD: gcc warning
(edit) @44671   12 years vboxsync Storage/VHD: Fix incompatibility with Hyper-V. The WI2K and WI2R …
(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) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(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) @44361   12 years vboxsync Storage/iSCSI: Fix endless recursion when setting up the connection if …
(edit) @44256   12 years vboxsync Storage/iSCSI: Clean up and merge sync and async I/O
(edit) @44252   12 years vboxsync Storage/Backends: async/sync I/O unification, remove separate entries …
(edit) @44243   12 years vboxsync Storage/tstVDIo: Add sync tests
(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) @44229   12 years vboxsync Storage/VHD: don't log the data read upon return
(edit) @44227   12 years vboxsync Storage/tstVDIo: Add testcase for resizing VDI images (public bug #11344)
(edit) @44226   12 years vboxsync VD: Update size field after a successful resize operation
(edit) @44225   12 years vboxsync Storage/VDI: Fix data corruption after a resize if more than 1 block …
(edit) @44139   12 years vboxsync Storage/VHD: Pad sector bitmaps to a 512 byte boundary as required by …
(edit) @44101   12 years vboxsync Storage/Parallels: missing initializers (warning only)
(edit) @43925   12 years vboxsync ISCSI: IPv6 address parsing.
(edit) @43916   12 years vboxsync VDI: Bump data alignment for new images to 1M
(edit) @43861   12 years vboxsync Storage: Introduce new flag to skip unnecessary consistency checks in …
(edit) @43851   12 years vboxsync vditool / vbox-img: allow to build them even if the testcases are disabled
(edit) @43818   12 years vboxsync Storage: Endian fix for VMDK stream optimized images
(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) @43603   12 years vboxsync vbox-img: Introduce --dataalignment parameter
(edit) @43602   12 years vboxsync Storage/VDI: Make the block data alignment configurable
(edit) @43448   12 years vboxsync Storage/iSCSI: issue 3100. resend command READ CAPACITY in case of a …
(edit) @43141   12 years vboxsync VD: Fix broken async iSCSI support
(edit) @43121   12 years vboxsync CDDL licensing cleanup
(edit) @42915   12 years vboxsync Storage/VDI: Remove debugging aid
(edit) @42914   12 years vboxsync Storage/VDI: Plug memory leak in vdiAsyncDiscard
(edit) @42398   12 years vboxsync Storage/iSCSI: Log the status detail in case of an intitator error …
(edit) @42192   12 years vboxsync iSCSI: bug out early if we get only an encrypted initiator secret
(edit) @42125   12 years vboxsync optional encrypted store of the iSCSI initiator secret
(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) @41911   12 years vboxsync backed out r78763 and r78763
(edit) @41909   12 years vboxsync re-applied r78740 (Runtime: introduced RTRandAdvCreateOpenssl())
(edit) @41889   12 years vboxsync backed out r78740
(edit) @41887   12 years vboxsync Runtime: introduced RTRandAdvCreateOpenssl()
(edit) @41785   12 years vboxsync Comment typos.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41767   12 years vboxsync Storage/VMDK: Coalesce reads when checking for inconsistencies between …
(edit) @41576   12 years vboxsync Storage: Add VFS file glue for the VD library
(edit) @41550   13 years vboxsync vbox-img: New --filesystemaware option for compacting images. Uses …
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @41447   13 years vboxsync Storage/VHDX: Work around data alignment issues by allocating memory …
(edit) @41353   13 years vboxsync Storage/VHDX: Fix sparc build
(edit) @41350   13 years vboxsync Storage/VHDX: Fixes
(edit) @41346   13 years vboxsync burn fix
(edit) @41345   13 years vboxsync Storage/VHDX: Working readonly access (checksum verification disabled …
(edit) @41317   13 years vboxsync build fix
(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) @40990   13 years vboxsync Storage/Debug: Fixes
(edit) @40953   13 years vboxsync Storage/VDI: Another small fix for newly created images, which lacked …
(edit) @40952   13 years vboxsync vbox-img: Fix building on SPARC
(edit) @40948   13 years vboxsync Storage/Parallels: Include asm.h for ASMByteSwapU32 used when …
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