summaryrefslogtreecommitdiffstats
path: root/block/qcow2.c
Commit message (Expand)AuthorAgeFilesLines
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-121-2/+3
* qcow2: Implement bdrv_amend_optionsMax Reitz2013-09-121-0/+194
* qcow2: Save refcount order in BDRVQcowStateMax Reitz2013-09-121-1/+2
* qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf2013-09-121-5/+0
* qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf2013-09-121-1/+1
* block: return get_block_status data and flags for formatsPaolo Bonzini2013-09-061-2/+14
* block: introduce bdrv_get_block_status APIPaolo Bonzini2013-09-061-2/+2
* block: expect errors from bdrv_co_is_allocatedPaolo Bonzini2013-09-061-3/+1
* block: make bdrv_delete() staticFam Zheng2013-09-061-1/+1
* qcow2_check: Mark image consistentMax Reitz2013-09-021-1/+5
* qcow2: Employ metadata overlap checksMax Reitz2013-08-301-0/+26
* qcow2: Add corrupt bitMax Reitz2013-08-301-0/+47
* qcow2: Change default for new images to compat=1.1Kevin Wolf2013-08-301-1/+3
* block: Introduce bs->zero_beyond_eofAsias He2013-08-221-0/+3
* qcow2: Change default for new images to compat=1.1Kevin Wolf2013-08-211-1/+1
* qcow2: Use dashes instead of underscores in optionsKevin Wolf2013-07-261-1/+1
* block: change default of .has_zero_init to 0Peter Lieven2013-06-281-0/+1
* qcow2: Batch discardsKevin Wolf2013-06-241-0/+1
* qcow2: Options to enable discard for freed clustersKevin Wolf2013-06-241-0/+26
* qcow2: Add refcount update reason to all callersKevin Wolf2013-06-241-1/+2
* qcow2: Catch some L1 table index overflowsKevin Wolf2013-05-141-2/+11
* qcow2: allow sub-cluster compressed write to last clusterStefan Hajnoczi2013-04-221-2/+15
* block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf2013-04-151-7/+1
* block: Introduce bdrv_writev_vmstateKevin Wolf2013-04-151-3/+9
* aes: move aes.h from include/block to include/qemuAurelien Jarno2013-04-131-1/+1
* qcow2: Allow requests with multiple l2metasKevin Wolf2013-03-281-3/+11
* qcow2: Remove bogus unlock of s->lockKevin Wolf2013-03-281-2/+0
* block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2013-03-221-1/+1
* qcow2: Fix segfault in qcow2_invalidate_cacheKevin Wolf2013-03-191-2/+10
* qcow2: make is_allocated return true for zero clustersPaolo Bonzini2013-03-151-5/+1
* qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf2013-03-151-0/+37
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-151-1/+1
* block: Add options QDict to .bdrv_open()Kevin Wolf2013-03-151-2/+2
* block: Use error code EMEDIUMTYPE for wrong format in some block driversStefan Weil2013-01-251-1/+1
* qcow2: Fix segfault on zero-length writeKevin Wolf2013-01-151-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* block: move include files to include/block/Paolo Bonzini2012-12-191-2/+2
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* qcow2: Execute run_dependent_requests() without lockKevin Wolf2012-12-131-20/+16
* qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2Kevin Wolf2012-12-131-6/+1
* qcow2: Allocate l2meta only for cluster allocationsKevin Wolf2012-12-131-15/+17
* qcow2: Drop l2meta.cluster_offsetKevin Wolf2012-12-131-7/+7
* qcow2: Allocate l2meta dynamicallyKevin Wolf2012-12-131-11/+15
* qcow2: Move BLKDBG_EVENT out of the lockKevin Wolf2012-12-121-1/+1
* qcow2: mark this file's sole strncpy use as justifiedJim Meyering2012-10-051-0/+1
* block: qcow2 image file reopenJeff Cody2012-09-241-0/+10
* block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi2012-08-101-2/+2
* qcow2: mark image clean after repair succeedsStefan Hajnoczi2012-08-101-13/+15
* qcow2: implement lazy refcountsStefan Hajnoczi2012-08-061-4/+69
* qcow2: introduce dirty bitStefan Hajnoczi2012-08-061-3/+47
OpenPOWER on IntegriCloud