VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @36705   14 years vboxsync fdc: Improved floppy emulation.
(edit) @36383   14 years vboxsync AHCI+ATAController: Port r70670 + r70674 (Signal no current profile if …
(edit) @36339   14 years vboxsync DevATA: Adjust maximum transfer length to the new value, fixes ATAPI …
(edit) @36337   14 years vboxsync DevATA: Disable feature list for now because it breaks at least Windows XP
(edit) @36336   14 years vboxsync DevATA: Signal no current profile if no medium is loaded and add …
(edit) @36316   14 years vboxsync Storage/DevATA+DevAHCI+ATAController: make assertion less strict, …
(edit) @36273   14 years vboxsync AHCI: Make the number of available command slots configurable
(edit) @36039   14 years vboxsync BusLogic: Remove wrong assertion
(edit) @36030   14 years vboxsync BusLogic: Fix a few emulation bugs and add more debugging code
(edit) @36022   14 years vboxsync DrvVD: Fix crash for the internal network stack case
(edit) @36003   14 years vboxsync DrvVD: Make use of the new flag in case UseNewIo is unset but there is …
(edit) @35792   14 years vboxsync ATAController: Brought over device reset fix.
(edit) @35768   14 years vboxsync BusLogic: assertion to catch cases where the guest tries to send more …
(edit) @35767   14 years vboxsync Storage/DevATA: fix device reset handling, sanity check was wrong
(edit) @35756   14 years vboxsync BusLogic: Fix SMP race which results in a guest hang
(edit) @35631   14 years vboxsync BusLogic: Properly fail some Adaptec 154xC commands that a guest may send.
(edit) @35595   14 years vboxsync Storage/DevATA+ATAController: only allow read/write commands for ATA …
(edit) @35560   14 years vboxsync PDM: introduced fEject parameter to PDMIMOUNT::pfnUnmount which is …
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35351   14 years vboxsync scm cleanups.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35214   14 years vboxsync AHCI: Fix wrong Led assignments
(edit) @35162   14 years vboxsync BlkCache: Fix possible crash during suspend of the VM. The cache must …
(edit) @35072   14 years vboxsync DrvVD: remove poweroff callback (not needed anymore). Fixes assertion …
(edit) @35062   14 years vboxsync VSCSI: Fix read beyond end of S/G array
(edit) @34932   14 years vboxsync DiskIntegrity: Trace flushes too
(edit) @34930   14 years vboxsync DrvVD: Don't use the builtin cache when opening the image on readonly mode
(edit) @34875   14 years vboxsync AHCI: Fix loading older saved states
(edit) @34851   14 years vboxsync AHCI: Fix ATAPI device detection with Solaris guests. The command …
(edit) @34452   14 years vboxsync SCSI: Fix crash on startup
(edit) @34434   14 years vboxsync Switch to the new block cache and disable the old one for now
(edit) @34433   14 years vboxsync Storage: Introduce interface to query the location of a medium (device …
(edit) @34339   14 years vboxsync AHCI: Fix crash for non bootable controllers
(edit) @34294   14 years vboxsync fdc: Synced code, now easier to follow and fix.
(edit) @34247   14 years vboxsync DrvVD: Bugfix
(edit) @34224   14 years vboxsync DrvVD: Block cache integration, work in progress
(edit) @34217   14 years vboxsync VD: Use S/G buffers instead of S/G arrays for VDAsyncWrite and …
(edit) @34148   14 years vboxsync DrvSCSI: warning
(edit) @34142   14 years vboxsync AHCI: Better fix for r67808. Don't ignore the return values for R3 …
(edit) @34106   14 years vboxsync AHCI: Fix ahciHbaSetInterrupt from non R3 contexts
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @34009   14 years vboxsync Devices/Storage: Introduce Bootable CFGM key to enable BIOS access
(edit) @33919   14 years vboxsync LSILogic: allow multiple SCSI controllers
(edit) @33745   14 years vboxsync VCI: Updates
(edit) @33676   14 years vboxsync scm cleanup run.
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
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