aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-snapshot.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk1-0/+2
2020-10-06qcow2: introduce icount field for snapshotsPavel Dovgalyuk1-0/+7
2020-09-15qcow2: Use macros for the L1, refcount and bitmap table entry sizesAlberto Garcia1-10/+10
2020-05-05qcow2: Allow resize of images with internal snapshotsEric Blake1-4/+16
2020-02-06qcow2: Don't round the L1 table allocation up to the sector sizeAlberto Garcia1-2/+1
2019-10-28qcow2: Fix v3 snapshot table entry compliancyMax Reitz1-0/+18
2019-10-28qcow2: Repair snapshot table with too many entriesMax Reitz1-0/+14
2019-10-28qcow2: Fix overly long snapshot tablesMax Reitz1-10/+78
2019-10-28qcow2: Keep track of the snapshot table lengthMax Reitz1-1/+13
2019-10-28qcow2: Fix broken snapshot table entriesMax Reitz1-11/+56
2019-10-28qcow2: Add qcow2_check_fix_snapshot_table()Max Reitz1-0/+25
2019-10-28qcow2: Separate qcow2_check_read_snapshot_table()Max Reitz1-0/+58
2019-10-28qcow2: Make qcow2_write_snapshots() publicMax Reitz1-1/+1
2019-10-28qcow2: Keep unknown extra snapshot dataMax Reitz1-10/+51
2019-10-28qcow2: Add Error ** to qcow2_read_snapshots()Max Reitz1-1/+6
2019-10-28qcow2: Use endof()Max Reitz1-3/+4
2019-05-28qcow2.h: add missing includeVladimir Sementsov-Ogievskiy1-1/+0
2019-03-08qcow2: Return error for snapshot operation with data fileKevin Wolf1-0/+15
2019-03-08qcow2: External file I/OKevin Wolf1-3/+4
2019-02-25qcow2-snapshot: remove redundant find_snapshot_by_id_and_name callDaniel Henrique Barboza1-5/+0
2018-05-31block: use local path for local headersMichael S. Tsirkin1-1/+1
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_delete()Alberto Garcia1-0/+7
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_goto()Alberto Garcia1-0/+9
2018-03-09qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()Alberto Garcia1-3/+5
2018-03-02qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia1-5/+5
2017-05-11qcow2: Discard/zero clusters by byte countEric Blake1-4/+3
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf1-7/+7
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf1-6/+6
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-14/+16
2015-09-14qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf1-10/+10
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-04-28savevm: create snapshot failed when id_str already existsYi Wang1-4/+2
2015-03-12qcow2: fix the macro QCOW_MAX_L1_SIZE's useWen Congyang1-1/+1
2014-11-03qcow2: Allow "full" discardMax Reitz1-1/+1
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-4/+4
2014-08-15qcow2: Handle failure for potentially large allocationsKevin Wolf1-5/+18
2014-04-01qcow2: Limit snapshot table sizeKevin Wolf1-1/+14
2014-04-01qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf1-0/+4
2014-04-01qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)Kevin Wolf1-1/+1
2014-04-01qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf1-25/+4
2014-02-14block: Don't throw away errno via error_setgJeff Cody1-3/+5
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia1-2/+8
2013-10-11qcow2: Use negated overflow check maskMax Reitz1-7/+5
2013-10-11qcow2: Use better type for numerical snapshot IDMax Reitz1-2/+3
2013-10-11qcow2: Fix snapshot restoration in snapshot_createMax Reitz1-0/+1
2013-10-11qcow2: Assert against snapshot name/ID overflowMax Reitz1-0/+1