summaryrefslogtreecommitdiffstats
path: root/block/qcow2-cluster.c
Commit message (Expand)AuthorAgeFilesLines
* coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini2017-02-211-3/+1Star
* qcow2: Support BDRV_REQ_MAY_UNMAPFam Zheng2016-10-241-4/+5
* qcow2: fix encryption during cow of sectorsDaniel P. Berrange2016-09-231-1/+1
* qcow2: avoid memcpy(dst, NULL, len)Stefan Hajnoczi2016-09-131-1/+3
* qcow2: Fix qcow2_get_cluster_offset()Max Reitz2016-07-131-5/+11
* qcow2: Avoid making the L1 table too bigMax Reitz2016-07-131-1/+2
* block/qcow2: Don't use cpu_to_*w()Peter Maydell2016-07-051-1/+1
* block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf2016-07-051-1/+1
* block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf2016-07-051-1/+1
* block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf2016-07-051-3/+3
* block: Convert bdrv_write() to BdrvChildKevin Wolf2016-07-051-1/+1
* block: Convert bdrv_read() to BdrvChildKevin Wolf2016-07-051-3/+3
* coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-4/+2Star
* qcow2: Implement .bdrv_co_pwritev()Kevin Wolf2016-06-161-7/+6Star
* qcow2: Use bytes instead of sectors for QCowL2MetaKevin Wolf2016-06-161-20/+12Star
* qcow2: Make copy_sectors() byte basedKevin Wolf2016-06-161-28/+27Star
* qcow2: Implement .bdrv_co_preadv()Kevin Wolf2016-06-161-15/+12Star
* qcow2: Work with bytes in qcow2_get_cluster_offset()Kevin Wolf2016-06-161-21/+23
* block: Switch bdrv_write_zeroes() to byte interfaceEric Blake2016-06-081-2/+1Star
* qcow/qcow2: Use DIV_ROUND_UPLaurent Vivier2016-06-071-2/+2
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* block: Add opaque value to the amend CBMax Reitz2015-12-181-6/+8
* qcow2: Fix qcow2_get_cluster_offset() for zero clustersKevin Wolf2015-11-111-6/+9
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-161-2/+2
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-16/+21
* qcow2: Make size_to_clusters() return uint64_tMax Reitz2015-09-141-10/+18
* qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf2015-09-141-24/+24
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-2/+2
* block: convert qcow/qcow2 to use generic cipher APIDaniel P. Berrange2015-07-081-10/+36
* qcow2/qcow: protect against uninitialized encryption keyDaniel P. Berrange2015-05-221-1/+2
* qcow2: make qcow2_cache_put() a void functionAlberto Garcia2015-05-221-40/+10Star
* qcow2: use one single memory block for the L2/refcount cache tablesAlberto Garcia2015-05-221-6/+6
* qcow2: Use 64 bits for refcount valuesMax Reitz2015-03-101-1/+1
* qcow2: Use unsigned addend for update_refcount()Max Reitz2015-03-101-1/+2
* qcow2: Only return status from qcow2_get_refcountMax Reitz2015-03-101-4/+4
* qcow2: Add two more unalignment checksMax Reitz2015-01-231-0/+21
* qcow2: Prevent numerical overflowMax Reitz2014-12-101-1/+1
* block/qcow2: Simplify shared L2 handling in amendMax Reitz2014-11-031-66/+28Star
* block/qcow2: Implement status CB for amendMax Reitz2014-11-031-4/+33
* qcow2: Allow "full" discardMax Reitz2014-11-031-10/+17
* qcow2: Do not overflow when writing an L1 sectorMax Reitz2014-10-231-2/+4
* qcow2: Check L1/L2/reftable entries for alignmentMax Reitz2014-09-221-3/+40
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-201-1/+1
* qcow2: Catch !*host_offset for data allocationMax Reitz2014-08-151-0/+11
* qcow2: Handle failure for potentially large allocationsKevin Wolf2014-08-151-8/+28
* qcow2: Fix memory leak in COW error pathKevin Wolf2014-05-281-1/+2
* qcow2: Check min_size in qcow2_grow_l1_table()Max Reitz2014-04-301-0/+7
* qcow2: Fix discardMax Reitz2014-04-291-8/+18