Age | Commit message (Expand) | Author | Files | Lines |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell | 1 | -1/+0 |
2020-11-09 | block: Fix some code style problems, "foo* bar" should be "foo *bar" | shiliyang | 1 | -2/+2 |
2020-11-09 | qcow2: Document and enforce the QCowL2Meta invariants | Alberto Garcia | 1 | -4/+15 |
2020-10-27 | qcow2: Skip copy-on-write when allocating a zero cluster | Alberto Garcia | 1 | -16/+19 |
2020-10-23 | block/io: fix bdrv_co_block_status_above | Vladimir Sementsov-Ogievskiy | 1 | -2/+14 |
2020-09-15 | qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset() | Alberto Garcia | 1 | -23/+13 |
2020-09-15 | qcow2: Make preallocate_co() resize the image to the correct size | Alberto Garcia | 1 | -0/+1 |
2020-09-15 | qcow2: Return the original error code in qcow2_co_pwrite_zeroes() | Alberto Garcia | 1 | -1/+1 |
2020-09-15 | qcow2: Handle QCowL2Meta on error in preallocate_co() | Alberto Garcia | 1 | -23/+17 |
2020-09-15 | qcow2: Don't check nb_clusters when removing l2meta from the list | Alberto Garcia | 1 | -3/+1 |
2020-09-15 | qcow2: Use macros for the L1, refcount and bitmap table entry sizes | Alberto Garcia | 1 | -14/+13 |
2020-08-25 | qcow2: Allow preallocation and backing files if extended_l2 is set | Alberto Garcia | 1 | -3/+4 |
2020-08-25 | qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit | Alberto Garcia | 1 | -6/+60 |
2020-08-25 | qcow2: Add prealloc field to QCowL2Meta | Alberto Garcia | 1 | -0/+6 |
2020-08-25 | qcow2: Add subcluster support to qcow2_measure() | Alberto Garcia | 1 | -7/+13 |
2020-08-25 | qcow2: Add subcluster support to qcow2_co_pwrite_zeroes() | Alberto Garcia | 1 | -16/+17 |
2020-08-25 | qcow2: Add subcluster support to handle_alloc_space() | Alberto Garcia | 1 | -4/+5 |
2020-08-25 | qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC | Alberto Garcia | 1 | -3/+9 |
2020-08-25 | qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_* | Alberto Garcia | 1 | -34/+36 |
2020-08-25 | qcow2: Add cluster type parameter to qcow2_get_host_offset() | Alberto Garcia | 1 | -15/+22 |
2020-08-25 | qcow2: Add l2_entry_size() | Alberto Garcia | 1 | -4/+4 |
2020-08-25 | qcow2: Add subcluster-related fields to BDRVQcow2State | Alberto Garcia | 1 | -0/+5 |
2020-08-25 | qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset() | Alberto Garcia | 1 | -17/+7 |
2020-08-25 | qcow2: Make Qcow2AioTask store the full host offset | Alberto Garcia | 1 | -36/+33 |
2020-07-27 | qcow2: Fix capitalization of header extension constant. | Andrey Shinkevich | 1 | -1/+1 |
2020-07-14 | block: Add support to warn on backing file change without format | Eric Blake | 1 | -1/+1 |
2020-07-14 | qcow2: Deprecate use of qemu-img amend to change backing file | Eric Blake | 1 | -0/+5 |
2020-07-10 | qapi: Smooth another visitor error checking pattern | Markus Armbruster | 1 | -5/+2 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 1 | -9/+4 |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster | 1 | -2/+1 |
2020-07-06 | block: drop unallocated_blocks_are_zero | Vladimir Sementsov-Ogievskiy | 1 | -1/+0 |
2020-07-06 | block/qcow2: implement blockdev-amend | Maxim Levitsky | 1 | -0/+39 |
2020-07-06 | block/qcow2: extend qemu-img amend interface with crypto options | Maxim Levitsky | 1 | -9/+62 |
2020-07-06 | block/amend: refactor qcow2 amend options | Maxim Levitsky | 1 | -100/+38 |
2020-07-06 | block/amend: separate amend and create options for qemu-img | Maxim Levitsky | 1 | -79/+94 |
2020-07-06 | block/amend: add 'force' option | Maxim Levitsky | 1 | -0/+1 |
2020-07-06 | qcow2: Fix preallocation on images with unaligned sizes | Alberto Garcia | 1 | -3/+14 |
2020-05-28 | qcow2: Expose bitmaps' size during measure | Eric Blake | 1 | -3/+11 |
2020-05-19 | block: Make it easier to learn which BDS support bitmaps | Eric Blake | 1 | -0/+2 |
2020-05-18 | block: Use bdrv_default_perms() | Max Reitz | 1 | -1/+1 |
2020-05-18 | block: Make format drivers use child_of_bds | Max Reitz | 1 | -6/+13 |
2020-05-18 | block: Add BdrvChildRole to BdrvChild | Max Reitz | 1 | -3/+3 |
2020-05-18 | block: Add BlockDriver.is_format | Max Reitz | 1 | -0/+1 |
2020-05-13 | qcow2: add zstd cluster compression | Denis Plotnikov | 1 | -0/+7 |
2020-05-13 | qcow2: introduce compression type feature | Denis Plotnikov | 1 | -0/+113 |
2020-05-08 | block: Drop unused .bdrv_has_zero_init_truncate | Eric Blake | 1 | -1/+0 |
2020-05-08 | qcow2: Fix preallocation on block devices | Max Reitz | 1 | -2/+8 |
2020-05-08 | qcow2: Avoid integer wraparound in qcow2_co_truncate() | Alberto Garcia | 1 | -5/+7 |
2020-05-05 | qcow2: Tweak comment about bitmaps vs. resize | Eric Blake | 1 | -1/+1 |
2020-05-05 | qcow2: Allow resize of images with internal snapshots | Eric Blake | 1 | -3/+22 |