Age | Commit message (Expand) | Author |
2015-12-18 | qcow2: insert assert into qcow2_get_specific_info() | Denis V. Lunev |
2015-12-18 | qcow2: Invoke refcount order amendment function | Max Reitz |
2015-12-18 | qcow2: Use intermediate helper CB for amend | Max Reitz |
2015-12-18 | qcow2: Split upgrade/downgrade paths for amend | Max Reitz |
2015-12-18 | qcow2: Use abort() instead of assert(false) | Max Reitz |
2015-12-18 | qcow2: Use error_report() in qcow2_amend_options() | Max Reitz |
2015-12-18 | block: Add opaque value to the amend CB | Max Reitz |
2015-12-18 | qcow2: Add .bdrv_join_options callback | Kevin Wolf |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake |
2015-11-02 | block: Convert to new qapi union layout | Eric Blake |
2015-10-16 | block: Convert bs->backing_hd to BdrvChild | Kevin Wolf |
2015-10-16 | block: Convert bs->file to BdrvChild | Kevin Wolf |
2015-09-14 | qcow2: Support updating driver-specific options in reopen | Kevin Wolf |
2015-09-14 | qcow2: Make qcow2_update_options() suitable for transactions | Kevin Wolf |
2015-09-14 | qcow2: Fix memory leak in qcow2_update_options() error path | Kevin Wolf |
2015-09-14 | qcow2: Leave s unchanged on qcow2_update_options() failure | Kevin Wolf |
2015-09-14 | qcow2: Move rest of option handling to qcow2_update_options() | Kevin Wolf |
2015-09-14 | qcow2: Move qcow2_update_options() call up | Kevin Wolf |
2015-09-14 | qcow2: Factor out qcow2_update_options() | Kevin Wolf |
2015-09-14 | qcow2: Improve error message | Kevin Wolf |
2015-09-14 | qcow2: Rename BDRVQcowState to BDRVQcow2State | Kevin Wolf |
2015-09-14 | block: Drop drv parameter from bdrv_open() | Max Reitz |
2015-09-14 | block: Always pass NULL as drv for bdrv_open() | Max Reitz |
2015-09-04 | qcow2: add option to clean unused cache entries after some time | Alberto Garcia |
2015-07-08 | block: convert qcow/qcow2 to use generic cipher API | Daniel P. Berrange |
2015-07-07 | crypto: move built-in AES implementation into crypto/ | Daniel P. Berrange |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster |
2015-06-12 | qcow2: Add DEFAULT_L2_CACHE_CLUSTERS | Max Reitz |
2015-05-22 | qcow2/qcow: protect against uninitialized encryption key | Daniel P. Berrange |
2015-04-28 | block: add 'node-name' field to BLOCK_IMAGE_CORRUPTED | Alberto Garcia |
2015-04-28 | block: use bdrv_get_device_or_node_name() in error messages | Alberto Garcia |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi |
2015-04-08 | qcow2: Fix header update with overridden backing file | Kevin Wolf |
2015-03-12 | qcow2: fix the macro QCOW_MAX_L1_SIZE's use | Wen Congyang |
2015-03-10 | qcow2: Allow creation with refcount order != 4 | Max Reitz |
2015-03-10 | qcow2: Use symbolic macros in qcow2_amend_options | Max Reitz |
2015-03-10 | qcow2: refcount_order parameter for qcow2_create2 | Max Reitz |
2015-03-10 | qcow2: Open images with refcount order != 4 | Max Reitz |
2015-03-10 | qcow2: Add refcount_bits to format-specific info | Max Reitz |
2015-03-10 | qcow2: Add two new fields to BDRVQcowState | Max Reitz |
2015-02-26 | QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use | Markus Armbruster |
2015-02-26 | QemuOpts: Convert qemu_opt_set_number() to Error, fix its use | Markus Armbruster |
2015-02-16 | block: Remove "growable" from BDS | Max Reitz |
2015-02-06 | block: fix off-by-one error in qcow and qcow2 | Jeff Cody |
2015-01-23 | block: update string sizes for filename,backing_file,exact_filename | Jeff Cody |
2014-12-10 | qcow2: Respect bdrv_truncate() error | Max Reitz |
2014-12-10 | qcow2: Flushing the caches in qcow2_close may fail | Max Reitz |
2014-12-10 | block: Omit bdrv_find_format for essential drivers | Max Reitz |
2014-12-10 | block: Make essential BlockDriver objects public | Max Reitz |
2014-12-10 | qcow2: Fix header extension size check | Kevin Wolf |