VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20567   15 years vboxsync DevATA,ATAController: Do not use MMGCRamReadNoTrapHandler nor …
(edit) @20473   15 years vboxsync VHD: Fix crash reported on vbox-dev when discarding snapshots (missing …
(edit) @20418   16 years vboxsync VBoxHDD: no checks for 16383 cylinders anymore
(edit) @20417   16 years vboxsync VBoxHDD: Properties, use RT_MIN
(edit) @20416   16 years vboxsync VHD: Fix cloning (public #4080)
(edit) @20415   16 years vboxsync VBoxHDD: Simple application for comparing two cloned images
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20367   16 years vboxsync Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20287   16 years vboxsync Fixed buffer overflow for non-DMA floppy transfers.
(edit) @20257   16 years vboxsync minor compiler warnings
(edit) @20181   16 years vboxsync OSE fix
(edit) @20167   16 years vboxsync First part of the PDMAsyncCompletion rewrite: * The Host specific …
(edit) @20087   16 years vboxsync TM,*: Proper timer callback locking and pvUser for devices.
(edit) @19974   16 years vboxsync HostDVD/FreeBSD: Take the 64kb limit into account when reading from …
(edit) @19973   16 years vboxsync Host/DVD: Fix non passthrough access on FreeBSD on probably Darwin too.
(edit) @19968   16 years vboxsync HostDVD: Add basic support for FreeBSD. Passthrough is working quite …
(edit) @19921   16 years vboxsync Storage/VMDK: avoid overlapping reads for streamOptimized files
(edit) @19824   16 years vboxsync Storage/VHD: cooperate with VBoxHDD to suppress redundant writes
(edit) @19737   16 years vboxsync VHD: The checksum needs to be update after the UUID was changed
(edit) @19736   16 years vboxsync VHD: Fix chaning UUID of an image
(edit) @19686   16 years vboxsync Grr
(edit) @19685   16 years vboxsync .vhd: nitpicking, logging fixes
(edit) @19366   16 years vboxsync Removed global VMM lock.
(edit) @19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
(edit) @19251   16 years vboxsync VBoxHDD/VDI: fix heap corruption in compacting VDI.
(edit) @19202   16 years vboxsync Storage/VDI: fix several bugs with compaction, deal with images which …
(edit) @19199   16 years vboxsync Storage/VBoxHDD: fix bug leading to incorrectly ignoring writes. leads …
(edit) @19176   16 years vboxsync VBoxHDD/generic+VDI: implemented and documented
(edit) @19034   16 years vboxsync Storage/VBoxHDD: stub for compacting images
(edit) @18966   16 years vboxsync Storage/Vmdk: compiler warning fix
(edit) @18965   16 years vboxsync typo (accidental undo actually)
(edit) @18964   16 years vboxsync Storage/VHD: implement renaming
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18822   16 years vboxsync gcc warning
(edit) @18778   16 years vboxsync Storage/DrvVD: don't pass VMSETRTERR_FLAGS_FATAL to …
(edit) @18766   16 years vboxsync Storage/DrvVD: switch to runtime error signalling at the end of driver …
(edit) @18678   16 years vboxsync Storage/iSCSI: fix one case where re-login failed, and also implement …
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18567   16 years vboxsync Storage/VDI: add maximum size check when creating VDI files.
(edit) @18566   16 years vboxsync Storage/API/VBoxManage/...: add maximum size check to prevent creation …
(edit) @18557   16 years vboxsync Storage/VBoxHDD: drop 1024 cylinder LCHS paranoia. SCSI controllers …
(edit) @18507   16 years vboxsync ISCSIHDDCore.cpp: size_t warnings.
(edit) @18506   16 years vboxsync VDIHDDCore.cpp: size_t.
(edit) @18505   16 years vboxsync VmdkHDDCore.cpp: a bunch of size_t/unsigned mixups.
(edit) @18504   16 years vboxsync VHDHDDCore.cpp: On second thought, the code looks fine.
(edit) @18503   16 years vboxsync VHDHDDCore.cpp: r=bird: check @todo in VHD_PLATFORM_CODE_WI2R update …
(edit) @18498   16 years vboxsync DrvBlock.cpp: size_t
(edit) @18446   16 years vboxsync DrvHostDVD: even better fix.
(edit) @18445   16 years vboxsync DrvHostDVD: better fix.
(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.
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