Age | Commit message (Expand) | Author | Files | Lines |
2015-10-16 | block: Convert bs->file to BdrvChild | Kevin Wolf | 1 | -14/+16 |
2015-09-14 | qcow2: Rename BDRVQcowState to BDRVQcow2State | Kevin Wolf | 1 | -10/+10 |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 1 | -0/+1 |
2015-04-28 | savevm: create snapshot failed when id_str already exists | Yi Wang | 1 | -4/+2 |
2015-03-12 | qcow2: fix the macro QCOW_MAX_L1_SIZE's use | Wen Congyang | 1 | -1/+1 |
2014-11-03 | qcow2: Allow "full" discard | Max Reitz | 1 | -1/+1 |
2014-08-20 | block: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -4/+4 |
2014-08-15 | qcow2: Handle failure for potentially large allocations | Kevin Wolf | 1 | -5/+18 |
2014-04-01 | qcow2: Limit snapshot table size | Kevin Wolf | 1 | -1/+14 |
2014-04-01 | qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143) | Kevin Wolf | 1 | -0/+4 |
2014-04-01 | qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145) | Kevin Wolf | 1 | -1/+1 |
2014-04-01 | qcow2: Validate snapshot table offset/size (CVE-2014-0144) | Kevin Wolf | 1 | -25/+4 |
2014-02-14 | block: Don't throw away errno via error_setg | Jeff Cody | 1 | -3/+5 |
2013-12-04 | snapshot: distinguish id and name in load_tmp | Wenchao Xia | 1 | -2/+8 |
2013-10-11 | qcow2: Use negated overflow check mask | Max Reitz | 1 | -7/+5 |
2013-10-11 | qcow2: Use better type for numerical snapshot ID | Max Reitz | 1 | -2/+3 |
2013-10-11 | qcow2: Fix snapshot restoration in snapshot_create | Max Reitz | 1 | -0/+1 |
2013-10-11 | qcow2: Assert against snapshot name/ID overflow | Max Reitz | 1 | -0/+1 |
2013-10-11 | qcow2: Free allocated snapshot table on error | Max Reitz | 1 | -0/+4 |
2013-10-11 | qcow2: Always use error path on writing snapshots | Max Reitz | 1 | -3/+4 |
2013-09-20 | qcow2: Correct snapshots size for overlap check | Max Reitz | 1 | -1/+1 |
2013-09-12 | snapshot: distinguish id and name in snapshot delete | Wenchao Xia | 1 | -16/+39 |
2013-09-12 | qcow2: Discard VM state in active L1 after creating snapshot | Kevin Wolf | 1 | -0/+7 |
2013-08-30 | qcow2: Employ metadata overlap checks | Max Reitz | 1 | -0/+22 |
2013-06-24 | qcow2: Add refcount update reason to all callers | Kevin Wolf | 1 | -2/+4 |
2013-03-15 | qcow2: flush in qcow2_update_snapshot_refcount() | Stefan Hajnoczi | 1 | -5/+0 |
2013-03-15 | qcow2: flush refcount cache correctly in qcow2_write_snapshots() | Stefan Hajnoczi | 1 | -1/+4 |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini | 1 | -1/+1 |
2012-07-09 | qcow2: fix #ifdef'd qcow2_check_refcounts() callers | Stefan Hajnoczi | 1 | -3/+3 |
2012-05-02 | qcow2: fix the return value -ENOENT -> -EEXIST | Zhi Yong Wu | 1 | -1/+1 |
2012-04-20 | qcow2: Save disk size in snapshot header | Kevin Wolf | 1 | -0/+16 |
2011-12-15 | qcow2: Allow >4 GB VM state | Kevin Wolf | 1 | -2/+32 |
2011-12-05 | qcow2: Fix error path in qcow2_snapshot_load_tmp | Kevin Wolf | 1 | -12/+22 |
2011-12-05 | qcow2: Fix order in qcow2_snapshot_delete | Kevin Wolf | 1 | -15/+33 |
2011-12-05 | qcow2: Fix order of refcount updates in qcow2_snapshot_goto | Kevin Wolf | 1 | -17/+44 |
2011-12-05 | qcow2: Return real error in qcow2_snapshot_goto | Kevin Wolf | 1 | -11/+40 |
2011-12-05 | qcow2: Rework qcow2_snapshot_create error handling | Kevin Wolf | 1 | -14/+41 |
2011-12-05 | qcow2: Cleanups and memleak fix in qcow2_snapshot_create | Kevin Wolf | 1 | -15/+11 |
2011-12-05 | qcow2: Update snapshot table information at once | Kevin Wolf | 1 | -12/+10 |
2011-12-05 | qcow2: Return real error code in qcow2_write_snapshots | Kevin Wolf | 1 | -10/+38 |
2011-12-05 | qcow2: Return real error code in qcow2_read_snapshots | Kevin Wolf | 1 | -5/+20 |
2011-09-03 | Use new macro QEMU_PACKED for packed structures | Stefan Weil | 1 | -1/+1 |
2011-08-23 | qcow2: Fix DEBUG_* compilation | Philipp Hahn | 1 | -3/+12 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -19/+19 |
2011-08-05 | qcow2: Fix L1 table size after bdrv_snapshot_goto | Kevin Wolf | 1 | -5/+11 |
2010-12-17 | block/qcow2.c: rename qcow_ functions to qcow2_ | Jes Sorensen | 1 | -3/+3 |
2010-10-22 | Copy snapshots out of QCOW2 disk | edison | 1 | -0/+31 |
2010-10-22 | qcow2: Support exact L1 table growth | Stefan Hajnoczi | 1 | -1/+1 |
2010-09-21 | qcow2: Move sync out of qcow2_alloc_clusters | Kevin Wolf | 1 | -0/+2 |
2010-06-22 | qcow2: Use bdrv_(p)write_sync for metadata writes | Kevin Wolf | 1 | -12/+11 |