summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-05qcow2: mark this file's sole strncpy use as justifiedJim Meyering1-0/+1
2012-09-24block: qcow2 image file reopenJeff Cody1-0/+10
2012-08-10block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi1-2/+2
2012-08-10qcow2: mark image clean after repair succeedsStefan Hajnoczi1-13/+15
2012-08-06qcow2: implement lazy refcountsStefan Hajnoczi1-4/+69
2012-08-06qcow2: introduce dirty bitStefan Hajnoczi1-3/+47
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori1-12/+9
2012-07-09qcow2: fix #ifdef'd qcow2_check_refcounts() callersStefan Hajnoczi1-1/+1
2012-06-15qcow2: fix autoclear image header updateStefan Hajnoczi1-8/+9
2012-06-15qcow2: always operate caches in writeback modePaolo Bonzini1-5/+2
2012-06-15qcow2: Support for fixing refcount inconsistenciesKevin Wolf1-5/+1
2012-06-15qemu-img check -r for repairing imagesKevin Wolf1-1/+6
2012-06-11change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev1-1/+1
2012-06-11consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev1-2/+2
2012-06-11allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev1-6/+3
2012-06-11consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev1-3/+3
2012-05-25qcow2: don't leak buffer for unexpected qcow_version in headerJim Meyering1-1/+2
2012-05-14qcow2: Don't ignore failure to clear autoclear flagsKevin Wolf1-1/+4
2012-05-10block: push bdrv_change_backing_file error checking up from driversPaolo Bonzini1-5/+0
2012-05-07qcow2: lock on preallocZhi Yong Wu1-0/+3
2012-05-02block/qcow2: Add missing GCC_FMT_ATTR to function report_unsupported()Stefan Weil1-1/+2
2012-04-20qcow2: Zero write supportKevin Wolf1-0/+21
2012-04-20qcow2: Support for feature table header extensionKevin Wolf1-9/+57
2012-04-20qcow2: Support reading zero clustersKevin Wolf1-0/+8
2012-04-20qcow2: Version 3 imagesKevin Wolf1-14/+132
2012-04-20qcow2: Ignore reserved bits in get_cluster_offsetKevin Wolf1-3/+14
2012-04-05block: push recursive flushing up from driversPaolo Bonzini1-6/+0
2012-03-12qcow2: Add error messages in qcow2_truncateKevin Wolf1-0/+3
2012-03-12qcow2: Add some tracingKevin Wolf1-0/+9
2012-02-29qcow2: Reject too large header extensionsKevin Wolf1-0/+5
2012-02-29qcow2: Fix offset in qcow2_read_extensionsKevin Wolf1-3/+2
2012-02-29qcow2: Fix build with DEBUG_EXT enabledKevin Wolf1-1/+0
2012-02-09qcow2: Keep unknown header extension when rewriting headerKevin Wolf1-2/+42
2012-02-09qcow2: Update whole header at onceKevin Wolf1-60/+94
2011-12-15block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_closeLi Zhi Hui1-0/+1
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-12/+16
2011-12-05coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi1-1/+1
2011-12-05block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi1-5/+8
2011-12-05qcow2: Return real error code in qcow2_read_snapshotsKevin Wolf1-2/+3
2011-12-05block: Add coroutine_fn marker to coroutine functionsDong Xu Wang1-4/+4
2011-12-02fix spelling in block sub directoryDong Xu Wang1-2/+2
2011-11-21qcow2: implement bdrv_invalidate_cache (v2)Anthony Liguori1-0/+34
2011-11-11block: Introduce bdrv_co_flush_to_osKevin Wolf1-2/+8
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf1-3/+3
2011-10-28block: fix qcow2_co_flush deadlockDong Xu Wang1-0/+2
2011-10-21block: change discard to co_discardPaolo Bonzini1-4/+10
2011-10-21block: change flush to co_flushPaolo Bonzini1-7/+7
2011-10-21qcow2: Fix bdrv_write_compressed error handlingKevin Wolf1-11/+18
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi1-19/+0
2011-09-12qcow2: align cluster_data to block to improve performance using O_DIRECTFrediano Ziglio1-7/+7