VirtualBox

source: vbox/trunk/src/VBox/Storage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @48176   11 years vboxsync VDIfVfs.cpp: Try return VINF_EOF in read when we should since …
(edit) @47832   11 years vboxsync Storage/VMDK: warnings
(edit) @47716   11 years vboxsync pr6022. 3rd variant (using VFS streaming feature) of GZIP support for …
(edit) @47665   11 years vboxsync Seems vdIfIoFileReadSync/vdIfIoFileWriteSync want real actual offsets.
(edit) @47515   11 years vboxsync tiny fix I forgot committing last week.
(edit) @47420   11 years vboxsync Storage: Fix assertion when using the iSCSI backend
(edit) @47345   11 years vboxsync Added VDIfCreateVfsStream for OVA importing/exporting - completely …
(edit) @47297   11 years vboxsync RAW: Added .flp floppy image extension for compatibility with other …
(edit) @47026   11 years vboxsync VD.cpp: Don't assert when reading beyond the end of a floppy image. We …
(edit) @46721   11 years vboxsync vbox-img: Add clearcomment command to reset comments of disk images
(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) @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
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