aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-cluster.c
AgeCommit message (Expand)Author
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
2017-07-11qcow2: add support for LUKS encryption formatDaniel P. Berrange
2017-07-11qcow2: convert QCow2 to use QCryptoBlock for encryptionDaniel P. Berrange
2017-07-11qcow2: make qcow2_encrypt_sectors encrypt in placeDaniel P. Berrange
2017-06-26qcow2: Use offset_into_cluster() and offset_to_l2_index()Alberto Garcia
2017-06-26qcow2: Merge the writing of the COW regions with the guest dataAlberto Garcia
2017-06-26qcow2: Pass a QEMUIOVector to do_perform_cow_{read,write}()Alberto Garcia
2017-06-26qcow2: Allow reading both COW regions with only one requestAlberto Garcia
2017-06-26qcow2: Split do_perform_cow() into _read(), _encrypt() and _write()Alberto Garcia
2017-06-26qcow2: Make perform_cow() call do_perform_cow() twiceAlberto Garcia
2017-06-26qcow2: Use unsigned int for both members of Qcow2COWRegionAlberto Garcia
2017-06-26qcow2: Remove unused Error variable in do_perform_cow()Alberto Garcia
2017-05-29block: Tweak error message related to qemu-img amendEric Blake
2017-05-11qcow2: Discard/zero clusters by byte countEric Blake
2017-05-11qcow2: Assert that cluster operations are alignedEric Blake
2017-05-11qcow2: Optimize zero_single_l2() to minimize L2 churnEric Blake
2017-05-11qcow2: Make distinction between zero cluster types obviousEric Blake
2017-05-11qcow2: Name typedef for cluster typeEric Blake
2017-05-11qcow2: Correctly report status of preallocated zero clustersEric Blake
2017-05-11qcow2: Use consistent switch indentationEric Blake
2017-05-11qcow2: Discard preallocated zero clustersMax Reitz
2017-05-11qcow2: Reuse preallocated zero clustersMax Reitz
2017-04-03qcow2: Discard unaligned tail when wiping imageEric Blake
2017-02-21coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini
2016-10-24qcow2: Support BDRV_REQ_MAY_UNMAPFam Zheng
2016-09-23qcow2: fix encryption during cow of sectorsDaniel P. Berrange
2016-09-13qcow2: avoid memcpy(dst, NULL, len)Stefan Hajnoczi
2016-07-13qcow2: Fix qcow2_get_cluster_offset()Max Reitz
2016-07-13qcow2: Avoid making the L1 table too bigMax Reitz
2016-07-05block/qcow2: Don't use cpu_to_*w()Peter Maydell
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_write() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_read() to BdrvChildKevin Wolf
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-16qcow2: Implement .bdrv_co_pwritev()Kevin Wolf
2016-06-16qcow2: Use bytes instead of sectors for QCowL2MetaKevin Wolf
2016-06-16qcow2: Make copy_sectors() byte basedKevin Wolf
2016-06-16qcow2: Implement .bdrv_co_preadv()Kevin Wolf
2016-06-16qcow2: Work with bytes in qcow2_get_cluster_offset()Kevin Wolf
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake
2016-06-07qcow/qcow2: Use DIV_ROUND_UPLaurent Vivier
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-12-18block: Add opaque value to the amend CBMax Reitz
2015-11-11qcow2: Fix qcow2_get_cluster_offset() for zero clustersKevin Wolf