VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24527   16 years vboxsync VHD: Fix incompatibility with Hyper-V. Contributed by Huihong Luo
(edit) @24439   16 years vboxsync Storage/VBoxHDD: tweak PCHS handling in VDCopy (contributed by Huihong Luo)
(edit) @24265   16 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @24257   16 years vboxsync DevAHCI: ACHI -> AHCI.
(edit) @24256   16 years vboxsync Storage/VMDK: undo incorrect fix, and real fix for the split VMDK bug
(edit) @24245   16 years vboxsync DrvSCSI: Use PDMR3ThreadSuspend in drvscsiPowerOff and drvscsiSuspend …
(edit) @24242   16 years vboxsync drvscsiAsyncIOLoopNoPendingDummy: fixed true/false mixup causing …
(edit) @24241   16 years vboxsync DrvSCSI: Only hard disks are supported. Don't assert, set a proper …
(edit) @24213   16 years vboxsync ISCSIHDDCore.cpp: another bugfix for the …
(edit) @24178   16 years vboxsync ISCSIHDDCore.cpp: Fixed regression from >2TB target change - check the …
(edit) @24177   16 years vboxsync AHCI: Try to fix the build again
(edit) @24176   16 years vboxsync AHCI: Alignment for STAM
(edit) @24174   16 years vboxsync AHCI: Try to fix the build
(edit) @24173   16 years vboxsync ATA: Rename macros
(edit) @24172   16 years vboxsync AHCI: Add additional VPD keys
(edit) @24169   16 years vboxsync ATA/ATAPI: Add more keys to overwrite VPD data for CD drives
(edit) @24150   16 years vboxsync Storage/VHD+VDI: fix incorrect initialization in VHD, unused variable …
(edit) @24144   16 years vboxsync Storage/iSCSI: try to get the capacity with a command that supports …
(edit) @24124   16 years vboxsync DrvSCSI: Initialize DRVSCSI::pDrvIns.
(edit) @24122   16 years vboxsync VHD: Update the footer and BAT after we appended a new block to the …
(edit) @24112   16 years vboxsync Storage/VMDK: fix bug in handling split images, causing failure to …
(edit) @24105   16 years vboxsync DrvSCSI: make sure any pending dummy requst has landed taken down …
(edit) @24104   16 years vboxsync DrvSCSI: Need to synchronize all pending requests before any driver …
(edit) @24101   16 years vboxsync DrvSCSI,DevLsiLogic: Moved the reset request sync down to the driver …
(edit) @24099   16 years vboxsync DevBusLogic: Drop the suspend and load/save synchronization since …
(edit) @24098   16 years vboxsync DevLsiLogic,DrvSCSI: Added new DrvSCSI method for synchronizing the …
(edit) @24096   16 years vboxsync DevAHCI: Try avoid the 100ms timeouts during suspend and shutdown. …
(edit) @24094   16 years vboxsync DevATA: Optimize the suspend and poweroff pendig I/O waits so they …
(edit) @24072   16 years vboxsync DevAHCI,DevATA: More RTThreadSleep(100) todos.
(edit) @24071   16 years vboxsync DevLsiLogic: Changed saved to save & verify device presence, version …
(edit) @24070   16 years vboxsync DevBusLogic: Fixed bug in buslogicWaitForAsyncIOFinished causing an …
(edit) @24068   16 years vboxsync reformat pg_dev_achi. no real change.
(edit) @24067   16 years vboxsync DevBusLogic: Don't just restore the fPresent flag, check it! Save …
(edit) @24052   16 years vboxsync DevATA: Save and load+verify config. New saved state version.
(edit) @24051   16 years vboxsync DevAHCI: even more config verification bugfix.
(edit) @24050   16 years vboxsync DevAHCI: more config bugfix.
(edit) @24049   16 years vboxsync DevAHCI: bugfix.
(edit) @24045   16 years vboxsync DevAHCI: save and verify config (saved state).
(edit) @24015   16 years vboxsync Don't include <ctype.h>.
(edit) @24008   16 years vboxsync DrvHostBase.cpp: toupper -> RT_C_TO_UPPER.
(edit) @23973   16 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23970   16 years vboxsync DevSB16,DevVirtioNet,DevPcBios,DrvSCSIHost: typo in error message.
(edit) @23950   16 years vboxsync DrvVD: Fix stupid bug which masks errors while opening a file
(edit) @23913   16 years vboxsync Storage/Raw: fix memory leak for every open/create
(edit) @23814   16 years vboxsync DevLsiLogicSCSI,tstDeviceStructSize: Critical section realigning.
(edit) @23739   16 years vboxsync Devices/Storage: fix Solaris breakage introduced with the previous fix …
(edit) @23594   16 years vboxsync Storage/iSCSI: add config value to define the threshold for write …
(edit) @23474   16 years vboxsync ATA: Add the instance number to the statistics path
(edit) @23472   16 years vboxsync SCSI: Hardcode the instance number to the statistics path
(edit) @23469   16 years vboxsync AHCI: Add the instance number to the statistics path
(edit) @23467   16 years vboxsync AHCI: Bring CD/DVD support into a workable state again. Passthrough …
(edit) @23452   16 years vboxsync Makefiles: Corrected properties.
(edit) @23450   16 years vboxsync Storage/iSCSI: redundant code
(edit) @23417   16 years vboxsync ATA/AHCI: report medium changes. for AHCI this is not in the active code
(edit) @23414   16 years vboxsync Storage/Block: add todo for proper async I/O handling
(edit) @23410   16 years vboxsync Storage/DrvHostBase: solaris - logrel fix.
(edit) @23409   16 years vboxsync Storage/DrvHostDVD: solaris - redundant code.
(edit) @23408   16 years vboxsync Storage/DrvHostBase,DVD: Solaris Host DVD media change fix (public #5077)
(edit) @23356   16 years vboxsync SCSI: Add support for disks greater 2TB
(edit) @23355   16 years vboxsync LsiLogic: Fix misaligned critical section
(edit) @23311   16 years vboxsync iSCSI: Repeat MODE_SENSE_6 during iscsiOpenImage if a check condition …
(edit) @23223   16 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @23194   16 years vboxsync DrvVD.cpp: Fixed file handle leak when taking snapshots.
(edit) @23149   16 years vboxsync ATA,AHCI: Assertion is to is strict. VERR_PDM_MEDIA_LOCKED is expected …
(edit) @23114   16 years vboxsync Error message update
(edit) @23066   16 years vboxsync Misaligned critical section
(edit) @23020   16 years vboxsync unused variables
(edit) @23012   16 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
(edit) @22982   16 years vboxsync VBoxHDD: Add new parameter to VDGetFormat which takes a list of …
(edit) @22978   16 years vboxsync PDMAsyncCompletion: Fix crash on FreeBSD with failsafe manager. Need …
(edit) @22966   16 years vboxsync Storage: Convert the backends to use the interface for I/O rather than …
(edit) @22934   16 years vboxsync DevATA.cpp: AssertCompileMemberAlignment(ATACONTROLLER, aIfs[1], 8) …
(edit) @22925   16 years vboxsync Devices: Alignment fun. (32-bit darwin)
(edit) @22850   16 years vboxsync SCSI: Remove non supported command reporting it as an invalid opcode …
(edit) @22793   16 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22731   16 years vboxsync AHCI: Fixes for safe SG list creator
(edit) @22727   16 years vboxsync AHCI: Fallback to a safe method for processing the PRDTL if mapping …
(edit) @22584   16 years vboxsync Devices: tab
(edit) @22480   16 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22324   16 years vboxsync AHCI: Windows 7 doesn't detect additional hard disks. The command …
(edit) @22278   16 years vboxsync build fix.
(edit) @22277   16 years vboxsync PDMDRVREG change (big changeset).
(edit) @22258   16 years vboxsync Storage/iSCSI: pick up data length parameters no matter where they show up
(edit) @22256   16 years vboxsync Storage/iSCSI: bunch of fixes which improve RFC compliance and error …
(edit) @22124   16 years vboxsync AHCI: Fix following regressions from 3.0.4 * BSOD when rebooting …
(edit) @21910   16 years vboxsync AHCI: Remove flags indicating hotplug support. We don't support that yet.
(edit) @21839   16 years vboxsync Storage/iSCSI: fix parameter negotiation inconsistency
(edit) @21807   16 years vboxsync Storage/iSCSI: clip read/write block size to sane values, and make …
(edit) @21806   16 years vboxsync Storage/VBoxHDD: resurrect the facility to dump information about disk …
(edit) @21691   16 years vboxsync DrvHostBase.cpp: missing macros added by iprt/stdint.h now.
(edit) @21626   16 years vboxsync Devices/Storage/DrvHostBase.cpp: attempt to fix a burn due to a …
(edit) @21615   16 years vboxsync AHCI: fix race condition resulting in hanging I/O
(edit) @21405   16 years vboxsync fixed OSE headers
(edit) @21401   16 years vboxsync export to OSE
(edit) @21400   16 years vboxsync export to OSE
(edit) @21373   16 years vboxsync Parallels: OSE header
(edit) @21371   16 years vboxsync Parallels: Add support for parallels images to standard VirtualBox and …
(edit) @21363   16 years vboxsync PDMQueue&users-thereof: Named the queues and added statistics.
(edit) @21328   16 years vboxsync addendum to r49488
(edit) @21321   16 years vboxsync OSE: export SCSI + SATA
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette