summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-12qcow2: Use Error parameterMax Reitz1-46/+88
2013-09-12block: Error parameter for create functionsMax Reitz1-1/+1
2013-09-12block: Error parameter for open functionsMax Reitz1-2/+2
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz1-1/+2
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-2/+3
2013-09-12qcow2: Implement bdrv_amend_optionsMax Reitz1-0/+194
2013-09-12qcow2: Save refcount order in BDRVQcowStateMax Reitz1-1/+2
2013-09-12qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf1-5/+0
2013-09-12qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf1-1/+1
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini1-2/+14
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini1-2/+2
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini1-3/+1
2013-09-06block: make bdrv_delete() staticFam Zheng1-1/+1
2013-09-02qcow2_check: Mark image consistentMax Reitz1-1/+5
2013-08-30qcow2: Employ metadata overlap checksMax Reitz1-0/+26
2013-08-30qcow2: Add corrupt bitMax Reitz1-0/+47
2013-08-30qcow2: Change default for new images to compat=1.1Kevin Wolf1-1/+3
2013-08-22block: Introduce bs->zero_beyond_eofAsias He1-0/+3
2013-08-21qcow2: Change default for new images to compat=1.1Kevin Wolf1-1/+1
2013-07-26qcow2: Use dashes instead of underscores in optionsKevin Wolf1-1/+1
2013-06-28block: change default of .has_zero_init to 0Peter Lieven1-0/+1
2013-06-24qcow2: Batch discardsKevin Wolf1-0/+1
2013-06-24qcow2: Options to enable discard for freed clustersKevin Wolf1-0/+26
2013-06-24qcow2: Add refcount update reason to all callersKevin Wolf1-1/+2
2013-05-14qcow2: Catch some L1 table index overflowsKevin Wolf1-2/+11
2013-04-22qcow2: allow sub-cluster compressed write to last clusterStefan Hajnoczi1-2/+15
2013-04-15block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf1-7/+1
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf1-3/+9
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno1-1/+1
2013-03-28qcow2: Allow requests with multiple l2metasKevin Wolf1-3/+11
2013-03-28qcow2: Remove bogus unlock of s->lockKevin Wolf1-2/+0
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf1-1/+1
2013-03-19qcow2: Fix segfault in qcow2_invalidate_cacheKevin Wolf1-2/+10
2013-03-15qcow2: make is_allocated return true for zero clustersPaolo Bonzini1-5/+1
2013-03-15qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf1-0/+37
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf1-1/+1
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf1-2/+2
2013-01-25block: Use error code EMEDIUMTYPE for wrong format in some block driversStefan Weil1-1/+1
2013-01-15qcow2: Fix segfault on zero-length writeKevin Wolf1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19block: move include files to include/block/Paolo Bonzini1-2/+2
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-12-13qcow2: Execute run_dependent_requests() without lockKevin Wolf1-20/+16
2012-12-13qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2Kevin Wolf1-6/+1
2012-12-13qcow2: Allocate l2meta only for cluster allocationsKevin Wolf1-15/+17
2012-12-13qcow2: Drop l2meta.cluster_offsetKevin Wolf1-7/+7
2012-12-13qcow2: Allocate l2meta dynamicallyKevin Wolf1-11/+15
2012-12-12qcow2: Move BLKDBG_EVENT out of the lockKevin Wolf1-1/+1
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