aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-cluster.c
AgeCommit message (Expand)Author
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-28qcow2: skip writing zero buffers to empty COW areasAnton Nefedov
2019-05-28qcow2: do encryption in threadsVladimir Sementsov-Ogievskiy
2019-05-28qcow2.h: add missing includeVladimir Sementsov-Ogievskiy
2019-05-20qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZEAlberto Garcia
2019-03-08qcow2: Implement data-file-raw create optionKevin Wolf
2019-03-08qcow2: External file I/OKevin Wolf
2019-03-08qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()Kevin Wolf
2019-03-08qcow2: Don't assume 0 is an invalid cluster offsetKevin Wolf
2019-03-08qcow2: Prepare count_contiguous_clusters() for external data fileKevin Wolf
2019-03-08qcow2: Pass bs to qcow2_get_cluster_type()Kevin Wolf
2019-02-25qcow2: Assert that L2 table offsets fit in the L1 tableAlberto Garcia
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-12-14qcow2: move decompression from qcow2-cluster.c to qcow2.cVladimir Sementsov-Ogievskiy
2018-06-29qcow2: Free allocated clusters on write errorKevin Wolf
2018-05-31block: use local path for local headersMichael S. Tsirkin
2018-03-09qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()Alberto Garcia
2018-03-02qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia
2018-02-13qcow2: Rename l2_table in count_cow_clusters()Alberto Garcia
2018-02-13qcow2: Rename l2_table in count_contiguous_clusters_unallocated()Alberto Garcia
2018-02-13qcow2: Rename l2_table in count_contiguous_clusters()Alberto Garcia
2018-02-13qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset()Alberto Garcia
2018-02-13qcow2: Update expand_zero_clusters_in_l1() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Prepare expand_zero_clusters_in_l1() for adding L2 slice supportAlberto Garcia
2018-02-13qcow2: Read refcount before L2 table in expand_zero_clusters_in_l1()Alberto Garcia
2018-02-13qcow2: Update zero_single_l2() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Update discard_single_l2() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Update handle_alloc() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Update handle_copied() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Update qcow2_alloc_cluster_link_l2() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Update qcow2_get_cluster_offset() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Update get_cluster_table() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Refactor get_cluster_table()Alberto Garcia
2018-02-13qcow2: Update l2_allocate() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Prepare l2_allocate() for adding L2 slice supportAlberto Garcia
2018-02-13qcow2: Update l2_load() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Add offset_to_l1_index()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_put()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()Alberto Garcia
2018-02-13qcow2: Fix documentation of get_cluster_table()Alberto Garcia
2018-02-13qcow2: Use g_try_realloc() in qcow2_expand_zero_clusters()Alberto Garcia
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-11-17qcow2: Unaligned zero cluster in handle_alloc()Max Reitz
2017-11-14qcow2: Prevent allocating L2 tables at offset 0Alberto Garcia
2017-10-26block: Convert bdrv_get_block_status() to bytesEric Blake
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange
2017-09-26qcow2: add shrink image supportPavel Butsykin
2017-08-31Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...Peter Maydell
2017-08-31qcow2: use DIV_ROUND_UPMarc-André Lureau
2017-08-30qcow2: allocate cluster_cache/cluster_data on demandStefan Hajnoczi