VirtualBox

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

Revision Log Mode:


Legend:

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