| Commit message (Expand) | Author | Age | Files | Lines |
* | qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit | Alberto Garcia | 2020-08-25 | 1 | -0/+1 |
* | qcow2: Add subcluster support to check_refcounts_l2() | Alberto Garcia | 2020-08-25 | 1 | -1/+1 |
* | iotests: Specify explicit backing format where sensible | Eric Blake | 2020-07-14 | 1 | -1/+1 |
* | qcow2: introduce compression type feature | Denis Plotnikov | 2020-05-13 | 1 | -0/+1 |
* | qcow2: Forbid discard in qcow2 v2 images with backing files | Alberto Garcia | 2020-04-07 | 1 | -2/+0 |
* | iotests/qcow2.py: Split feature fields into bits | Max Reitz | 2020-01-06 | 1 | -10/+10 |
* | qcow2: skip writing zero buffers to empty COW areas | Anton Nefedov | 2019-05-28 | 1 | -1/+4 |
* | qemu-img: Saner printing of large file sizes | Eric Blake | 2019-04-30 | 1 | -5/+5 |
* | tests/qemu-iotests: Fix output of qemu-io related tests | Thomas Huth | 2019-04-30 | 1 | -3/+3 |
* | qmp: Split ShutdownCause host-qmp into quit and system-reset | Dominik Csapak | 2018-12-18 | 1 | -2/+2 |
* | qmp: Add reason to SHUTDOWN and RESET events | Dominik Csapak | 2018-12-18 | 1 | -2/+2 |
* | tests: iotests: drop some stderr line | Peter Xu | 2018-06-30 | 1 | -1/+0 |
* | iotests: Add case for a corrupted inactive image | Max Reitz | 2018-06-11 | 1 | -0/+14 |
* | block: Add Error parameter to bdrv_amend_options | Max Reitz | 2018-06-11 | 1 | -2/+2 |
* | qcow2: Repair unaligned preallocated zero clusters | Max Reitz | 2018-01-23 | 1 | -0/+9 |
* | block: Close a BlockDriverState completely even when bs->drv is NULL | Alberto Garcia | 2017-11-21 | 1 | -0/+12 |
* | qcow2: Refuse to get unaligned offsets from cache | Max Reitz | 2017-11-17 | 1 | -0/+29 |
* | qcow2: Add bounds check to get_refblock_offset() | Max Reitz | 2017-11-17 | 1 | -0/+22 |
* | block: Guard against NULL bs->drv | Max Reitz | 2017-11-17 | 1 | -0/+31 |
* | qcow2: Unaligned zero cluster in handle_alloc() | Max Reitz | 2017-11-17 | 1 | -0/+10 |
* | qcow2: check_errors are fatal | Max Reitz | 2017-11-17 | 1 | -0/+23 |
* | qcow2: Check that corrupted images can be repaired in iotest 060 | Alberto Garcia | 2017-11-14 | 1 | -0/+64 |
* | qcow2: Add iotest for an empty refcount table | Alberto Garcia | 2017-11-14 | 1 | -0/+6 |
* | qcow2: Add iotest for an image with header.refcount_table_offset == 0 | Alberto Garcia | 2017-11-14 | 1 | -0/+6 |
* | qcow2: Don't open images with header.refcount_table_clusters == 0 | Alberto Garcia | 2017-11-14 | 1 | -0/+5 |
* | qcow2: Prevent allocating compressed clusters at offset 0 | Alberto Garcia | 2017-11-14 | 1 | -0/+8 |
* | qcow2: Prevent allocating L2 tables at offset 0 | Alberto Garcia | 2017-11-14 | 1 | -0/+6 |
* | qcow2: Prevent allocating refcount blocks at offset 0 | Alberto Garcia | 2017-11-14 | 1 | -0/+8 |
* | qemu-io: Don't die on second open | Eric Blake | 2017-07-10 | 1 | -0/+1 |
* | block: Tweak error message related to qemu-img amend | Eric Blake | 2017-05-29 | 1 | -1/+1 |
* | qcow2: Make distinction between zero cluster types obvious | Eric Blake | 2017-05-11 | 1 | -3/+3 |
* | qemu-io qemu-nbd: Use error_report() etc. instead of fprintf() | Markus Armbruster | 2016-01-13 | 1 | -1/+1 |
* | qcow2: Add refcount_bits to format-specific info | Max Reitz | 2015-03-10 | 1 | -0/+1 |
* | iotests: Add tests for more corruption cases | Max Reitz | 2015-01-23 | 1 | -0/+13 |
* | qemu-iotests: Remove traling whitespaces in *.out | Fam Zheng | 2014-12-12 | 1 | -11/+11 |
* | qemu-iotests: 060: Filter the real disk size | Kevin Wolf | 2014-12-10 | 1 | -3/+2 |
* | iotests: Fix test outputs | Max Reitz | 2014-10-23 | 1 | -2/+8 |
* | iotests: qemu-img info output for corrupt image | Max Reitz | 2014-10-04 | 1 | -0/+9 |
* | iotests: Add more tests for qcow2 corruption | Max Reitz | 2014-09-22 | 1 | -0/+51 |
* | qcow2: Use qcow2_signal_corruption() for overlaps | Max Reitz | 2014-09-22 | 1 | -5/+5 |
* | iotests: Add test for image header overlap | Max Reitz | 2014-08-15 | 1 | -0/+8 |
* | iotests: Test corruption during COW request | Max Reitz | 2014-03-13 | 1 | -0/+15 |
* | qemu-iotests: Add test for inactive L2 overlap | Max Reitz | 2013-10-11 | 1 | -1/+39 |
* | qemu-iotests: Adjustments due to error propagation | Max Reitz | 2013-09-12 | 1 | -2/+1 |
* | qemu-iotests: Overlapping cluster allocations | Max Reitz | 2013-09-02 | 1 | -0/+44 |