aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven
2013-10-28qcow2: Flush image after creationMax Reitz
2013-10-24qcow2: Unset zero_beyond_eof in save_vmstateMax Reitz
2013-10-24qcow2: Restore total_sectors value in save_vmstateMax Reitz
2013-10-11qcow2: Evaluate overlap check optionsMax Reitz
2013-10-11qcow2: Array assigning options to OL check bitsMax Reitz
2013-10-11qcow2: Add overlap-check optionsMax Reitz
2013-10-11qcow2: Make overlap check mask variableMax Reitz
2013-10-11qcow2: Use negated overflow check maskMax Reitz
2013-10-11qcow2: Remove wrong metadata overlap checkMax Reitz
2013-10-11qcow2: Add missing space in error messageMax Reitz
2013-10-11qcow2: Add support for ImageInfoSpecificMax Reitz
2013-09-25block: qcow2 - used QEMU_PACKED for on-disk structuresJeff Cody
2013-09-12qcow2: Use Error parameterMax Reitz
2013-09-12block: Error parameter for create functionsMax Reitz
2013-09-12block: Error parameter for open functionsMax Reitz
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-12qcow2: Implement bdrv_amend_optionsMax Reitz
2013-09-12qcow2: Save refcount order in BDRVQcowStateMax Reitz
2013-09-12qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf
2013-09-12qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini
2013-09-06block: make bdrv_delete() staticFam Zheng
2013-09-02qcow2_check: Mark image consistentMax Reitz
2013-08-30qcow2: Employ metadata overlap checksMax Reitz
2013-08-30qcow2: Add corrupt bitMax Reitz
2013-08-30qcow2: Change default for new images to compat=1.1Kevin Wolf
2013-08-22block: Introduce bs->zero_beyond_eofAsias He
2013-08-21qcow2: Change default for new images to compat=1.1Kevin Wolf
2013-07-26qcow2: Use dashes instead of underscores in optionsKevin Wolf
2013-06-28block: change default of .has_zero_init to 0Peter Lieven
2013-06-24qcow2: Batch discardsKevin Wolf
2013-06-24qcow2: Options to enable discard for freed clustersKevin Wolf
2013-06-24qcow2: Add refcount update reason to all callersKevin Wolf
2013-05-14qcow2: Catch some L1 table index overflowsKevin Wolf
2013-04-22qcow2: allow sub-cluster compressed write to last clusterStefan Hajnoczi
2013-04-15block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno
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