aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-cluster.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-30qcow2: Support BDRV_REQ_ZERO_WRITE for truncateKevin Wolf1-1/+1
2020-03-06qcow2: Fix alloc_cluster_abort() for pre-existing clustersMax Reitz1-1/+1
2020-02-18qcow2: Fix qcow2_alloc_cluster_abort() for external data fileKevin Wolf1-2/+5
2020-02-06qcow2: Use bs->bl.request_alignment when updating an L1 entryAlberto Garcia1-10/+15
2020-02-06qcow2: Don't round the L1 table allocation up to the sector sizeAlberto Garcia1-3/+2
2020-02-06qcow2: Assert that host cluster offsets fit in L2 table entriesAlberto Garcia1-2/+12
2019-10-14qcow2: Limit total allocation range to INT_MAXMax Reitz1-1/+4
2019-09-16block/qcow2: refactor encryption codeMaxim Levitsky1-28/+13
2019-09-16block/qcow2: Fix corruption introduced by commit 8ac0f15f335Maxim Levitsky1-3/+4
2019-09-16block: Use QEMU_IS_ALIGNEDNir Soffer1-2/+2
2019-09-13qcow2: Stop overwriting compressed clusters one by oneAlberto Garcia1-7/+1
2019-08-27block/qcow2: implement .bdrv_co_pwritev(_compressed)_partVladimir Sementsov-Ogievskiy1-3/+6
2019-08-27block/qcow2: implement .bdrv_co_preadv_partVladimir Sementsov-Ogievskiy1-2/+3
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-28qcow2: skip writing zero buffers to empty COW areasAnton Nefedov1-1/+1
2019-05-28qcow2: do encryption in threadsVladimir Sementsov-Ogievskiy1-4/+3
2019-05-28qcow2.h: add missing includeVladimir Sementsov-Ogievskiy1-1/+0
2019-05-20qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZEAlberto Garcia1-2/+3
2019-03-08qcow2: Implement data-file-raw create optionKevin Wolf1-0/+10
2019-03-08qcow2: External file I/OKevin Wolf1-7/+39
2019-03-08qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()Kevin Wolf1-15/+13
2019-03-08qcow2: Don't assume 0 is an invalid cluster offsetKevin Wolf1-32/+27
2019-03-08qcow2: Prepare count_contiguous_clusters() for external data fileKevin Wolf1-2/+2
2019-03-08qcow2: Pass bs to qcow2_get_cluster_type()Kevin Wolf1-18/+19
2019-02-25qcow2: Assert that L2 table offsets fit in the L1 tableAlberto Garcia1-0/+3
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-12-14qcow2: move decompression from qcow2-cluster.c to qcow2.cVladimir Sementsov-Ogievskiy1-70/+0
2018-06-29qcow2: Free allocated clusters on write errorKevin Wolf1-0/+11
2018-05-31block: use local path for local headersMichael S. Tsirkin1-1/+1
2018-03-09qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()Alberto Garcia1-7/+17
2018-03-02qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia1-2/+2
2018-02-13qcow2: Rename l2_table in count_cow_clusters()Alberto Garcia1-2/+2
2018-02-13qcow2: Rename l2_table in count_contiguous_clusters_unallocated()Alberto Garcia1-3/+3
2018-02-13qcow2: Rename l2_table in count_contiguous_clusters()Alberto Garcia1-4/+4
2018-02-13qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset()Alberto Garcia1-8/+8
2018-02-13qcow2: Update expand_zero_clusters_in_l1() to support L2 slicesAlberto Garcia1-23/+28
2018-02-13qcow2: Prepare expand_zero_clusters_in_l1() for adding L2 slice supportAlberto Garcia1-91/+96
2018-02-13qcow2: Read refcount before L2 table in expand_zero_clusters_in_l1()Alberto Garcia1-6/+6
2018-02-13qcow2: Update zero_single_l2() to support L2 slicesAlberto Garcia1-14/+14
2018-02-13qcow2: Update discard_single_l2() to support L2 slicesAlberto Garcia1-16/+16
2018-02-13qcow2: Update handle_alloc() to support L2 slicesAlberto Garcia1-9/+9
2018-02-13qcow2: Update handle_copied() to support L2 slicesAlberto Garcia1-8/+8
2018-02-13qcow2: Update qcow2_alloc_cluster_link_l2() to support L2 slicesAlberto Garcia1-8/+8
2018-02-13qcow2: Update qcow2_get_cluster_offset() to support L2 slicesAlberto Garcia1-15/+15
2018-02-13qcow2: Update get_cluster_table() to support L2 slicesAlberto Garcia1-8/+8
2018-02-13qcow2: Refactor get_cluster_table()Alberto Garcia1-14/+7
2018-02-13qcow2: Update l2_allocate() to support L2 slicesAlberto Garcia1-22/+34
2018-02-13qcow2: Prepare l2_allocate() for adding L2 slice supportAlberto Garcia1-24/+29
2018-02-13qcow2: Update l2_load() to support L2 slicesAlberto Garcia1-11/+17
2018-02-13qcow2: Add offset_to_l1_index()Alberto Garcia1-2/+2