| Commit message (Expand) | Author | Age | Files | Lines |
* | migration: introduce icount field for snapshots | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+2 |
* | qcow2: introduce icount field for snapshots | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+7 |
* | qcow2: Use macros for the L1, refcount and bitmap table entry sizes | Alberto Garcia | 2020-09-15 | 1 | -10/+10 |
* | qcow2: Allow resize of images with internal snapshots | Eric Blake | 2020-05-05 | 1 | -4/+16 |
* | qcow2: Don't round the L1 table allocation up to the sector size | Alberto Garcia | 2020-02-06 | 1 | -2/+1 |
* | qcow2: Fix v3 snapshot table entry compliancy | Max Reitz | 2019-10-28 | 1 | -0/+18 |
* | qcow2: Repair snapshot table with too many entries | Max Reitz | 2019-10-28 | 1 | -0/+14 |
* | qcow2: Fix overly long snapshot tables | Max Reitz | 2019-10-28 | 1 | -10/+78 |
* | qcow2: Keep track of the snapshot table length | Max Reitz | 2019-10-28 | 1 | -1/+13 |
* | qcow2: Fix broken snapshot table entries | Max Reitz | 2019-10-28 | 1 | -11/+56 |
* | qcow2: Add qcow2_check_fix_snapshot_table() | Max Reitz | 2019-10-28 | 1 | -0/+25 |
* | qcow2: Separate qcow2_check_read_snapshot_table() | Max Reitz | 2019-10-28 | 1 | -0/+58 |
* | qcow2: Make qcow2_write_snapshots() public | Max Reitz | 2019-10-28 | 1 | -1/+1 |
* | qcow2: Keep unknown extra snapshot data | Max Reitz | 2019-10-28 | 1 | -10/+51 |
* | qcow2: Add Error ** to qcow2_read_snapshots() | Max Reitz | 2019-10-28 | 1 | -1/+6 |
* | qcow2: Use endof() | Max Reitz | 2019-10-28 | 1 | -3/+4 |
* | qcow2.h: add missing include | Vladimir Sementsov-Ogievskiy | 2019-05-28 | 1 | -1/+0 |
* | qcow2: Return error for snapshot operation with data file | Kevin Wolf | 2019-03-08 | 1 | -0/+15 |
* | qcow2: External file I/O | Kevin Wolf | 2019-03-08 | 1 | -3/+4 |
* | qcow2-snapshot: remove redundant find_snapshot_by_id_and_name call | Daniel Henrique Barboza | 2019-02-25 | 1 | -5/+0 |
* | block: use local path for local headers | Michael S. Tsirkin | 2018-05-31 | 1 | -1/+1 |
* | qcow2: Check snapshot L1 table in qcow2_snapshot_delete() | Alberto Garcia | 2018-03-09 | 1 | -0/+7 |
* | qcow2: Check snapshot L1 table in qcow2_snapshot_goto() | Alberto Garcia | 2018-03-09 | 1 | -0/+9 |
* | qcow2: Check L1 table offset in qcow2_snapshot_load_tmp() | Alberto Garcia | 2018-03-09 | 1 | -3/+5 |
* | qcow2: Replace align_offset() with ROUND_UP() | Alberto Garcia | 2018-03-02 | 1 | -5/+5 |
* | qcow2: Discard/zero clusters by byte count | Eric Blake | 2017-05-11 | 1 | -4/+3 |
* | block: Convert bdrv_pwrite(v/_sync) to BdrvChild | Kevin Wolf | 2016-07-05 | 1 | -7/+7 |
* | block: Convert bdrv_pread(v) to BdrvChild | Kevin Wolf | 2016-07-05 | 1 | -6/+6 |
* | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | util: move declarations out of qemu-common.h | Veronia Bahaa | 2016-03-22 | 1 | -1/+1 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | block: Clean up includes | Peter Maydell | 2016-01-20 | 1 | -0/+1 |
* | block: Convert bs->file to BdrvChild | Kevin Wolf | 2015-10-16 | 1 | -14/+16 |
* | qcow2: Rename BDRVQcowState to BDRVQcow2State | Kevin Wolf | 2015-09-14 | 1 | -10/+10 |
* | qerror: Move #include out of qerror.h | Markus Armbruster | 2015-06-22 | 1 | -0/+1 |
* | savevm: create snapshot failed when id_str already exists | Yi Wang | 2015-04-28 | 1 | -4/+2 |
* | qcow2: fix the macro QCOW_MAX_L1_SIZE's use | Wen Congyang | 2015-03-12 | 1 | -1/+1 |
* | qcow2: Allow "full" discard | Max Reitz | 2014-11-03 | 1 | -1/+1 |
* | block: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2014-08-20 | 1 | -4/+4 |
* | qcow2: Handle failure for potentially large allocations | Kevin Wolf | 2014-08-15 | 1 | -5/+18 |
* | qcow2: Limit snapshot table size | Kevin Wolf | 2014-04-01 | 1 | -1/+14 |
* | qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143) | Kevin Wolf | 2014-04-01 | 1 | -0/+4 |
* | qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145) | Kevin Wolf | 2014-04-01 | 1 | -1/+1 |
* | qcow2: Validate snapshot table offset/size (CVE-2014-0144) | Kevin Wolf | 2014-04-01 | 1 | -25/+4 |
* | block: Don't throw away errno via error_setg | Jeff Cody | 2014-02-14 | 1 | -3/+5 |
* | snapshot: distinguish id and name in load_tmp | Wenchao Xia | 2013-12-04 | 1 | -2/+8 |
* | qcow2: Use negated overflow check mask | Max Reitz | 2013-10-11 | 1 | -7/+5 |
* | qcow2: Use better type for numerical snapshot ID | Max Reitz | 2013-10-11 | 1 | -2/+3 |
* | qcow2: Fix snapshot restoration in snapshot_create | Max Reitz | 2013-10-11 | 1 | -0/+1 |
* | qcow2: Assert against snapshot name/ID overflow | Max Reitz | 2013-10-11 | 1 | -0/+1 |