Age | Commit message (Expand) | Author | Files | Lines |
2019-02-01 | qcow2: Assert that refcount block offsets fit in the refcount table | Alberto Garcia | 1 | -0/+3 |
2018-11-19 | qcow2: Don't allow overflow during cluster allocation | Eric Blake | 1 | -7/+13 |
2018-11-12 | qcow2: Read outside array bounds in qcow2_pre_write_overlap_check() | Liam Merwick | 1 | -8/+10 |
2018-07-10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+1 |
2018-07-10 | block: Use BdrvChild to discard | Fam Zheng | 1 | -1/+1 |
2018-07-09 | qcow2: add overlap check for bitmap directory | Vladimir Sementsov-Ogievskiy | 1 | -0/+10 |
2018-06-11 | qcow2: Repair OFLAG_COPIED when fixing leaks | Max Reitz | 1 | -8/+17 |
2018-05-31 | block: use local path for local headers | Michael S. Tsirkin | 1 | -1/+1 |
2018-05-15 | Fix error message about compressed clusters with OFLAG_COPIED | Alberto Garcia | 1 | -2/+2 |
2018-03-26 | qcow2: Reset free_cluster_index when allocating a new refcount block | Alberto Garcia | 1 | -0/+7 |
2018-03-09 | qcow2: Make qemu-img check detect corrupted L1 tables in snapshots | Alberto Garcia | 1 | -0/+14 |
2018-03-09 | qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap() | Alberto Garcia | 1 | -1/+9 |
2018-03-09 | qcow2: introduce qcow2_write_caches and qcow2_flush_caches | Paolo Bonzini | 1 | -0/+28 |
2018-03-02 | qcow2: Replace align_offset() with ROUND_UP() | Alberto Garcia | 1 | -2/+2 |
2018-02-13 | qcow2: Update qcow2_update_snapshot_refcount() to support L2 slices | Alberto Garcia | 1 | -14/+18 |
2018-02-13 | qcow2: Prepare qcow2_update_snapshot_refcount() for adding L2 slice support | Alberto Garcia | 1 | -69/+75 |
2018-02-13 | qcow2: Remove BDS parameter from qcow2_cache_is_table_offset() | Alberto Garcia | 1 | -3/+3 |
2018-02-13 | qcow2: Remove BDS parameter from qcow2_cache_discard() | Alberto Garcia | 1 | -3/+3 |
2018-02-13 | qcow2: Remove BDS parameter from qcow2_cache_put() | Alberto Garcia | 1 | -15/+15 |
2018-02-13 | qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty() | Alberto Garcia | 1 | -8/+6 |
2018-01-23 | qcow2: Repair unaligned preallocated zero clusters | Max Reitz | 1 | -12/+58 |
2017-11-17 | qcow2: Add bounds check to get_refblock_offset() | Max Reitz | 1 | -1/+25 |
2017-11-14 | qcow2: Prevent allocating compressed clusters at offset 0 | Alberto Garcia | 1 | -0/+7 |
2017-11-14 | qcow2: Prevent allocating refcount blocks at offset 0 | Alberto Garcia | 1 | -0/+7 |
2017-10-06 | qcow2: truncate the tail of the image file after shrinking the image | Pavel Butsykin | 1 | -0/+22 |
2017-09-26 | qcow2: add shrink image support | Pavel Butsykin | 1 | -0/+120 |
2017-09-26 | qcow2: add qcow2_cache_discard | Pavel Butsykin | 1 | -2/+18 |
2017-07-31 | qcow2: fix null pointer dereference | Philippe Mathieu-Daudé | 1 | -2/+2 |
2017-07-11 | block/qcow2: falloc/full preallocating growth | Max Reitz | 1 | -8/+4 |
2017-07-11 | block/qcow2: Rename "fail_block" to just "fail" | Max Reitz | 1 | -7/+7 |
2017-07-11 | block/qcow2: Add qcow2_refcount_area() | Max Reitz | 1 | -84/+183 |
2017-07-11 | block: Add PreallocMode to bdrv_truncate() | Max Reitz | 1 | -1/+1 |
2017-07-11 | qcow2: add bitmaps extension | Vladimir Sementsov-Ogievskiy | 1 | -0/+6 |
2017-07-11 | qcow2-refcount: rename inc_refcounts() and make it public | Vladimir Sementsov-Ogievskiy | 1 | -28/+31 |
2017-07-11 | qcow2: add support for LUKS encryption format | Daniel P. Berrange | 1 | -0/+10 |
2017-05-11 | qcow2: Make distinction between zero cluster types obvious | Eric Blake | 1 | -26/+18 |
2017-05-11 | qcow2: Name typedef for cluster type | Eric Blake | 1 | -1/+1 |
2017-05-11 | qcow2: Use consistent switch indentation | Eric Blake | 1 | -42/+42 |
2017-05-11 | qcow2: Nicer variable names in qcow2_update_snapshot_refcount() | Eric Blake | 1 | -20/+22 |
2017-04-28 | block: Add errp to b{lk,drv}_truncate() | Max Reitz | 1 | -1/+4 |
2017-02-24 | block: Pass BdrvChild to bdrv_truncate() | Kevin Wolf | 1 | -1/+1 |
2017-02-12 | qcow2: Optimize the refcount-block overlap check | Alberto Garcia | 1 | -1/+23 |
2016-07-20 | block: Convert bdrv_discard() to byte-based | Eric Blake | 1 | -3/+1 |
2016-07-05 | block/qcow2: Don't use cpu_to_*w() | Peter Maydell | 1 | -6/+5 |
2016-07-05 | block: Convert bdrv_pwrite(v/_sync) to BdrvChild | Kevin Wolf | 1 | -11/+11 |
2016-07-05 | block: Convert bdrv_pread(v) to BdrvChild | Kevin Wolf | 1 | -6/+6 |
2016-07-05 | block: Convert bdrv_write() to BdrvChild | Kevin Wolf | 1 | -1/+1 |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 1 | -5/+2 |
2016-06-07 | qcow/qcow2: Use DIV_ROUND_UP | Laurent Vivier | 1 | -4/+2 |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini | 1 | -0/+1 |