aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-cluster.c
AgeCommit message (Expand)Author
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
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-09-14qcow2: Make size_to_clusters() return uint64_tMax Reitz
2015-09-14qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-07-08block: convert qcow/qcow2 to use generic cipher APIDaniel P. Berrange
2015-05-22qcow2/qcow: protect against uninitialized encryption keyDaniel P. Berrange
2015-05-22qcow2: make qcow2_cache_put() a void functionAlberto Garcia
2015-05-22qcow2: use one single memory block for the L2/refcount cache tablesAlberto Garcia
2015-03-10qcow2: Use 64 bits for refcount valuesMax Reitz
2015-03-10qcow2: Use unsigned addend for update_refcount()Max Reitz
2015-03-10qcow2: Only return status from qcow2_get_refcountMax Reitz
2015-01-23qcow2: Add two more unalignment checksMax Reitz
2014-12-10qcow2: Prevent numerical overflowMax Reitz
2014-11-03block/qcow2: Simplify shared L2 handling in amendMax Reitz
2014-11-03block/qcow2: Implement status CB for amendMax Reitz
2014-11-03qcow2: Allow "full" discardMax Reitz
2014-10-23qcow2: Do not overflow when writing an L1 sectorMax Reitz
2014-09-22qcow2: Check L1/L2/reftable entries for alignmentMax Reitz
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-08-15qcow2: Catch !*host_offset for data allocationMax Reitz
2014-08-15qcow2: Handle failure for potentially large allocationsKevin Wolf
2014-05-28qcow2: Fix memory leak in COW error pathKevin Wolf
2014-04-30qcow2: Check min_size in qcow2_grow_l1_table()Max Reitz
2014-04-29qcow2: Fix discardMax Reitz
2014-04-04qcow2: Put cache reference in error caseKevin Wolf
2014-04-01qcow2: Fix copy_sectors() with VM stateKevin Wolf
2014-04-01qcow2: Fix new L1 table size check (CVE-2014-0143)Kevin Wolf
2014-03-13qcow2: Check bs->drv in copy_sectors()Max Reitz