summaryrefslogtreecommitdiff
path: root/src/VBox/Storage/QED.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-21/+10
* 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
* Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.vboxsync2021-08-231-8/+14
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Storage: Added a desired format parameter to VDGetFormat() so Main can pass a...vboxsync2019-07-241-2/+2
* Storage/QED+QCOW: It is not allowed to mix RTStrDup, RTMemAlloc and RTStrFree...vboxsync2019-02-091-4/+7
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* *: 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
* Global: replace fall-through comments with RT_FALL_THRU().vboxsync2017-10-111-3/+3
* Storage: Get rid of duplicated code in the backends for unsupported featuresvboxsync2017-04-101-141/+11
* Storage/VD: Convert all backends to use the region list callbacks, remove the...vboxsync2017-04-101-42/+59
* Storage/VD: Implement infrastructure for region lists to be able to support C...vboxsync2017-03-151-0/+4
* gcc 7: Storage: fall thruvboxsync2017-02-071-1/+3
* Storage/QED: Apply the fix as done to QCOW as they share the same issue (see ...vboxsync2016-12-121-0/+20
* src/VBox: Make the use of the iterator for RTListForEach()/RTListForEachSafe(...vboxsync2016-11-301-8/+5
* Storage: Doxygen fixesvboxsync2016-10-141-3/+3
* Storage/VD: Add proper versioning of the backend structures instead of just r...vboxsync2016-09-201-3/+5
* Storage: Cleanup, let vdIfIoIntFileSetAllocationSize take a progress interfac...vboxsync2016-09-131-1/+1
* Storage/VD: Rename pfnCheckIfValid to pfnProbe as it is shorter and easier to...vboxsync2016-09-121-5/+5
* Storage/QED: Cleanup, get rid of goto...vboxsync2016-09-121-725/+490
* Storage/QED: Revert accidental change in r110609vboxsync2016-09-091-4/+6
* Storage: Remove unused/obsolete VDFormats directory (can be resurrected later...vboxsync2016-09-091-6/+4
* Storage/VD: Doxygen after VBOXHDDBACKEND -> VDIMAGEBACKENDvboxsync2016-09-091-30/+30
* Storage/VD: Rename VBOXHDDBACKEND to VDIMAGEBACKEND to follow the naming sche...vboxsync2016-09-091-2/+2
* Storage/QED,QCOW: Always write the complete L1 and L2 table when allocating a...vboxsync2016-09-071-88/+53
* Storage/QED: Check that the filename size for the backing file is in bounds i...vboxsync2016-08-251-0/+4
* Storage: warnings.vboxsync2016-08-021-0/+4
* Storage: warnings.vboxsync2016-07-301-17/+28
* (C) 2016vboxsync2016-07-221-1/+1
* *: Doxygen fixes.vboxsync2015-10-091-3/+3
* DECLCALLBACKvboxsync2015-08-171-55/+55
* *: scm cleanup run.vboxsync2015-08-141-15/+20
* Storage: Log & Assertion formatting fixes.vboxsync2015-07-181-1/+1
* Storage/VD: make use of the image type (hdd/dvd/floppy) for sanity checking w...vboxsync2015-02-241-5/+15
* Storage/QED: Fix compilation on SPARCvboxsync2014-06-201-1/+1
* QED: Initialize the L2 cache always, fixes a crash if opening the image file ...vboxsync2014-06-161-12/+19
* Storage/VD: Cleanup VD plugin handling. One shared object can now support an ...vboxsync2014-04-071-3/+5
* Storage: Addressing 64-bit windows warnings.vboxsync2013-10-031-1/+1
* Storage/VD: Add support for different sector sizes (only opening and reading ...vboxsync2013-09-271-0/+18
* Storage: Propagate errors when closing a file but free everything nevertheles...vboxsync2013-06-181-1/+1
* Storage/QED,QCOW: Fix backing filename handling (caused crashes and other wei...vboxsync2013-03-061-4/+7
* header (C) fixesvboxsync2013-02-041-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* Storage/Backends: async/sync I/O unification, remove separate entries for syn...vboxsync2013-01-081-370/+117
* Storage: Preparations for the sync/async I/O unificationvboxsync2013-01-041-53/+52
* Storage: Fix regression introduced when adding VD_OPEN_FLAGS_SKIP_CONSISTENCY...vboxsync2013-01-041-1/+2