| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | qcow2: Free allocated snapshot table on error | Max Reitz | 2013-10-11 | 1 | -0/+4 |
* | qcow2: Always use error path on writing snapshots | Max Reitz | 2013-10-11 | 1 | -3/+4 |
* | qcow2: Correct snapshots size for overlap check | Max Reitz | 2013-09-20 | 1 | -1/+1 |
* | snapshot: distinguish id and name in snapshot delete | Wenchao Xia | 2013-09-12 | 1 | -16/+39 |
* | qcow2: Discard VM state in active L1 after creating snapshot | Kevin Wolf | 2013-09-12 | 1 | -0/+7 |
* | qcow2: Employ metadata overlap checks | Max Reitz | 2013-08-30 | 1 | -0/+22 |
* | qcow2: Add refcount update reason to all callers | Kevin Wolf | 2013-06-24 | 1 | -2/+4 |
* | qcow2: flush in qcow2_update_snapshot_refcount() | Stefan Hajnoczi | 2013-03-15 | 1 | -5/+0 |
* | qcow2: flush refcount cache correctly in qcow2_write_snapshots() | Stefan Hajnoczi | 2013-03-15 | 1 | -1/+4 |
* | block: move include files to include/block/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | qcow2: fix #ifdef'd qcow2_check_refcounts() callers | Stefan Hajnoczi | 2012-07-09 | 1 | -3/+3 |
* | qcow2: fix the return value -ENOENT -> -EEXIST | Zhi Yong Wu | 2012-05-02 | 1 | -1/+1 |
* | qcow2: Save disk size in snapshot header | Kevin Wolf | 2012-04-20 | 1 | -0/+16 |
* | qcow2: Allow >4 GB VM state | Kevin Wolf | 2011-12-15 | 1 | -2/+32 |
* | qcow2: Fix error path in qcow2_snapshot_load_tmp | Kevin Wolf | 2011-12-05 | 1 | -12/+22 |
* | qcow2: Fix order in qcow2_snapshot_delete | Kevin Wolf | 2011-12-05 | 1 | -15/+33 |
* | qcow2: Fix order of refcount updates in qcow2_snapshot_goto | Kevin Wolf | 2011-12-05 | 1 | -17/+44 |
* | qcow2: Return real error in qcow2_snapshot_goto | Kevin Wolf | 2011-12-05 | 1 | -11/+40 |
* | qcow2: Rework qcow2_snapshot_create error handling | Kevin Wolf | 2011-12-05 | 1 | -14/+41 |
* | qcow2: Cleanups and memleak fix in qcow2_snapshot_create | Kevin Wolf | 2011-12-05 | 1 | -15/+11 |
* | qcow2: Update snapshot table information at once | Kevin Wolf | 2011-12-05 | 1 | -12/+10 |
* | qcow2: Return real error code in qcow2_write_snapshots | Kevin Wolf | 2011-12-05 | 1 | -10/+38 |
* | qcow2: Return real error code in qcow2_read_snapshots | Kevin Wolf | 2011-12-05 | 1 | -5/+20 |
* | Use new macro QEMU_PACKED for packed structures | Stefan Weil | 2011-09-03 | 1 | -1/+1 |
* | qcow2: Fix DEBUG_* compilation | Philipp Hahn | 2011-08-23 | 1 | -3/+12 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-20 | 1 | -19/+19 |
* | qcow2: Fix L1 table size after bdrv_snapshot_goto | Kevin Wolf | 2011-08-05 | 1 | -5/+11 |
* | block/qcow2.c: rename qcow_ functions to qcow2_ | Jes Sorensen | 2010-12-17 | 1 | -3/+3 |
* | Copy snapshots out of QCOW2 disk | edison | 2010-10-22 | 1 | -0/+31 |
* | qcow2: Support exact L1 table growth | Stefan Hajnoczi | 2010-10-22 | 1 | -1/+1 |
* | qcow2: Move sync out of qcow2_alloc_clusters | Kevin Wolf | 2010-09-21 | 1 | -0/+2 |
* | qcow2: Use bdrv_(p)write_sync for metadata writes | Kevin Wolf | 2010-06-22 | 1 | -12/+11 |
* | block: Open the underlying image file in generic code | Kevin Wolf | 2010-05-03 | 1 | -11/+11 |
* | qcow2: Don't ignore qcow2_alloc_clusters return value | Kevin Wolf | 2010-01-26 | 1 | -1/+10 |
* | qcow2: Fix some more qemu_malloc fallout | Kevin Wolf | 2009-12-03 | 1 | -1/+6 |
* | Fix QCOW2 debugging code to compile again | Filip Navara | 2009-06-29 | 1 | -3/+3 |
* | qcow2: Rename global functions | Kevin Wolf | 2009-06-16 | 1 | -17/+17 |
* | qcow2: Split out snapshot functions | Kevin Wolf | 2009-06-16 | 1 | -0/+405 |