VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @65487   8 years vboxsync DrvDiskIntegrity: More build fixes
(edit) @65486   8 years vboxsync DrvRamDisk: Logging fix
(edit) @65485   8 years vboxsync DrvDiskIntegrity,DrvRamDisk: Build fixes after enabling them
(edit) @65480   8 years vboxsync Devices/Storage/DrvDiskIntegrity: Fixes and an extra CFGM option to …
(edit) @65479   8 years vboxsync Devices/Storage/DrvDiskIntegrity: Some addition
(edit) @65462   8 years vboxsync Devices/Storage/DrvVD: Don't try to adjust the remaining transfer size …
(edit) @65445   8 years vboxsync LsiLogic: Fix compatibility with Windows 10
(edit) @65347   8 years vboxsync Devices/Storage/DrvVD: Fix cancelling active requests
(edit) @65346   8 years vboxsync Devices/Storage/DrvVD: Log the request states when cancelling them
(edit) @65220   8 years vboxsync Devices/Storage/IOBufMgmt: Some code which helped debugging the …
(edit) @65219   8 years vboxsync Devices/Storage/IOBufMgmt: Update the amount of free memory …
(edit) @65113   8 years vboxsync Devices/Storage/DrvHostDVD: Missed replacing drvHostDvdSCSIPadStr with …
(edit) @65111   8 years vboxsync Storage/Devices/VSCSI: Make use of the new SCSI inline helpers and …
(edit) @65110   8 years vboxsync Storage/Devices/DevATA: Make use of the new SCSI inline helpers and …
(edit) @65109   8 years vboxsync Storage/Devices/DrvHostDVD: Make use of the new SCSI inline helpers …
(edit) @65108   8 years vboxsync Storage/Devices/ATAPIPassthrough: Make use of the new SCSI inline …
(edit) @65101   8 years vboxsync Devices: doxygen fixes
(edit) @65083   8 years vboxsync DrvHostDVD: build fix
(edit) @65079   8 years vboxsync build fix
(edit) @65078   8 years vboxsync Devices/Storage/DrvHost*: Avoid using SCSI_MAX_BUFFER_SIZE (will be …
(edit) @65075   8 years vboxsync Devices/Storage: Move ide.h to include/VBox/ata.h to be consistent …
(edit) @65069   8 years vboxsync Devices/Storage: Rename ATAPI_INQUIRY_*_ID_LENGTH to …
(edit) @65067   8 years vboxsync AHCI: Don't include PIIX3ATABmDma.h as it doesn't belong here really, …
(edit) @65061   8 years vboxsync pdmstorageifs.h: Pass the CDB length in PDMIMEDIA::pfnSendCmd to not …
(edit) @65060   8 years vboxsync DevATA: Remove todo as it is already done now (in a different place in …
(edit) @65057   8 years vboxsync Devices/Storage: Kill the host SCSI passthrough driver, wasn't really …
(edit) @64846   8 years vboxsync Devices/Storage/DevFdc: Add missing pfnQueryDeviceLocation, fixes …
(edit) @64842   8 years vboxsync AHCI: Reset some members when reporting the out of memory error case …
(edit) @64841   8 years vboxsync Devices/Storage: Remove statistics superseeded by the ones available …
(edit) @64839   8 years vboxsync Devices/Storage/DrvHostBase: Statistics for common things (request …
(edit) @64838   8 years vboxsync Devices/Storage/DrvVD: Missing places to account for read/written bytes
(edit) @64835   8 years vboxsync Devices/Storage/DrvVD: Add some general statistics applying to all devices
(edit) @64808   8 years vboxsync LsiLogic: Protect the request queue and writes to the reply free queue …
(edit) @64806   8 years vboxsync BusLogic: Pretend to not have a guest buffer when the SCSI command is …
(edit) @64789   8 years vboxsync Storage/IOBufMgmt: Reset the bins if there is nothing in the current …
(edit) @64766   8 years vboxsync src/VBox: Make the use of the iterator for …
(edit) @64728   8 years vboxsync Storage/DrvRamDisk: build fix
(edit) @64727   8 years vboxsync Storage/DrvVD: Don't process I/O requests under a lock but postpone it …
(edit) @64725   8 years vboxsync Storage/DrvRamDisk: Fixes
(edit) @64724   8 years vboxsync Storage/DrvDiskIntegrity: Fixes
(edit) @64682   8 years vboxsync Storage/IOBufMgmt: Fixes
(edit) @64680   8 years vboxsync AHCI: Missed initializing fMapped here which can lead to a wrong call …
(edit) @64674   8 years vboxsync IOBufMgmt: Defrag the I/O memory buffer if everything is free and an …
(edit) @64672   8 years vboxsync AHCI: Add support for pfnIoReqQueryBuf for 4KB page aligned guest buffers
(edit) @64671   8 years vboxsync DrvVD: Add statistics about how many attempts were made to query a …
(edit) @64664   8 years vboxsync DrvVD: Try to get a direct pointer to the guest buffer if it fits into …
(edit) @64660   8 years vboxsync pdmstorageifs.h,AHCI,NVMe,LsiLogic,BusLogic,DrvSCSI: Prepare for a new …
(edit) @64658   8 years vboxsync AHCI: Fix calculation of transfered data size
(edit) @64657   8 years vboxsync DrvSCSI: fix for getting the residual count
(edit) @64654   8 years vboxsync VSCSI,DrvSCSI: Proper residual calculation, save the transfer size …
(edit) @64537   8 years vboxsync BusLogic: Query the residual data length from the driver below when a …
(edit) @64445   8 years vboxsync Devices/Storage/BusLogic: build fix
(edit) @64444   8 years vboxsync Devices/Storage/BusLogic: Free completed requests
(edit) @64443   8 years vboxsync LsiLogic: Pass the SCSI status code instead of the VBox status code to …
(edit) @64441   8 years vboxsync DrvSCSI: Don't report that all data was transfered if the status …
(edit) @64413   8 years vboxsync Devices/Storage/HostDVD: Fix sense reporting, don't call …
(edit) @64412   8 years vboxsync VSCSI: Start on support for SCSI_MAINTENANCE_IN_REPORT_SUPP_OPC, work …
(edit) @64411   8 years vboxsync Devices/Storage/IOBufMgmt: More assertions
(edit) @64410   8 years vboxsync ATAPIPassthrough: fixed setting the amount of tracks when the request …
(edit) @64409   8 years vboxsync BusLogic,LsiLogic: Implement medium ejected callbacks properly so Main …
(edit) @64408   8 years vboxsync AHCI: Query the actual data transfer size and amount of residual data …
(edit) @64407   8 years vboxsync Devices/Storage: Add callback to query the actual transfer size of an …
(edit) @64393   8 years vboxsync PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
(edit) @64391   8 years vboxsync PDMPCIDEV: s/devfn/uDevFn/ everywhere, removing the legacy alias.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64362   8 years vboxsync Devices/Storage/HostDVD: build fix
(edit) @64361   8 years vboxsync Devices/Storage/HostDVD: build fix
(edit) @64360   8 years vboxsync Devices/Storage/HostDVD: Updates for passthrough, implement command …
(edit) @64320   8 years vboxsync Devices/Storage/DrvHost*: Start working on implementing PDMIMEDIAEX …
(edit) @64318   8 years vboxsync build fixes for Windows
(edit) @64317   8 years vboxsync build fixes for Solaris
(edit) @64316   8 years vboxsync Devices/Storage/DrvHost*: Move host dependent members of DRVHOSTBASE …
(edit) @64278   8 years vboxsync Devices/Storage/DrvHost*: Move more host dependent code into the host …
(edit) @64274   8 years vboxsync Devices/Storage: Doxygen fixes
(edit) @64258   8 years vboxsync Devices/Storage/DrvHostBase-darwin.cpp: build fix attempt
(edit) @64253   8 years vboxsync Windows build fix
(edit) @64252   8 years vboxsync Devices/Storage/DrvHost*: Move destroying the host specific resources …
(edit) @64251   8 years vboxsync Devices/Storage/DrvHost*: Move the read/write/flush methods to the …
(edit) @64249   8 years vboxsync Windows build fix
(edit) @64248   8 years vboxsync Windows build fix
(edit) @64247   8 years vboxsync Devices/Storage/DrvHost*: Move determining the medai size to the host …
(edit) @64246   8 years vboxsync Devices/Storage/DrvHost*: Move determining the medai size to the host …
(edit) @64245   8 years vboxsync Build fixes
(edit) @64244   8 years vboxsync Build fixes
(edit) @64243   8 years vboxsync Windows build fix
(edit) @64242   8 years vboxsync Solaris build fix
(edit) @64241   8 years vboxsync properties
(edit) @64240   8 years vboxsync Storage/Devices/DrvHost*: Separate the host specific code in …
(edit) @64239   8 years vboxsync Devices/Storage/DrvHost*: Start separating host dependent code into …
(edit) @64226   8 years vboxsync DrvSCSI: Get rid of the deprecated PDMISCSICONNECTOR and PDMISCSIPORT …
(edit) @64225   8 years vboxsync BusLogic,LsiLogic: build fix
(edit) @64224   8 years vboxsync LsiLogic,BusLogic,VBoxSCSI: Convert to PDMIMEDIAEX and friends
(edit) @64223   8 years vboxsync build fix
(edit) @64222   8 years vboxsync UsbMsd: Convert device emulation to use PDMIMEDIAEX and friends
(edit) @64221   8 years vboxsync DrvSCSI: Fixes
(edit) @64209   8 years vboxsync AHCI: fix loading older saved states
(edit) @64177   8 years vboxsync AHCI: Don't do the redo handling ourself but let the driver do it instead
(edit) @64176   8 years vboxsync AHCI: remove dead code
(edit) @64157   8 years vboxsync DrvSCSI: Propagate the status of the eject oepration up to the caller …
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