|
|
@43693
|
12 years |
vboxsync |
VSCSI: Added support for media locking/unlocking.
|
|
|
@43640
|
12 years |
vboxsync |
VSCSI: Added basic media change support.
|
|
|
@43517
|
12 years |
vboxsync |
DrvSCSI: Connect some of the dots for removable media change (not yet …
|
|
|
@40282
|
13 years |
vboxsync |
*: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
|
|
|
@39764
|
13 years |
vboxsync |
DrvSCSI: Log errors to the release log for the synchronous I/O path too
|
|
|
@39566
|
13 years |
vboxsync |
SCSI: Add support for readonly disks
|
|
|
@39550
|
13 years |
vboxsync |
Request thread pool hancking. Some RTReq refactoring as always…
|
|
|
@39498
|
13 years |
vboxsync |
RTReq refactoring.
|
|
|
@38878
|
13 years |
vboxsync |
PDM,Devices,Drivers: Add async discard API and make us of it
|
|
|
@38680
|
13 years |
vboxsync |
VSCSI+DrvSCSI: Add support for the UNMAP command if discarding is enabled
|
|
|
@35353
|
14 years |
vboxsync |
Move the misc files the in src/VBox/Devices/ directory into a build/ …
|
|
|
@35346
|
14 years |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@34452
|
14 years |
vboxsync |
SCSI: Fix crash on startup
|
|
|
@34433
|
14 years |
vboxsync |
Storage: Introduce interface to query the location of a medium (device …
|
|
|
@34148
|
14 years |
vboxsync |
DrvSCSI: warning
|
|
|
@33540
|
14 years |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@33101
|
14 years |
vboxsync |
BusLogic,SCSI: Don't propagate VINF_VD_ASYNC_IO_FINISHED to the caller
|
|
|
@33016
|
14 years |
vboxsync |
SCSI: Query parameters only for a read or write
|
|
|
@33015
|
14 years |
vboxsync |
SCSI: Log errors of completed requests
|
|
|
@32983
|
14 years |
vboxsync |
LsiLogic: Suspend the VM on a recoverable error without changing the …
|
|
|
@30384
|
14 years |
vboxsync |
SCSI: Log used I/O method
|
|
|
@29586
|
15 years |
vboxsync |
SCSI: Fix IoDepth statistic
|
|
|
@29330
|
15 years |
vboxsync |
SCSI: Create the I/O thread and request queue only if the async I/O …
|
|
|
@29250
|
15 years |
vboxsync |
iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
|
|
|
@29213
|
15 years |
vboxsync |
DrvSCSI: Fix crash when an error occurs and print errors in the release log
|
|
|
@29049
|
15 years |
vboxsync |
SCSI: Another assertion fix
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28784
|
15 years |
vboxsync |
Interface changes for error reporting and async I/O
|
|
|
@28383
|
15 years |
vboxsync |
async I/O: Add async flush method
|
|
|
@28258
|
15 years |
vboxsync |
PDM critsects for drivers. Fixed critsect cleanup in failure path. …
|
|
|
@28065
|
15 years |
vboxsync |
Storage: Convert from PDMDATASEG to RTSGSEG to avoid casting between …
|
|
|
@27977
|
15 years |
vboxsync |
VBoxHDD: Async I/O for flat images are back
|
|
|
@27671
|
15 years |
vboxsync |
SCSI: Fixes for the async I/O path
|
|
|
@27665
|
15 years |
vboxsync |
SCSI: Cleanup during destruction
|
|
|
@27664
|
15 years |
vboxsync |
SCSI: More statistics
|
|
|
@27654
|
15 years |
vboxsync |
DrvSCSI: Use the new VSCSI component and implement the async interface
|
|
|
@26837
|
15 years |
vboxsync |
SCSI: Do not assert if there is no sense buffer
|
|
|
@26173
|
15 years |
vboxsync |
PDM: s/pCfgHandle/pCfg/g - part 2.
|
|
|
@26166
|
15 years |
vboxsync |
PDM: s/szDriverName/szName/g - PDMDRVREG.
|
|
|
@26001
|
15 years |
vboxsync |
PDM,*: Redid the PDM structure versions. Check the instance and helper …
|
|
|
@25985
|
15 years |
vboxsync |
pdmifs.h: the final batch of refactored interface ID code.
|
|
|
@25984
|
15 years |
vboxsync |
pdmifs.h: the penultimate batch of refactored interface ID code.
|
|
|
@25974
|
15 years |
vboxsync |
pdmifs.h: another batch of _IID changes.
|
|
|
@25966
|
15 years |
vboxsync |
PDMIBASE refactoring; use UUID as interface IDs.
|
|
|
@25893
|
15 years |
vboxsync |
PDMDrv,*: multi context drivers, part 2.
|
|
|
@24751
|
15 years |
vboxsync |
DrvSCSI: Converted to async reset, suspend and power off notification …
|
|
|
@24678
|
15 years |
vboxsync |
Misc: Shut up annoying gcc warnings on darwin.
|
|
|
@24245
|
15 years |
vboxsync |
DrvSCSI: Use PDMR3ThreadSuspend in drvscsiPowerOff and drvscsiSuspend …
|
|
|
@24242
|
15 years |
vboxsync |
drvscsiAsyncIOLoopNoPendingDummy: fixed true/false mixup causing …
|
|
|
@24241
|
15 years |
vboxsync |
DrvSCSI: Only hard disks are supported. Don't assert, set a proper …
|
|
|
@24124
|
15 years |
vboxsync |
DrvSCSI: Initialize DRVSCSI::pDrvIns.
|
|
|
@24105
|
15 years |
vboxsync |
DrvSCSI: make sure any pending dummy requst has landed taken down …
|
|
|
@24104
|
15 years |
vboxsync |
DrvSCSI: Need to synchronize all pending requests before any driver …
|
|
|
@24101
|
15 years |
vboxsync |
DrvSCSI,DevLsiLogic: Moved the reset request sync down to the driver …
|
|
|
@24098
|
15 years |
vboxsync |
DevLsiLogic,DrvSCSI: Added new DrvSCSI method for synchronizing the …
|
|
|
@23472
|
15 years |
vboxsync |
SCSI: Hardcode the instance number to the statistics path
|
|
|
@23356
|
15 years |
vboxsync |
SCSI: Add support for disks greater 2TB
|
|
|
@22850
|
15 years |
vboxsync |
SCSI: Remove non supported command reporting it as an invalid opcode …
|
|
|
@22277
|
15 years |
vboxsync |
PDMDRVREG change (big changeset).
|
|
|
@21321
|
15 years |
vboxsync |
OSE: export SCSI + SATA
|