Age | Commit message (Expand) | Author |
2017-04-03 | qcow2: Discard unaligned tail when wiping image | Eric Blake |
2017-02-21 | coroutine-lock: add mutex argument to CoQueue APIs | Paolo Bonzini |
2016-10-24 | qcow2: Support BDRV_REQ_MAY_UNMAP | Fam Zheng |
2016-09-23 | qcow2: fix encryption during cow of sectors | Daniel P. Berrange |
2016-09-13 | qcow2: avoid memcpy(dst, NULL, len) | Stefan Hajnoczi |
2016-07-13 | qcow2: Fix qcow2_get_cluster_offset() | Max Reitz |
2016-07-13 | qcow2: Avoid making the L1 table too big | Max Reitz |
2016-07-05 | block/qcow2: Don't use cpu_to_*w() | Peter Maydell |
2016-07-05 | block: Convert bdrv_co_preadv/pwritev to BdrvChild | Kevin Wolf |
2016-07-05 | block: Convert bdrv_pwrite_zeroes() to BdrvChild | Kevin Wolf |
2016-07-05 | block: Convert bdrv_pwrite(v/_sync) to BdrvChild | Kevin Wolf |
2016-07-05 | block: Convert bdrv_write() to BdrvChild | Kevin Wolf |
2016-07-05 | block: Convert bdrv_read() to BdrvChild | Kevin Wolf |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost |
2016-06-16 | qcow2: Implement .bdrv_co_pwritev() | Kevin Wolf |
2016-06-16 | qcow2: Use bytes instead of sectors for QCowL2Meta | Kevin Wolf |
2016-06-16 | qcow2: Make copy_sectors() byte based | Kevin Wolf |
2016-06-16 | qcow2: Implement .bdrv_co_preadv() | Kevin Wolf |
2016-06-16 | qcow2: Work with bytes in qcow2_get_cluster_offset() | Kevin Wolf |
2016-06-08 | block: Switch bdrv_write_zeroes() to byte interface | Eric Blake |
2016-06-07 | qcow/qcow2: Use DIV_ROUND_UP | Laurent Vivier |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-01-20 | block: Clean up includes | Peter Maydell |
2015-12-18 | block: Add opaque value to the amend CB | Max Reitz |
2015-11-11 | qcow2: Fix qcow2_get_cluster_offset() for zero clusters | Kevin Wolf |
2015-10-16 | block: Convert bs->backing_hd to BdrvChild | Kevin Wolf |
2015-10-16 | block: Convert bs->file to BdrvChild | Kevin Wolf |
2015-09-14 | qcow2: Make size_to_clusters() return uint64_t | Max Reitz |
2015-09-14 | qcow2: Rename BDRVQcowState to BDRVQcow2State | Kevin Wolf |
2015-09-11 | maint: remove / fix many doubled words | Daniel P. Berrange |
2015-07-08 | block: convert qcow/qcow2 to use generic cipher API | Daniel P. Berrange |
2015-05-22 | qcow2/qcow: protect against uninitialized encryption key | Daniel P. Berrange |
2015-05-22 | qcow2: make qcow2_cache_put() a void function | Alberto Garcia |
2015-05-22 | qcow2: use one single memory block for the L2/refcount cache tables | Alberto Garcia |
2015-03-10 | qcow2: Use 64 bits for refcount values | Max Reitz |
2015-03-10 | qcow2: Use unsigned addend for update_refcount() | Max Reitz |
2015-03-10 | qcow2: Only return status from qcow2_get_refcount | Max Reitz |
2015-01-23 | qcow2: Add two more unalignment checks | Max Reitz |
2014-12-10 | qcow2: Prevent numerical overflow | Max Reitz |
2014-11-03 | block/qcow2: Simplify shared L2 handling in amend | Max Reitz |
2014-11-03 | block/qcow2: Implement status CB for amend | Max Reitz |
2014-11-03 | qcow2: Allow "full" discard | Max Reitz |
2014-10-23 | qcow2: Do not overflow when writing an L1 sector | Max Reitz |
2014-09-22 | qcow2: Check L1/L2/reftable entries for alignment | Max Reitz |
2014-08-20 | block: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2014-08-15 | qcow2: Catch !*host_offset for data allocation | Max Reitz |
2014-08-15 | qcow2: Handle failure for potentially large allocations | Kevin Wolf |
2014-05-28 | qcow2: Fix memory leak in COW error path | Kevin Wolf |
2014-04-30 | qcow2: Check min_size in qcow2_grow_l1_table() | Max Reitz |