summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2013-03-28qcow2: Allow requests with multiple l2metasKevin Wolf
2013-03-28qcow2: Remove bogus unlock of s->lockKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-19qcow2: Fix segfault in qcow2_invalidate_cacheKevin Wolf
2013-03-15qcow2: make is_allocated return true for zero clustersPaolo Bonzini
2013-03-15qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf
2013-01-25block: Use error code EMEDIUMTYPE for wrong format in some block driversStefan Weil
2013-01-15qcow2: Fix segfault on zero-length writeKevin Wolf
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-13qcow2: Execute run_dependent_requests() without lockKevin Wolf
2012-12-13qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2Kevin Wolf
2012-12-13qcow2: Allocate l2meta only for cluster allocationsKevin Wolf
2012-12-13qcow2: Drop l2meta.cluster_offsetKevin Wolf
2012-12-13qcow2: Allocate l2meta dynamicallyKevin Wolf
2012-12-12qcow2: Move BLKDBG_EVENT out of the lockKevin Wolf
2012-10-05qcow2: mark this file's sole strncpy use as justifiedJim Meyering
2012-09-24block: qcow2 image file reopenJeff Cody
2012-08-10block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi
2012-08-10qcow2: mark image clean after repair succeedsStefan Hajnoczi
2012-08-06qcow2: implement lazy refcountsStefan Hajnoczi
2012-08-06qcow2: introduce dirty bitStefan Hajnoczi
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori
2012-07-09qcow2: fix #ifdef'd qcow2_check_refcounts() callersStefan Hajnoczi
2012-06-15qcow2: fix autoclear image header updateStefan Hajnoczi
2012-06-15qcow2: always operate caches in writeback modePaolo Bonzini
2012-06-15qcow2: Support for fixing refcount inconsistenciesKevin Wolf
2012-06-15qemu-img check -r for repairing imagesKevin Wolf
2012-06-11change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev
2012-06-11consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev
2012-06-11allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev
2012-06-11consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev
2012-05-25qcow2: don't leak buffer for unexpected qcow_version in headerJim Meyering
2012-05-14qcow2: Don't ignore failure to clear autoclear flagsKevin Wolf
2012-05-10block: push bdrv_change_backing_file error checking up from driversPaolo Bonzini
2012-05-07qcow2: lock on preallocZhi Yong Wu
2012-05-02block/qcow2: Add missing GCC_FMT_ATTR to function report_unsupported()Stefan Weil
2012-04-20qcow2: Zero write supportKevin Wolf
2012-04-20qcow2: Support for feature table header extensionKevin Wolf
2012-04-20qcow2: Support reading zero clustersKevin Wolf
2012-04-20qcow2: Version 3 imagesKevin Wolf
2012-04-20qcow2: Ignore reserved bits in get_cluster_offsetKevin Wolf
2012-04-05block: push recursive flushing up from driversPaolo Bonzini
2012-03-12qcow2: Add error messages in qcow2_truncateKevin Wolf
2012-03-12qcow2: Add some tracingKevin Wolf
2012-02-29qcow2: Reject too large header extensionsKevin Wolf
2012-02-29qcow2: Fix offset in qcow2_read_extensionsKevin Wolf