Age | Commit message (Expand) | Author |
2013-12-04 | qcow2: Zero-initialise first cluster for new images | Kevin Wolf |
2013-12-03 | block drivers: expose requirement for write same alignment from formats | Paolo Bonzini |
2013-12-03 | block drivers: add discard/write_zeroes properties to bdrv_get_info implement... | Paolo Bonzini |
2013-11-29 | block: Use BDRV_O_NO_BACKING where appropriate | Kevin Wolf |
2013-11-28 | block: add flags to bdrv_*_write_zeroes | Peter Lieven |
2013-10-28 | qcow2: Flush image after creation | Max Reitz |
2013-10-24 | qcow2: Unset zero_beyond_eof in save_vmstate | Max Reitz |
2013-10-24 | qcow2: Restore total_sectors value in save_vmstate | Max Reitz |
2013-10-11 | qcow2: Evaluate overlap check options | Max Reitz |
2013-10-11 | qcow2: Array assigning options to OL check bits | Max Reitz |
2013-10-11 | qcow2: Add overlap-check options | Max Reitz |
2013-10-11 | qcow2: Make overlap check mask variable | Max Reitz |
2013-10-11 | qcow2: Use negated overflow check mask | Max Reitz |
2013-10-11 | qcow2: Remove wrong metadata overlap check | Max Reitz |
2013-10-11 | qcow2: Add missing space in error message | Max Reitz |
2013-10-11 | qcow2: Add support for ImageInfoSpecific | Max Reitz |
2013-09-25 | block: qcow2 - used QEMU_PACKED for on-disk structures | Jeff Cody |
2013-09-12 | qcow2: Use Error parameter | Max Reitz |
2013-09-12 | block: Error parameter for create functions | Max Reitz |
2013-09-12 | block: Error parameter for open functions | Max Reitz |
2013-09-12 | bdrv: Use "Error" for creating images | Max Reitz |
2013-09-12 | bdrv: Use "Error" for opening images | Max Reitz |
2013-09-12 | qcow2: Implement bdrv_amend_options | Max Reitz |
2013-09-12 | qcow2: Save refcount order in BDRVQcowState | Max Reitz |
2013-09-12 | qcow2: Discard VM state in active L1 after creating snapshot | Kevin Wolf |
2013-09-12 | qcow2: Pass discard type to qcow2_discard_clusters() | Kevin Wolf |
2013-09-06 | block: return get_block_status data and flags for formats | Paolo Bonzini |
2013-09-06 | block: introduce bdrv_get_block_status API | Paolo Bonzini |
2013-09-06 | block: expect errors from bdrv_co_is_allocated | Paolo Bonzini |
2013-09-06 | block: make bdrv_delete() static | Fam Zheng |
2013-09-02 | qcow2_check: Mark image consistent | Max Reitz |
2013-08-30 | qcow2: Employ metadata overlap checks | Max Reitz |
2013-08-30 | qcow2: Add corrupt bit | Max Reitz |
2013-08-30 | qcow2: Change default for new images to compat=1.1 | Kevin Wolf |
2013-08-22 | block: Introduce bs->zero_beyond_eof | Asias He |
2013-08-21 | qcow2: Change default for new images to compat=1.1 | Kevin Wolf |
2013-07-26 | qcow2: Use dashes instead of underscores in options | Kevin Wolf |
2013-06-28 | block: change default of .has_zero_init to 0 | Peter Lieven |
2013-06-24 | qcow2: Batch discards | Kevin Wolf |
2013-06-24 | qcow2: Options to enable discard for freed clusters | Kevin Wolf |
2013-06-24 | qcow2: Add refcount update reason to all callers | Kevin Wolf |
2013-05-14 | qcow2: Catch some L1 table index overflows | Kevin Wolf |
2013-04-22 | qcow2: allow sub-cluster compressed write to last cluster | Stefan Hajnoczi |
2013-04-15 | block: Introduce bdrv_pwritev() for qcow2_save_vmstate | Kevin Wolf |
2013-04-15 | block: Introduce bdrv_writev_vmstate | Kevin Wolf |
2013-04-13 | aes: move aes.h from include/block to include/qemu | Aurelien Jarno |
2013-03-28 | qcow2: Allow requests with multiple l2metas | Kevin Wolf |
2013-03-28 | qcow2: Remove bogus unlock of s->lock | Kevin Wolf |
2013-03-22 | block: Add options QDict to bdrv_file_open() prototypes | Kevin Wolf |
2013-03-19 | qcow2: Fix segfault in qcow2_invalidate_cache | Kevin Wolf |