summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Storage/DrvDiskIntegrity.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-6/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMM,Devices: Add callbacks to required MMR3* APIs to the helper callbacks tab...vboxsync2021-10-201-4/+4
* Devices/Storage: Change the storage drivers to access the CFGM API through th...vboxsync2021-10-201-37/+38
* Devices/Storage/DrvDiskIntegrity: Implement some additional interface callbac...vboxsync2020-02-101-15/+55
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-7/+7
* Devices/Storage/DrvDiskIntegrity: Add some missing interfaces to handle being...vboxsync2018-07-121-0/+82
* DrvDiskIntegrity: Add async flag to indicate whether a request used the sync ...vboxsync2018-05-251-2/+2
* DrvDiskIntegrity: Add async flag to indicate whether a request used the sync ...vboxsync2018-05-251-13/+25
* Build fix attempt for 32bit Windowsvboxsync2018-05-241-23/+27
* doxygenvboxsync2018-05-241-0/+1
* Devices/Storage: Convert DrvDiskIntegrity to use the new trace log file forma...vboxsync2018-05-241-114/+190
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* DrvDiskIntegrity: Don't embed the tracking structure into the request as it g...vboxsync2017-02-091-39/+74
* DrvDiskIntegrity: More build fixesvboxsync2017-01-271-4/+4
* DrvDiskIntegrity,DrvRamDisk: Build fixes after enabling themvboxsync2017-01-271-9/+9
* Devices/Storage/DrvDiskIntegrity: Fixes and an extra CFGM option to tweak whe...vboxsync2017-01-271-3/+7
* Devices/Storage/DrvDiskIntegrity: Some additionvboxsync2017-01-271-0/+14
* Storage/DrvDiskIntegrity: Fixesvboxsync2016-11-201-0/+48
* Devices/Storage: Doxygen fixesvboxsync2016-10-141-1/+1
* Storage: Get rid of PDMIMEDIA::pfnIoBufAllocate and PDMIMEDIA::pfnIoBufFree, ...vboxsync2016-09-261-20/+0
* Devices/Storage: Throw out PDMIMEDIAASYNC which is superseded by PDMIMEDIAEX nowvboxsync2016-09-261-345/+0
* Storage: Change PDMIMEDIAEX::pfnIoReqDiscard to not get the discard ranges on...vboxsync2016-09-261-6/+22
* DiskIntegrity: Updates to handle the PDMIMEDIAEX interfacevboxsync2016-09-051-45/+411
* Storage/DrvDiskIntegrity: Start integration to work with the extended media i...vboxsync2016-09-021-0/+214
* Storage: New ramdisk driver for debugging and make DrvDiskIntegrity compile w...vboxsync2016-09-021-2/+6
* scm: cleaning up todosvboxsync2016-08-161-1/+1
* @copydoc -> @interface_method_implvboxsync2016-08-041-17/+17
* (C) 2016vboxsync2016-07-221-1/+1
* pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, PDMISCSI...vboxsync2016-01-051-0/+1
* Storage/DrvDiskIntegrity: Fixesvboxsync2015-08-251-0/+31
* *: scm cleanup run.vboxsync2015-08-141-9/+10
* Devices: Updated (C) year.vboxsync2015-06-091-1/+1
* Storage/DiskIntegrity: Add an option to record the write before it was actual...vboxsync2014-06-271-5/+33
* Devices/Storage: Add new read after write verification mode and fix driver cr...vboxsync2014-06-161-5/+68
* Storage/DiskIntegrity: New option to read the entire disk into memory when th...vboxsync2013-06-281-1/+61
* header (C) fixesvboxsync2013-02-041-1/+1
* DrvDiskIntegrity: Bugfixvboxsync2013-01-041-1/+1
* *: gcc-4.7: ~0 => ~0U in initializers (''warning: narrowing conversion of `-1...vboxsync2012-02-281-1/+1
* DrvDiskIntegrity: Fix buildingvboxsync2011-12-021-8/+8
* PDM,Devices,Drivers: Add async discard API and make us of itvboxsync2011-09-271-1/+48
* DrvDiskIntegrity: Discard records if consistency check is enabledvboxsync2011-09-071-0/+152
* VDDbg+DrvDiskIntegrity+tstVDIo: Bugfixes and add a I/O log replay action for ...vboxsync2011-09-051-1/+1
* IoLog+DrvDiskIntegrity: Add logging of discard requestsvboxsync2011-09-051-6/+33