VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16984   16 years vboxsync DrvVD.cpp: doxygen comment in code.
(edit) @16963   16 years vboxsync VBoxHDD: Hacked VDCopy so that 'VBoxManage clonehd nt4.vdi nt4.raw …
(edit) @16962   16 years vboxsync VBoxHDD.h/cpp: Fixed VDCFGQueryStringAllocDef inconsistency in the …
(edit) @16873   16 years vboxsync Storage/VBoxHDD: eliminate the obsolete "-new" part of the name.
(edit) @16871   16 years vboxsync Storage/VMDK: delete streamOptimized version paranoia. the version 3 …
(edit) @16827   16 years vboxsync Storage/VMDK: implement VMDK 1.1 streamOptimized format. read only at …
(edit) @16745   16 years vboxsync add rudimentary support for ICH6 IDE controller
(edit) @16708   16 years vboxsync Storage/ATA: fix 2 deadlocks when suspending the VM due to disk …
(edit) @16334   16 years vboxsync DrvHostBase.cpp,DrvHostDVD.cpp: IOKit/scsi-commands/stuff.h -> …
(edit) @16114   16 years vboxsync Added first suspend and poweroff flags for the IDE controller too. …
(edit) @15882   16 years vboxsync DevATA: Number the ATA I/O threads.
(edit) @15879   16 years vboxsync ATA: Wait a bit until we interrupt the thread to avoid interruptions …
(edit) @15855   16 years vboxsync DevAHCI,DevATA: ach -> sz and use CFGMR3QueryStringDef (bad idea to …
(edit) @15847   16 years vboxsync ATA: Fix failing RESET requests if the async I/O thread is stuck in an …
(edit) @15846   16 years vboxsync AHCI/ATA: rework VPD handling code
(edit) @15845   16 years vboxsync warnings and minor fixes to coding style
(edit) @15831   16 years vboxsync DrvHostBase.h,DrvHostDVD.cpp: nitpicking: Changed pbDoubleBuffer to …
(edit) @15815   16 years vboxsync fix Linux passthrough by introducing a double buffer which is required …
(edit) @15786   16 years vboxsync VDI: Replace second label with do {} while(0)
(edit) @15785   16 years vboxsync VDI: Update number of bytes actually written even if the block was …
(edit) @15776   16 years vboxsync Linux 2.6.28 hack
(edit) @15767   16 years vboxsync VHD: Some fixes in logging statements
(edit) @15711   16 years vboxsync IDE: move the VPD initialization code to the right place and correct …
(edit) @15710   16 years vboxsync IDE: make it possible to change VPD data of hard disks too
(edit) @15674   16 years vboxsync VHD: Fix crash in debug build
(edit) @15673   16 years vboxsync VDI: use VERR_VD_VDI_INVALID_HEADER instead of …
(edit) @15592   16 years vboxsync Main & DrvVD: fix a whole bunch of incorrect CFGM key updates, …
(edit) @15591   16 years vboxsync Storage/VBoxHDD-new: introduce parent UUID parameter for VDCreateDiff. …
(edit) @15577   16 years vboxsync Storage/VBoxHDD-new: fix incorrect error check when copying to an …
(edit) @15566   16 years vboxsync Storage/VBoxHDD-new: eradicate copy/paste bug in VDCopy, the UUIDs …
(edit) @15565   16 years vboxsync Storage/VMDK: fix querying comment if no comment is set. Must return …
(edit) @15554   16 years vboxsync Storage/Vmdk: fix pointer check when no comment is present.
(edit) @15543   16 years vboxsync Devices/DevATA: handle IDE async I/O thread busy a little more gracefully.
(edit) @15542   16 years vboxsync Storage/VBoxHDD-new: tighten uuid parameter declaration
(edit) @15529   16 years vboxsync Storage/VBoxHDD-new: implement UUID handling in VDCreate. Remove very …
(edit) @15508   16 years vboxsync #3349: Changed a few MMHyperAlloc calls to MMR3HyperAllocOnceNoRel to …
(edit) @15366   16 years vboxsync Storage: Eradicated the last bits using the old VDI only backend, …
(edit) @15252   16 years vboxsync ATA/AHCI: Separated the device state structures for the ATA controller …
(edit) @15156   16 years vboxsync Storage/DrvVD: fix status codes to match the function specs.
(edit) @14970   16 years vboxsync Storage/testcase: fix lost "default=" message.
(edit) @14967   16 years vboxsync #3162: Another attempt to introduce compose name and location …
(edit) @14960   16 years vboxsync backed out r40315 as it breaks the tinderboxes
(edit) @14954   16 years vboxsync #3162: Added pfnComposeLocation and pfnComposeName callbacks to …
(edit) @14928   16 years vboxsync Storage/VD: Misplaced '\n'.
(edit) @14910   16 years vboxsync Storage/VHD: comment change, documenting why the current code works …
(edit) @14855   16 years vboxsync #3162: Fixed a newly introduced memory leak. Added VDShutdown() to …
(edit) @14852   16 years vboxsync #3162: Plugin backends are now loaded upon startup, this should get …
(edit) @14831   16 years vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @14817   16 years vboxsync tstVD.cpp: VBox/log.h, iprt/asm.h and *ALWAYS* call RTR3Init first in …
(edit) @14787   16 years vboxsync Devices: Don't add vditool to PROGRAMS w/o adding the sources and the rest.
(edit) @14780   16 years vboxsync VBoxHDD: simplify config handling. Treat everything as a string, and …
(edit) @14779   16 years vboxsync Storage/testcase: move vditool to testcase subdirectory, as the first …
(edit) @14538   16 years vboxsync DrvVD: fix internal networking IP stuff, not available in OSE.
(edit) @14535   16 years vboxsync Device/Storage: fix rc update issue, causing failures for no reason.
(edit) @14534   16 years vboxsync When unsupported CD-ROM sector read format is being logged, also log …
(edit) @14526   16 years vboxsync Devices/Storage: iSCSI stuff, including bringing IntNet support back …
(edit) @14350   16 years vboxsync Storage/VBoxHDD: don't use deprecated printf formatters
(edit) @14344   16 years vboxsync Storage/VBoxHDD-new: Fix error handling in VDBackendInfo. Caused …
(edit) @14321   16 years vboxsync Storage/VHD: Add todo for handling diff images (too complicated and …
(edit) @14303   16 years vboxsync Corrected a couple of typos in comments. No code changes.
(edit) @14302   16 years vboxsync Storage/VMDK: off by one, causing a crash getting the size of file data.
(edit) @14292   16 years vboxsync Storage/VMDK: fix vmdkGetFileSize, copy/paste bug and incorrect …
(edit) @14281   16 years vboxsync Storage/VMDK: Use AssertPtr whereever applicable
(edit) @14270   16 years vboxsync VDI: compile fix
(edit) @14269   16 years vboxsync Storage/VDI: slightly faster fix for the VDI read count update. Plus …
(edit) @14250   16 years vboxsync Storage/VDI: when reading zero blocks, update the number of bytes …
(edit) @14062   16 years vboxsync RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13756   16 years vboxsync Compile fixes for the VM request changes.
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13571   16 years vboxsync VHD: Backout r38444. Caused another problem and #3263 will be fixed in …
(edit) @13568   16 years vboxsync VHD: fix case of unaligned access to the image #3263
(edit) @13427   16 years vboxsync #3230: Nearly forgot to commit VDI backend fixes for memory leaks.
(edit) @13340   16 years vboxsync #3230: Memory leaks fixed in VHD backend
(edit) @13303   16 years vboxsync Storage: Replace the assertions in the construction code with runtime …
(edit) @13295   16 years vboxsync #3230: Fixed memory leaks in VMDK, tstVD and VBoxHDD-new.
(edit) @13268   16 years vboxsync #3230: First bunch of integrated VMDK backend fixes by xVM Server …
(edit) @13223   16 years vboxsync Device/Storage: Fix incorrect translation between image type enums. …
(edit) @13144   16 years vboxsync #1865: Implmented the alternative R0 code for darwin (turned out to be …
(edit) @13080   16 years vboxsync warnings
(edit) @13015   16 years vboxsync mount/unmount notification unconditionally
(edit) @13010   16 years vboxsync removed debug output
(edit) @13004   16 years vboxsync ATA: implemented atapiGetEventStatusNotificationSS() for virtual ATAPI …
(edit) @12978   16 years vboxsync PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12969   16 years vboxsync #1865: PDMINS.
(edit) @12933   16 years vboxsync warnings
(edit) @12931   16 years vboxsync warning
(edit) @12928   16 years vboxsync warnings
(edit) @12927   16 years vboxsync warnings
(edit) @12892   16 years vboxsync AssertMsgRC
(edit) @12774   16 years vboxsync Dereferencing null pointers considered harmful.
(edit) @12771   16 years vboxsync Device/Storage: VDCopy needs to be able to write to the output file.
(edit) @12767   16 years vboxsync attempt to fix Darwin passthrough
(edit) @12766   16 years vboxsync ATA: disabled SCSI_GET_EVENT_STATUS_NOTIFICATION passthrough command …
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