VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18444   16 years vboxsync DrvHostDVD: size_t again.
(edit) @18440   16 years vboxsync oops.
(edit) @18436   16 years vboxsync DrvHostBase.cpp/h: Grumble. forgot about this bugger.
(edit) @18434   16 years vboxsync pdmifs.h,DevATA,ATAController,DrvHostDVD: Changed the pcbBuf parameter …
(edit) @18347   16 years vboxsync Storage/VMDK: fix reading certain VMDK files which have unusual …
(edit) @18331   16 years vboxsync Storage/VMDK: paranoia assertion
(edit) @18327   16 years vboxsync Main: fix VMDK image truncation with exports > 4 GB
(edit) @18265   16 years vboxsync config file cleanup + small copyright year update
(edit) @18193   16 years vboxsync ATA: Implement READ DVD STRUCTURE
(edit) @18179   16 years vboxsync Storage/VMDK: Make the descriptor bigger if it is unreasonably small …
(edit) @18150   16 years vboxsync Storage/VBoxHDD: small cleanup in VDClose, don't assert on normal …
(edit) @18149   16 years vboxsync Storage/VMDK: fix flush on close without breaking the cleanup when …
(edit) @18141   16 years vboxsync Storage/VMDK: fix incorrect version being stored in VMDK header …
(edit) @18134   16 years vboxsync DrvVD: fix r44820 for the snapshot case
(edit) @18127   16 years vboxsync DrvVD: fail if a VD image was forced to be opened in read-only mode
(edit) @18119   16 years vboxsync Storage/VHD: creating sparse files is a performance risk on some OSes
(edit) @18087   16 years vboxsync typo
(edit) @18086   16 years vboxsync DrvHostDVD: still issues with some older Linux kernels but 2.6.29+ …
(edit) @18067   16 years vboxsync Storage/VMDK: fix crash when create failed (recent regression), …
(edit) @18066   16 years vboxsync Storage/Raw: fix crash when creating failed
(edit) @18061   16 years vboxsync typo
(edit) @18058   16 years vboxsync DrvHostDVD: fixed swab workaround for newer kernels
(edit) @18054   16 years vboxsync VHD: Add missing cast to 64bit type when updating the block bitmap in …
(edit) @18051   16 years vboxsync VHD: Add missing image type flags
(edit) @17970   16 years vboxsync API/HardDisk, Storage/VBoxHDD, Frontend/VBoxManage: eliminated base …
(edit) @17947   16 years vboxsync ATA: create correct header for raw sector, according to the spec, …
(edit) @17852   16 years vboxsync Storage/VMDK: write the compressed block size to the marker.
(edit) @17847   16 years vboxsync Storage/VMDK: put decompression buffer allocation in a place where the …
(edit) @17836   16 years vboxsync API/HardDisk, Storage/VBoxHDD: use image variant, and to implement …
(edit) @17828   16 years vboxsync ATA: report 80-pins cables for ICH6 controller
(edit) @17798   16 years vboxsync build fix
(edit) @17796   16 years vboxsync OSE: export iSCSI initiator, plus minor ifdef cleanup
(edit) @17775   16 years vboxsync Storage/VMDK: implement creating/writing (slightly relaxed append …
(edit) @17733   16 years vboxsync Storage/ATA: shut up compiler warning
(edit) @17732   16 years vboxsync Storage/AHCI: fix iSCSI-induced geometry error preventing VM start in …
(edit) @17312   16 years vboxsync ATA: PIIX4 is default. A default is required for our VMM testcases.
(edit) @17111   16 years vboxsync unexport vditool from OSE - for internal use only
(edit) @17110   16 years vboxsync resurrected parts of vditool
(edit) @17077   16 years vboxsync pass IDE controller type as string in config
(edit) @17075   16 years vboxsync ICH6 controller in UI and configs (don't think amount of work required …
(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.
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