Age | Commit message (Expand) | Author |
2018-05-31 | block: use local path for local headers | Michael S. Tsirkin |
2018-03-09 | qcow2: Check L1 table parameters in qcow2_expand_zero_clusters() | Alberto Garcia |
2018-03-02 | qcow2: Replace align_offset() with ROUND_UP() | Alberto Garcia |
2018-02-13 | qcow2: Rename l2_table in count_cow_clusters() | Alberto Garcia |
2018-02-13 | qcow2: Rename l2_table in count_contiguous_clusters_unallocated() | Alberto Garcia |
2018-02-13 | qcow2: Rename l2_table in count_contiguous_clusters() | Alberto Garcia |
2018-02-13 | qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset() | Alberto Garcia |
2018-02-13 | qcow2: Update expand_zero_clusters_in_l1() to support L2 slices | Alberto Garcia |
2018-02-13 | qcow2: Prepare expand_zero_clusters_in_l1() for adding L2 slice support | Alberto Garcia |
2018-02-13 | qcow2: Read refcount before L2 table in expand_zero_clusters_in_l1() | Alberto Garcia |
2018-02-13 | qcow2: Update zero_single_l2() to support L2 slices | Alberto Garcia |
2018-02-13 | qcow2: Update discard_single_l2() to support L2 slices | Alberto Garcia |
2018-02-13 | qcow2: Update handle_alloc() to support L2 slices | Alberto Garcia |
2018-02-13 | qcow2: Update handle_copied() to support L2 slices | Alberto Garcia |
2018-02-13 | qcow2: Update qcow2_alloc_cluster_link_l2() to support L2 slices | Alberto Garcia |
2018-02-13 | qcow2: Update qcow2_get_cluster_offset() to support L2 slices | Alberto Garcia |
2018-02-13 | qcow2: Update get_cluster_table() to support L2 slices | Alberto Garcia |
2018-02-13 | qcow2: Refactor get_cluster_table() | Alberto Garcia |
2018-02-13 | qcow2: Update l2_allocate() to support L2 slices | Alberto Garcia |
2018-02-13 | qcow2: Prepare l2_allocate() for adding L2 slice support | Alberto Garcia |
2018-02-13 | qcow2: Update l2_load() to support L2 slices | Alberto Garcia |
2018-02-13 | qcow2: Add offset_to_l1_index() | Alberto Garcia |
2018-02-13 | qcow2: Remove BDS parameter from qcow2_cache_put() | Alberto Garcia |
2018-02-13 | qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty() | Alberto Garcia |
2018-02-13 | qcow2: Fix documentation of get_cluster_table() | Alberto Garcia |
2018-02-13 | qcow2: Use g_try_realloc() in qcow2_expand_zero_clusters() | Alberto Garcia |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2017-11-17 | qcow2: Unaligned zero cluster in handle_alloc() | Max Reitz |
2017-11-14 | qcow2: Prevent allocating L2 tables at offset 0 | Alberto Garcia |
2017-10-26 | block: Convert bdrv_get_block_status() to bytes | Eric Blake |
2017-10-06 | block: convert qcrypto_block_encrypt|decrypt to take bytes offset | Daniel P. Berrange |
2017-09-26 | qcow2: add shrink image support | Pavel Butsykin |
2017-08-31 | Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st... | Peter Maydell |
2017-08-31 | qcow2: use DIV_ROUND_UP | Marc-André Lureau |
2017-08-30 | qcow2: allocate cluster_cache/cluster_data on demand | Stefan Hajnoczi |
2017-07-11 | qcow2: add support for LUKS encryption format | Daniel P. Berrange |
2017-07-11 | qcow2: convert QCow2 to use QCryptoBlock for encryption | Daniel P. Berrange |
2017-07-11 | qcow2: make qcow2_encrypt_sectors encrypt in place | Daniel P. Berrange |
2017-06-26 | qcow2: Use offset_into_cluster() and offset_to_l2_index() | Alberto Garcia |
2017-06-26 | qcow2: Merge the writing of the COW regions with the guest data | Alberto Garcia |
2017-06-26 | qcow2: Pass a QEMUIOVector to do_perform_cow_{read,write}() | Alberto Garcia |
2017-06-26 | qcow2: Allow reading both COW regions with only one request | Alberto Garcia |
2017-06-26 | qcow2: Split do_perform_cow() into _read(), _encrypt() and _write() | Alberto Garcia |
2017-06-26 | qcow2: Make perform_cow() call do_perform_cow() twice | Alberto Garcia |
2017-06-26 | qcow2: Use unsigned int for both members of Qcow2COWRegion | Alberto Garcia |
2017-06-26 | qcow2: Remove unused Error variable in do_perform_cow() | Alberto Garcia |
2017-05-29 | block: Tweak error message related to qemu-img amend | Eric Blake |
2017-05-11 | qcow2: Discard/zero clusters by byte count | Eric Blake |
2017-05-11 | qcow2: Assert that cluster operations are aligned | Eric Blake |
2017-05-11 | qcow2: Optimize zero_single_l2() to minimize L2 churn | Eric Blake |