VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31380   14 years vboxsync VmdkHDDCore, VBoxHDD: warnings
(edit) @31379   14 years vboxsync VHDHDDCore: typo
(edit) @31258   14 years vboxsync Main/Medium+Storage/VBoxHDD: fix incorrect handling of diff media in …
(edit) @31243   14 years vboxsync Storage/iSCSI: optimize changing the open flags from read/write to readonly
(edit) @31193   14 years vboxsync Devices/Storage: start of a testcase for shareable images
(edit) @31186   14 years vboxsync Grrr
(edit) @31185   14 years vboxsync VBoxHDD: Add a flag to disable locking of an image file
(edit) @31184   14 years vboxsync Fix assertion in drvvdSetReadonly
(edit) @31180   14 years vboxsync Main/Medium+Main/Console+Storage: Pass a flag for the medium type …
(edit) @31128   14 years vboxsync Main/Console,Storage/DrvVD+fdc: Allow readonly floppy images (suppress …
(edit) @31098   14 years vboxsync iSCSI: First part for async I/O. Move I/O into a separate thread and …
(edit) @31087   14 years vboxsync AHCI: Add debugger info callback to inspect controller state
(edit) @30975   14 years vboxsync LsiLogic: Fix very rare race with SMP guests resulting in an endless …
(edit) @30947   14 years vboxsync LsiLogic: Plug memory leak if a target doesn't exist, log CDBs to non …
(edit) @30941   14 years vboxsync Storage/iSCSI: Handle target triggered disconnects properly, without …
(edit) @30900   14 years vboxsync VMDK: Activate new async I/O by default
(edit) @30864   14 years vboxsync VD/Parallels: Implement async I/O support. Completely untestet right …
(edit) @30863   14 years vboxsync VD: Finish async I/O support for VMDK. Still disabled by default until …
(edit) @30809   14 years vboxsync BusLogic: Handle interrupt status reg better; reduces W2K bootup time …
(edit) @30805   14 years vboxsync BusLogic: Added comment re firmware special option byte.
(edit) @30729   14 years vboxsync BusLogic: Fix
(edit) @30725   14 years vboxsync BusLogic: Fix for W2K and ACPI
(edit) @30723   14 years vboxsync Removed more instances of obsolete PCISetIrqNoWait calls.
(edit) @30688   14 years vboxsync BusLogic: Fix
(edit) @30687   14 years vboxsync BusLogic: Fix W2K guests
(edit) @30597   14 years vboxsync alignment check on BUSLOGIC::CritSectIntr.
(edit) @30596   14 years vboxsync DevBusLogic: The CritSectIntr member must be 64-bit aligned even on …
(edit) @30592   14 years vboxsync BusLogic: Fix NT4 and SCO OpenServer guests. For NT4 the product …
(edit) @30555   14 years vboxsync VD/Async: Full support for VHD images. VMDK is still in progress
(edit) @30481   14 years vboxsync VBoxHDD: Zero the buffer after a read provided valid data
(edit) @30468   14 years vboxsync IPRT: - Corrected RTSGBUF member names. - Corrected RTSgBufInit …
(edit) @30384   14 years vboxsync SCSI: Log used I/O method
(edit) @30382   14 years vboxsync SATA: Always raise an interrupt after task completion; delaying this …
(edit) @30313   14 years vboxsync Storage/VBoxHDD: optimize image cloning, at the moment only for newly …
(edit) @30309   14 years vboxsync Storage/iSCSI: switch to sending in a single call, avoiding separate …
(edit) @30224   15 years vboxsync Devices: three size_t warnings.
(edit) @30223   15 years vboxsync DrvHostDVD: More VCC100 intrinsic stupditity.
(edit) @30221   15 years vboxsync DrvVD: todo/r=bird: lwip_recv does not set errno, so checking it here …
(edit) @30174   15 years vboxsync VSCSI: Handle VERIFY(10) command. Fixes full format during Windows …
(edit) @30140   15 years vboxsync BusLogic: Fix race leading to I/O hang
(edit) @30128   15 years vboxsync LsiLogic: Don't reset the interrupt mask during a unit reset. Fixes …
(edit) @30112   15 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   15 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @30044   15 years vboxsync VBoxHDD/Async: Fix variable initialization, was always 0 before. Fix …
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29941   15 years vboxsync ATAController: Fix rc usage
(edit) @29913   15 years vboxsync DevLsiLogicSCSI.cpp: not about why 2 items are used (insert while …
(edit) @29879   15 years vboxsync DevAHCI.cpp: r=bird: Using TMCLOCK_VIRTUAL_SYNC in devices which …
(edit) @29827   15 years vboxsync LsiLogic: Fix a possible race condition in the interrupt handling code …
(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
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