summaryrefslogtreecommitdiff
path: root/block/qcow2-cluster.c
AgeCommit message (Expand)Author
2020-08-25qcow2: Assert that expand_zero_clusters_in_l1() does not support subclustersAlberto Garcia
2020-08-25qcow2: Add prealloc field to QCowL2MetaAlberto Garcia
2020-08-25qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()Alberto Garcia
2020-08-25qcow2: Clear the L2 bitmap when allocating a compressed clusterAlberto Garcia
2020-08-25qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()Alberto Garcia
2020-08-25qcow2: Add subcluster support to discard_in_l2_slice()Alberto Garcia
2020-08-25qcow2: Add subcluster support to zero_in_l2_slice()Alberto Garcia
2020-08-25qcow2: Add subcluster support to qcow2_get_host_offset()Alberto Garcia
2020-08-25qcow2: Add subcluster support to calculate_l2_meta()Alberto Garcia
2020-08-25qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*Alberto Garcia
2020-08-25qcow2: Add cluster type parameter to qcow2_get_host_offset()Alberto Garcia
2020-08-25qcow2: Add qcow2_get_subcluster_range_type()Alberto Garcia
2020-08-25qcow2: Add l2_entry_size()Alberto Garcia
2020-08-25qcow2: Add get_l2_entry() and set_l2_entry()Alberto Garcia
2020-08-25qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()Alberto Garcia
2020-08-25qcow2: Split cluster_needs_cow() out of count_cow_clusters()Alberto Garcia
2020-08-25qcow2: Add calculate_l2_meta()Alberto Garcia
2020-08-25qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()Alberto Garcia
2020-08-05qcow2-cluster: Fix integer left shift error in qcow2_alloc_cluster_link_l2()Tuguoyi
2020-07-21qcow2: Implement v2 zero writes with discard if possibleKevin Wolf
2020-04-30qcow2: Support BDRV_REQ_ZERO_WRITE for truncateKevin Wolf
2020-03-06qcow2: Fix alloc_cluster_abort() for pre-existing clustersMax Reitz
2020-02-18qcow2: Fix qcow2_alloc_cluster_abort() for external data fileKevin Wolf
2020-02-06qcow2: Use bs->bl.request_alignment when updating an L1 entryAlberto Garcia
2020-02-06qcow2: Don't round the L1 table allocation up to the sector sizeAlberto Garcia
2020-02-06qcow2: Assert that host cluster offsets fit in L2 table entriesAlberto Garcia
2019-10-14qcow2: Limit total allocation range to INT_MAXMax Reitz
2019-09-16block/qcow2: refactor encryption codeMaxim Levitsky
2019-09-16block/qcow2: Fix corruption introduced by commit 8ac0f15f335Maxim Levitsky
2019-09-16block: Use QEMU_IS_ALIGNEDNir Soffer
2019-09-13qcow2: Stop overwriting compressed clusters one by oneAlberto Garcia
2019-08-27block/qcow2: implement .bdrv_co_pwritev(_compressed)_partVladimir Sementsov-Ogievskiy
2019-08-27block/qcow2: implement .bdrv_co_preadv_partVladimir Sementsov-Ogievskiy
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