VirtualBox

source: vbox/trunk/src/VBox/Storage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @54835   10 years vboxsync Encryption: Add a way to retrieve the encryption settings without …
(edit) @54752   10 years vboxsync Log cosmetics.
(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) @54574   10 years vboxsync Storage/vditool: copyright
(edit) @54430   10 years vboxsync Storage/VD: make use of the image type (hdd/dvd/floppy) for sanity …
(edit) @54405   10 years vboxsync gah
(edit) @54404   10 years vboxsync Disable for now to fix extpack builds
(edit) @54403   10 years vboxsync Storage/VDFilterrypt,Main: Move key store implementation to the crypto …
(edit) @54397   10 years vboxsync Storage/RAW: fix raw image creation, previous code rounded up to full …
(edit) @54340   10 years vboxsync Storage/VD: Allow different filter chains for reads and writes …
(edit) @54138   10 years vboxsync iSCSI: Fix code which is only triggered when using the iSCSI over …
(edit) @54117   10 years vboxsync don't check for VALID_PTR after RTMem*Alloc(), that's overkill
(edit) @53844   10 years vboxsync fixed resource files
(edit) @53841   10 years vboxsync not yet
(edit) @53840   10 years vboxsync addded more Windows resource files
(edit) @53829   10 years vboxsync Storage/Debug: warnings and Makefile fix
(edit) @53806   10 years vboxsync added more missing Windows resource files
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53539   10 years vboxsync Storage/iSCSI: Fail when a connection attempt takes too long to pause …
(edit) @53337   10 years vboxsync Storage/VD: Fix broken resume after the VM was suspended due to a full …
(edit) @52879   10 years vboxsync Storage/tstVDCopy: Fix testcase
(edit) @52710   10 years vboxsync tstVDIo: Implement dumptofile action to dump memory backed files to disk
(edit) @52695   10 years vboxsync Storage/VHD: Fix resize corruption if the image has more than 4GB of …
(edit) @52640   10 years vboxsync tstVDIo: Fix bug in resize test handler
(edit) @52585   10 years vboxsync Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: handle …
(edit) @52496   10 years vboxsync tstVDIo: s/#ifdef foo == bar/#if foo == bar/
(edit) @52468   10 years vboxsync Storage/VHD: Fix use of uninitialized variable in error case
(edit) @52415   10 years vboxsync Storage/tstVDIo: fixed a typo and use RT_STR_TUPLE()
(edit) @52407   10 years vboxsync tstVDIo: Disable builtin tests on 32bit hosts, the address space is …
(edit) @52379   10 years vboxsync Storage/tstVDIo: make it build on Windows, excluding the I/O log …
(edit) @52378   10 years vboxsync Storage/tstVDIo: Don't run builtin tests if there is not enough free …
(edit) @52371   10 years vboxsync Storage/tstVDIo: Plug leaks, modifications and start turning it into a …
(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) @52277   10 years vboxsync VHD: Remove ASMBitTest and ASMBitTestAndSet because they were used …
(edit) @52268   10 years vboxsync VD: Fix read corruption under rare circumstances if a read happens …
(edit) @52111   10 years vboxsync Storage/testcases: Include the tests scripts into tstVDIo for …
(edit) @51886   10 years vboxsync VD: Add API to query information about a filter
(edit) @51759   10 years vboxsync spaces
(edit) @51758   10 years vboxsync Fix extpack building hopefully
(edit) @51756   10 years vboxsync Storage/VD: Fix crash
(edit) @51755   10 years vboxsync VDPluginCrypt: Move into extension pack
(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) @51680   10 years vboxsync Storage/QED: Fix compilation on SPARC
(edit) @51626   10 years vboxsync QCOW: Initialize the L2 cache always, fixes a crash if opening the …
(edit) @51625   10 years vboxsync QED: Initialize the L2 cache always, fixes a crash if opening the …
(edit) @51623   10 years vboxsync Storage: Fix possible data corruption or read errors if a request …
(edit) @51533   10 years vboxsync introduced VBOX_WITH_PLUGIN_CRYPT
(edit) @51430   11 years vboxsync Storage: Disable building the disk encryption filter again
(edit) @51429   11 years vboxsync Storage: Enable disk encryption filter again
(edit) @51306   11 years vboxsync Cosmetic change.
(edit) @51286   11 years vboxsync Storage/vbox-img: add command to tweak the LCHS geometry of images
(edit) @51106   11 years vboxsync Disable building again, openssl is wasn't updated yet
(edit) @51105   11 years vboxsync Missing files for previous commit
(edit) @51104   11 years vboxsync Storage: Build the crypt filter plugin on non Windows platforms for …
(edit) @51102   11 years vboxsync Storage/FilterCrypt: Remove hardcoded data unit size of 512 bytes and …
(edit) @51091   11 years vboxsync Storage/VHD: Don't clear parent locator entries if there is no parent …
(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) @50851   11 years vboxsync Storage/VHD: Fix wrong assertion in compaction callback
(edit) @50531   11 years vboxsync Add VHDX logging group while we are at it
(edit) @50526   11 years vboxsync Storage/VHDX: Finally commit and enable CRC-32c checksum validation …
(edit) @50304   11 years vboxsync iSCSI: Add option to dump malformed response packets
(edit) @50052   11 years vboxsync Storage/testcase/vbox-img: liblzma not required anymore since we don't …
(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) @49781   11 years vboxsync iSCSI: Fix release logging (missed one thing)
(edit) @49780   11 years vboxsync iSCSI: Fix release logging
(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) @49231   11 years vboxsync VMDK: Sketched the code for using RTZipBlockDecompress in …
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @48957   11 years vboxsync Storage: Whitespace cleanups by scm.
(edit) @48882   11 years vboxsync Storage/vbox-img: fixed linking
(edit) @48871   11 years vboxsync DMG: Fixes.
(edit) @48861   11 years vboxsync warning
(edit) @48860   11 years vboxsync build fix
(edit) @48854   11 years vboxsync DMG: Fixes for making vbox-img convert work.
(edit) @48853   11 years vboxsync disabled some of the new assertions as dmgRead or/and vdCopyHelper …
(edit) @48852   11 years vboxsync DMG in XAR fun, part 1 (probably will everything burn as I had to …
(edit) @48851   11 years vboxsync Storage: Addressing 64-bit windows warnings.
(edit) @48849   11 years vboxsync VDIfVfs.cpp: Added file interface wrapper - VDIfCreateVfsFile.
(edit) @48848   11 years vboxsync VD.cpp: Windows warnings.
(edit) @48847   11 years vboxsync Addressing 64-bit windows warnings.
(edit) @48846   11 years vboxsync baka - referencing variables in a parent makefile.
(edit) @48840   11 years vboxsync DMG.cpp: All callback method implementation shall be using …
(edit) @48839   11 years vboxsync doxygen
(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
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