VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @41467   13 years vboxsync AHCI: Fix possible guest memory corruption, it is possible that timed …
(edit) @41099   13 years vboxsync ATA: Fix incorrect free due to an invalid pointer
(edit) @41019   13 years vboxsync Devices/ATA: Introduce option to suppress overwriting inquiry data for …
(edit) @40999   13 years vboxsync ATAController: two warnings, fix like in DevATA (perhaps not optimal)
(edit) @40963   13 years vboxsync BusLogic: Interrupt/geometry registers are writable.
(edit) @40841   13 years vboxsync Storage/ATA: Fix CD/DVD passthrough and Session At Once (SAO) …
(edit) @40840   13 years vboxsync Storage/Debug: Function to log a CUE sheet
(edit) @40774   13 years vboxsync Devices/Storage/DevATA: fix warning.
(edit) @40773   13 years vboxsync Devices/Storage/DevATA: fix warnings, uninitialized variables.
(edit) @40676   13 years vboxsync VBoxSCSI: Don't crash if a string I/O port access happens without a …
(edit) @40642   13 years vboxsync Forgot to commit.
(edit) @40640   13 years vboxsync Renamed SCSI BIOS constants to elucidate their purpose.
(edit) @40543   13 years vboxsync Started logging of SCSI mode pages for debug builds
(edit) @40500   13 years vboxsync Keep track of medium lock state.
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39938   13 years vboxsync AHCI: Temporary release assertions which hopefully catch inconsistent …
(edit) @39855   13 years vboxsync Various drivers: Use PDMIBASE_2_PDMDRV instead of cooking your own stuff.
(edit) @39845   13 years vboxsync AHCI: Fix memory leak after recent optimization
(edit) @39828   13 years vboxsync AHCI: Don't always allocate new memory for the data buffers but reuse …
(edit) @39764   13 years vboxsync DrvSCSI: Log errors to the release log for the synchronous I/O path too
(edit) @39731   13 years vboxsync nit
(edit) @39655   13 years vboxsync AHCI: Long overdue code cleanup, removes over 800 lines of unused or …
(edit) @39584   13 years vboxsync Log PRDT entries.
(edit) @39579   13 years vboxsync AHCI: Set overflow bit if the guest tries to transfer more data than …
(edit) @39566   13 years vboxsync SCSI: Add support for readonly disks
(edit) @39550   13 years vboxsync Request thread pool hancking. Some RTReq refactoring as always…
(edit) @39518   13 years vboxsync DrvDiskIntegrity: Fix building
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(edit) @39498   13 years vboxsync RTReq refactoring.
(edit) @39414   13 years vboxsync PDMBlkCache: Clear all entries on reset to prevent that unwritten data …
(edit) @39136   13 years vboxsync More MMIO refactoring and some other cleanups.
(edit) @39135   13 years vboxsync Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
(edit) @39100   13 years vboxsync DevATA: Implement proper command splitting if the command exceeds the …
(edit) @39036   13 years vboxsync DevATA: Report actual media type (rather than empty drive) in mode …
(edit) @39010   13 years vboxsync DevATA/Passthrough: Abort commands which exceed the I/O buffer size, …
(edit) @38970   13 years vboxsync AHCI: More release logging
(edit) @38969   13 years vboxsync AHCI: Log HBA and port resets to the release log
(edit) @38894   13 years vboxsync DevATA,ATAController: Add TRIM support
(edit) @38878   13 years vboxsync PDM,Devices,Drivers: Add async discard API and make us of it
(edit) @38844   13 years vboxsync Very rudimentary SCSI MMC implementation.
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38821   13 years vboxsync Devices/fdc: range
(edit) @38782   13 years vboxsync Typos.
(edit) @38710   13 years vboxsync DevATA: Simplified non-present device port read handling.
(edit) @38702   13 years vboxsync VSCSI+Main: Fix reporting non rotational medium status + set the CFGM …
(edit) @38694   13 years vboxsync VSCSI: Fix Solaris guests after adding support VPD pages, the device …
(edit) @38682   13 years vboxsync Another try
(edit) @38681   13 years vboxsync Fix win burns?
(edit) @38680   13 years vboxsync VSCSI+DrvSCSI: Add support for the UNMAP command if discarding is enabled
(edit) @38678   13 years vboxsync VSCSI: Replace I/O memory context with S/G buffers
(edit) @38675   13 years vboxsync oops
(edit) @38674   13 years vboxsync AHCI: Log if TRIM is enabled
(edit) @38670   13 years vboxsync DrvDiskIntegrity: Discard records if consistency check is enabled
(edit) @38664   13 years vboxsync For ATAPI devices, fail recalibrate and clear DRDY on aborted commands.
(edit) @38661   13 years vboxsync Set the seek done bit in one more location to placate old Linux kernels.
(edit) @38644   13 years vboxsync VDDbg+DrvDiskIntegrity+tstVDIo: Bugfixes and add a I/O log replay …
(edit) @38631   13 years vboxsync IoLog+DrvDiskIntegrity: Add logging of discard requests
(edit) @38622   13 years vboxsync AHCI+DrvBlock+DrvVD: Add support for the TRIM command and connect with …
(edit) @38566   13 years vboxsync Correctly query host floppy drive size on Windows.
(edit) @38541   13 years vboxsync DrvDiskIntegrity: Add support for the I/O logger from the storage …
(edit) @38532   13 years vboxsync BusLogic: Fix passing error information to the guest when a request …
(edit) @38530   13 years vboxsync VSCSI: Implement REQUEST SENSE command
(edit) @38482   13 years vboxsync Typo in typo correction.
(edit) @38481   13 years vboxsync Typos.
(edit) @38470   13 years vboxsync BusLogic: Fix typo
(edit) @38469   13 years vboxsync VD: Interface cleanup. Merge the two involved structures (generic …
(edit) @38328   13 years vboxsync AHCI: Fixes for CD/DVD hotplugging
(edit) @38219   13 years vboxsync ATA: Set DSC in a few more cases.
(edit) @37887   13 years vboxsync AHCI: Fix read access beyond 4GB for CD/DVD drives
(edit) @37795   13 years vboxsync Devices: use helpers
(edit) @37780   13 years vboxsync Storage/DrvHostBase: add generic unmount implementation, so that host …
(edit) @37690   13 years vboxsync Device/AHCI: 32bit alignment fixes
(edit) @37687   13 years vboxsync Main/Console+Machine: add notification for guest triggered eject, …
(edit) @37673   13 years vboxsync AHCI: Hotplug fixes
(edit) @37660   13 years vboxsync AHCI: Initialize vendor product data for hotplugged devices
(edit) @37653   13 years vboxsync Devices/DevATA: fixed missing parameter when calling pfnUnmount
(edit) @37641   13 years vboxsync DrvVD: Correct logging\n
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37601   13 years vboxsync build fixes
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37496   13 years vboxsync DevAHCI.cpp: Don't use the virtual sync clock for the command …
(edit) @37478   13 years vboxsync Renamed for clarity.
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37460   13 years vboxsync fdc: Take head count into account.
(edit) @37459   13 years vboxsync Set busy bit when starting a command.
(edit) @37324   14 years vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @37269   14 years vboxsync AHCI: Fix return code for index/Data pair access
(edit) @37264   14 years vboxsync Storage/ATA+AHCI: support the non-rotational medium flag
(edit) @37223   14 years vboxsync FDC: Most control commands do not generate interrupts.
(edit) @37205   14 years vboxsync FDC: Someone misread the datasheet…
(edit) @36992   14 years vboxsync AHCI: Fixes for hotplugging
(edit) @36990   14 years vboxsync AHCI: Controller part for device hotplug
(edit) @36972   14 years vboxsync Devices/AHCI: fixed mask for Fis address
(edit) @36912   14 years vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36878   14 years vboxsync AHCI: Support access through the index/data register pair from the I/O …
(edit) @36800   14 years vboxsync AHCI: Cancel active tasks during a device, port or HBA reset
(edit) @36797   14 years vboxsync FreeBSD: Warnings
(edit) @36781   14 years vboxsync warning
(edit) @36706   14 years vboxsync Undid accidental commit.
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