summaryrefslogtreecommitdiffstats
path: root/block/qcow2-cluster.c
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Implement data-file-raw create optionKevin Wolf2019-03-081-0/+10
* qcow2: External file I/OKevin Wolf2019-03-081-7/+39
* qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()Kevin Wolf2019-03-081-15/+13Star
* qcow2: Don't assume 0 is an invalid cluster offsetKevin Wolf2019-03-081-32/+27Star
* qcow2: Prepare count_contiguous_clusters() for external data fileKevin Wolf2019-03-081-2/+2
* qcow2: Pass bs to qcow2_get_cluster_type()Kevin Wolf2019-03-081-18/+19
* qcow2: Assert that L2 table offsets fit in the L1 tableAlberto Garcia2019-02-251-0/+3
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* qcow2: move decompression from qcow2-cluster.c to qcow2.cVladimir Sementsov-Ogievskiy2018-12-141-70/+0Star
* qcow2: Free allocated clusters on write errorKevin Wolf2018-06-291-0/+11
* block: use local path for local headersMichael S. Tsirkin2018-05-311-1/+1
* qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()Alberto Garcia2018-03-091-7/+17
* qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia2018-03-021-2/+2
* qcow2: Rename l2_table in count_cow_clusters()Alberto Garcia2018-02-131-2/+2
* qcow2: Rename l2_table in count_contiguous_clusters_unallocated()Alberto Garcia2018-02-131-3/+3
* qcow2: Rename l2_table in count_contiguous_clusters()Alberto Garcia2018-02-131-4/+4
* qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset()Alberto Garcia2018-02-131-8/+8
* qcow2: Update expand_zero_clusters_in_l1() to support L2 slicesAlberto Garcia2018-02-131-23/+28
* qcow2: Prepare expand_zero_clusters_in_l1() for adding L2 slice supportAlberto Garcia2018-02-131-91/+96
* qcow2: Read refcount before L2 table in expand_zero_clusters_in_l1()Alberto Garcia2018-02-131-6/+6
* qcow2: Update zero_single_l2() to support L2 slicesAlberto Garcia2018-02-131-14/+14
* qcow2: Update discard_single_l2() to support L2 slicesAlberto Garcia2018-02-131-16/+16
* qcow2: Update handle_alloc() to support L2 slicesAlberto Garcia2018-02-131-9/+9
* qcow2: Update handle_copied() to support L2 slicesAlberto Garcia2018-02-131-8/+8
* qcow2: Update qcow2_alloc_cluster_link_l2() to support L2 slicesAlberto Garcia2018-02-131-8/+8
* qcow2: Update qcow2_get_cluster_offset() to support L2 slicesAlberto Garcia2018-02-131-15/+15
* qcow2: Update get_cluster_table() to support L2 slicesAlberto Garcia2018-02-131-8/+8
* qcow2: Refactor get_cluster_table()Alberto Garcia2018-02-131-14/+7Star
* qcow2: Update l2_allocate() to support L2 slicesAlberto Garcia2018-02-131-22/+34
* qcow2: Prepare l2_allocate() for adding L2 slice supportAlberto Garcia2018-02-131-24/+29
* qcow2: Update l2_load() to support L2 slicesAlberto Garcia2018-02-131-11/+17
* qcow2: Add offset_to_l1_index()Alberto Garcia2018-02-131-2/+2
* qcow2: Remove BDS parameter from qcow2_cache_put()Alberto Garcia2018-02-131-14/+14
* qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()Alberto Garcia2018-02-131-6/+6
* qcow2: Fix documentation of get_cluster_table()Alberto Garcia2018-02-131-2/+1Star
* qcow2: Use g_try_realloc() in qcow2_expand_zero_clusters()Alberto Garcia2018-02-131-1/+9
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* qcow2: Unaligned zero cluster in handle_alloc()Max Reitz2017-11-171-1/+12
* qcow2: Prevent allocating L2 tables at offset 0Alberto Garcia2017-11-141-0/+8
* block: Convert bdrv_get_block_status() to bytesEric Blake2017-10-261-1/+1
* block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange2017-10-061-5/+3Star
* qcow2: add shrink image supportPavel Butsykin2017-09-261-0/+50
* Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...Peter Maydell2017-08-311-1/+1
|\
| * qcow2: use DIV_ROUND_UPMarc-André Lureau2017-08-311-1/+1
* | qcow2: allocate cluster_cache/cluster_data on demandStefan Hajnoczi2017-08-301-0/+17
|/
* qcow2: add support for LUKS encryption formatDaniel P. Berrange2017-07-111-5/+9
* qcow2: convert QCow2 to use QCryptoBlock for encryptionDaniel P. Berrange2017-07-111-44/+3Star
* qcow2: make qcow2_encrypt_sectors encrypt in placeDaniel P. Berrange2017-07-111-11/+6Star
* qcow2: Use offset_into_cluster() and offset_to_l2_index()Alberto Garcia2017-06-261-2/+2
* qcow2: Merge the writing of the COW regions with the guest dataAlberto Garcia2017-06-261-10/+30