|
|
@29758
|
15 years |
vboxsync |
AHCI: Fix crash on reset after a snapshot was taken. The Driver needs …
|
|
|
@29744
|
15 years |
vboxsync |
LsiLogic: Print state of every device
|
|
|
@29706
|
15 years |
vboxsync |
LsiLogic: Debugger callback to dump the controller state
|
|
|
@29672
|
15 years |
vboxsync |
AHCI: Count non queued async tasks too. Fixes rare crash during …
|
|
|
@29649
|
15 years |
vboxsync |
Frontends/VBoxManage: make partition table processing much more …
|
|
|
@29614
|
15 years |
vboxsync |
BusLogic: Make sure that there are no tasks pending during suspend
|
|
|
@29610
|
15 years |
vboxsync |
LsiLogic: Alignment
|
|
|
@29609
|
15 years |
vboxsync |
LsiLogic: Make sure we have no request pending on suspend
|
|
|
@29588
|
15 years |
vboxsync |
LsiLogic: The request queue should have the same size as the reply …
|
|
|
@29586
|
15 years |
vboxsync |
SCSI: Fix IoDepth statistic
|
|
|
@29504
|
15 years |
vboxsync |
AHCI: Always use an intermediate buffer for now until we have native …
|
|
|
@29498
|
15 years |
vboxsync |
ISCSI: Return VERR_NOT_SUPPORTED for VD_OPEN_FLAGS_ASYNC_IO
|
|
|
@29497
|
15 years |
vboxsync |
Storage/VBoxHDD: fix long-standing bugs in VDCopy, which show in …
|
|
|
@29495
|
15 years |
vboxsync |
DiskIntegrity: Prevent buffer overflow
|
|
|
@29443
|
15 years |
vboxsync |
DrvDiskIntegrity: Check for double completion of requests
|
|
|
@29441
|
15 years |
vboxsync |
AHCI: Fix assertion
|
|
|
@29413
|
15 years |
vboxsync |
VBoxHDD: Fix a bug causing data corruption in the image for async …
|
|
|
@29412
|
15 years |
vboxsync |
DiskIntegrity: Pass async flush requests
|
|
|
@29341
|
15 years |
vboxsync |
DrvBlock: Async flushes are not ignored by default
|
|
|
@29330
|
15 years |
vboxsync |
SCSI: Create the I/O thread and request queue only if the async I/O …
|
|
|
@29326
|
15 years |
vboxsync |
LsiLogic: Make the SAS controller a separate device to make it …
|
|
|
@29306
|
15 years |
vboxsync |
DiskIntegrity: Build fix
|
|
|
@29250
|
15 years |
vboxsync |
iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
|
|
|
@29244
|
15 years |
vboxsync |
VBoxHDD: Fix
|
|
|
@29242
|
15 years |
vboxsync |
LsiLogic: Style
|
|
|
@29240
|
15 years |
vboxsync |
VBoxHDD: Bring back error reporting for the new async I/O code
|
|
|
@29239
|
15 years |
vboxsync |
AHCI: Bug fix for error reporting
|
|
|
@29238
|
15 years |
vboxsync |
VHD: Fix image creation
|
|
|
@29213
|
15 years |
vboxsync |
DrvSCSI: Fix crash when an error occurs and print errors in the release log
|
|
|
@29137
|
15 years |
vboxsync |
AHCI: Clear the I/O thread handle after the thread was destroyed
|
|
|
@29135
|
15 years |
vboxsync |
Storage/DrvVD: quick workaround for the synchronization problems when …
|
|
|
@29080
|
15 years |
vboxsync |
DevAHCI: Alignment fix?
|
|
|
@29049
|
15 years |
vboxsync |
SCSI: Another assertion fix
|
|
|
@29048
|
15 years |
vboxsync |
VBoxHDD: Fix an assertion during a flush request. There is no S/G list
|
|
|
@29047
|
15 years |
vboxsync |
AHCI: Fix error reporting protocol violation
|
|
|
@29035
|
15 years |
vboxsync |
VMDK: Implement async flush
|
|
|
@29034
|
15 years |
vboxsync |
DrvBlock: Print IgnoreFlush setting
|
|
|
@29030
|
15 years |
vboxsync |
AHCI: Implement missing error reporting bits
|
|
|
@29006
|
15 years |
vboxsync |
VBoxHDD: Move the FinishWrite call from DrvVD to VBoxHDD where we can …
|
|
|
@28980
|
15 years |
vboxsync |
Devices/Storage: fix extremely sporadic bogus triggering of "I/O state …
|
|
|
@28948
|
15 years |
vboxsync |
DiskIntegrity: Fix memory corruption caused by the trace option. The …
|
|
|
@28902
|
15 years |
vboxsync |
DiskIntegrity: Add possibility to check for hanging requests
|
|
|
@28881
|
15 years |
vboxsync |
AHCI: Error reporting fix
|
|
|
@28855
|
15 years |
vboxsync |
branding
|
|
|
@28835
|
15 years |
vboxsync |
Main: live snapshot merging. initially limited to forward merging …
|
|
|
@28827
|
15 years |
vboxsync |
Storage/iSCSI: Error handling fix when connecting to a target. …
|
|
|
@28820
|
15 years |
vboxsync |
VMDK: Fix image creation
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28786
|
15 years |
vboxsync |
AHCI: Report errors of completed requests to the guest (not tested yet)
|
|
|
@28785
|
15 years |
vboxsync |
VBoxHDD.cpp: Init rcReq field
|
|
|
@28784
|
15 years |
vboxsync |
Interface changes for error reporting and async I/O
|
|
|
@28705
|
15 years |
vboxsync |
AHCI: Fix race condition where a task could be used even if it is …
|
|
|
@28704
|
15 years |
vboxsync |
VBoxHDD: Logging fix
|
|
|
@28693
|
15 years |
vboxsync |
VBoxHDD/Async: Fix diff images
|
|
|
@28684
|
15 years |
vboxsync |
VBoxSCSI: Always reset the state if the protocol is violated and make …
|
|
|
@28683
|
15 years |
vboxsync |
VBoxHDD: Fix hanging async I/O
|
|
|
@28629
|
15 years |
vboxsync |
VDI: Fix VdiCheckIfValid
|
|
|
@28622
|
15 years |
vboxsync |
oops
|
|
|
@28620
|
15 years |
vboxsync |
VBoxHDD: async I/O updates. Mostly complete except for bug fixes
|
|
|
@28570
|
15 years |
vboxsync |
LsiLogic: Remove interrupt coalescing again because it has a negative …
|
|
|
@28524
|
15 years |
vboxsync |
Missing parameters
|
|
|
@28523
|
15 years |
vboxsync |
RTMemFree -> RTMemPageFree (DevAHCI.cpp)
|
|
|
@28413
|
15 years |
vboxsync |
LsiLogic: Remove wrong memset
|
|
|
@28412
|
15 years |
vboxsync |
LsiLogic: Fix memory leak
|
|
|
@28388
|
15 years |
vboxsync |
AHCI: Use async I/O flush API
|
|
|
@28387
|
15 years |
vboxsync |
Make flush configurable
|
|
|
@28383
|
15 years |
vboxsync |
async I/O: Add async flush method
|
|
|
@28381
|
15 years |
vboxsync |
LsiLogic: Don't use RTMemFree on memory allocated with RTMemPageAlloc
|
|
|
@28380
|
15 years |
vboxsync |
AHCI: Fix
|
|
|
@28258
|
15 years |
vboxsync |
PDM critsects for drivers. Fixed critsect cleanup in failure path. …
|
|
|
@28250
|
15 years |
vboxsync |
LsiLogic: Zero task state after it was allocated
|
|
|
@28226
|
15 years |
vboxsync |
Fix double free
|
|
|
@28155
|
15 years |
vboxsync |
Fix
|
|
|
@28154
|
15 years |
vboxsync |
VBoxHDD: async I/O for VDI and RAW images. Seems to work so far but …
|
|
|
@28144
|
15 years |
vboxsync |
DrvDiskIntegrity: Bug fix
|
|
|
@28118
|
15 years |
vboxsync |
DrvDiskIntegrity: Use the advanced S/G buffer compare method to get …
|
|
|
@28115
|
15 years |
vboxsync |
DrvDiskIntegrity: Bug fix
|
|
|
@28114
|
15 years |
vboxsync |
DrvDiskIntegrity: Support for async I/O
|
|
|
@28112
|
15 years |
vboxsync |
LsiLogic: action mixup, fixes port 0 device detection with LSI windows …
|
|
|
@28108
|
15 years |
vboxsync |
Fix
|
|
|
@28066
|
15 years |
vboxsync |
VBoxHDD: warnings
|
|
|
@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
|
|
|
@27976
|
15 years |
vboxsync |
*: scm cleans up whitespace and adds a new line at the end of …
|
|
|
@27922
|
15 years |
vboxsync |
DrvVD: Pass request status code to the backends
|
|
|
@27920
|
15 years |
vboxsync |
AsyncCompletion: Return error code for completed requests
|
|
|
@27901
|
15 years |
vboxsync |
OSE header fixes
|
|
|
@27862
|
15 years |
vboxsync |
export Devices/Storage/UsbMsd.cpp to OSE
|
|
|
@27815
|
15 years |
vboxsync |
VBoxHDD: Fix VDGetFormat, we don't have disk structure at this point
|
|
|
@27810
|
15 years |
vboxsync |
Another fix
|
|
|
@27809
|
15 years |
vboxsync |
Compile fix
|
|
|
@27808
|
15 years |
vboxsync |
VBoxHDD: First part of the async I/O support
* The async I/O …
|
|
|
@27806
|
15 years |
vboxsync |
Storage/VBoxHDD+DrvBlock+DrvVD: implement core code for live snapshot …
|
|
|
@27797
|
15 years |
vboxsync |
misc compiler warning fixes, comment typos and other minor cleanups
|
|
|
@27739
|
15 years |
vboxsync |
DrvVD: Implement set size operation for the async I/O interface
|
|
|
@27736
|
15 years |
vboxsync |
VD: Correct return code if everything was transfered successfully
|
|
|
@27735
|
15 years |
vboxsync |
VMDK: Don't try to read more bytes from the descriptor than the filesize
|
|
|
@27734
|
15 years |
vboxsync |
AHCI: Report I/O errors to the guest
|
|
|
@27699
|
15 years |
vboxsync |
LsiLogic: Don't send an interrupt for every completed request but wait …
|
|
|
@27672
|
15 years |
vboxsync |
LsiLogic: Small optimization. Data buffers are allocated page aligned …
|
|
|