summaryrefslogtreecommitdiffstats
path: root/block/qcow2-snapshot.c
Commit message (Expand)AuthorAgeFilesLines
* qcow2: switch to *_co_* functionsAlberto Faria2022-10-271-3/+3
* block: Use bdrv_co_pwrite_sync() when caller is coroutine_fnAlberto Faria2022-07-121-3/+3
* block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria2022-07-121-24/+24
* block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria2022-07-121-19/+20
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy2021-06-021-1/+1
* migration: introduce icount field for snapshotsPavel Dovgalyuk2020-10-061-0/+2
* qcow2: introduce icount field for snapshotsPavel Dovgalyuk2020-10-061-0/+7
* qcow2: Use macros for the L1, refcount and bitmap table entry sizesAlberto Garcia2020-09-151-10/+10
* qcow2: Allow resize of images with internal snapshotsEric Blake2020-05-051-4/+16
* qcow2: Don't round the L1 table allocation up to the sector sizeAlberto Garcia2020-02-061-2/+1Star
* qcow2: Fix v3 snapshot table entry compliancyMax Reitz2019-10-281-0/+18
* qcow2: Repair snapshot table with too many entriesMax Reitz2019-10-281-0/+14
* qcow2: Fix overly long snapshot tablesMax Reitz2019-10-281-10/+78
* qcow2: Keep track of the snapshot table lengthMax Reitz2019-10-281-1/+13
* qcow2: Fix broken snapshot table entriesMax Reitz2019-10-281-11/+56
* qcow2: Add qcow2_check_fix_snapshot_table()Max Reitz2019-10-281-0/+25
* qcow2: Separate qcow2_check_read_snapshot_table()Max Reitz2019-10-281-0/+58
* qcow2: Make qcow2_write_snapshots() publicMax Reitz2019-10-281-1/+1
* qcow2: Keep unknown extra snapshot dataMax Reitz2019-10-281-10/+51
* qcow2: Add Error ** to qcow2_read_snapshots()Max Reitz2019-10-281-1/+6
* qcow2: Use endof()Max Reitz2019-10-281-3/+4
* qcow2.h: add missing includeVladimir Sementsov-Ogievskiy2019-05-281-1/+0Star
* qcow2: Return error for snapshot operation with data fileKevin Wolf2019-03-081-0/+15
* qcow2: External file I/OKevin Wolf2019-03-081-3/+4
* qcow2-snapshot: remove redundant find_snapshot_by_id_and_name callDaniel Henrique Barboza2019-02-251-5/+0Star
* block: use local path for local headersMichael S. Tsirkin2018-05-311-1/+1
* qcow2: Check snapshot L1 table in qcow2_snapshot_delete()Alberto Garcia2018-03-091-0/+7
* qcow2: Check snapshot L1 table in qcow2_snapshot_goto()Alberto Garcia2018-03-091-0/+9
* qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()Alberto Garcia2018-03-091-3/+5
* qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia2018-03-021-5/+5
* qcow2: Discard/zero clusters by byte countEric Blake2017-05-111-4/+3Star
* block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf2016-07-051-7/+7
* block: Convert bdrv_pread(v) to BdrvChildKevin Wolf2016-07-051-6/+6
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-14/+16
* qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf2015-09-141-10/+10
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* savevm: create snapshot failed when id_str already existsYi Wang2015-04-281-4/+2Star
* qcow2: fix the macro QCOW_MAX_L1_SIZE's useWen Congyang2015-03-121-1/+1
* qcow2: Allow "full" discardMax Reitz2014-11-031-1/+1
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-201-4/+4
* qcow2: Handle failure for potentially large allocationsKevin Wolf2014-08-151-5/+18
* qcow2: Limit snapshot table sizeKevin Wolf2014-04-011-1/+14
* qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf2014-04-011-0/+4
* qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)Kevin Wolf2014-04-011-1/+1
* qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf2014-04-011-25/+4Star