summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2022-05-04qcow2: Do not reopen data_file in invalidate_cacheHanna Reitz
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-02-01qcow2: simple case support for downgrading of qcow2 images with zstdVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in copy_range driver handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy
2021-09-29qcow2: check request on vmstate save/load pathVladimir Sementsov-Ogievskiy
2021-09-15qcow2: introduce qcow2_parse_compressed_l2_entry() helperVladimir Sementsov-Ogievskiy
2021-09-15qcow2: compressed read: simplify cluster descriptor passingVladimir Sementsov-Ogievskiy
2021-07-09qcow2: Fix dangling pointer after reopen for 'file'Kevin Wolf
2021-07-09qcow2: Prohibit backing file changes in 'qemu-img amend'Eric Blake
2021-06-02block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy
2021-05-18qcow2: set bdi->is_dirtyVladimir Sementsov-Ogievskiy
2021-03-30qcow2: Force preallocation with data-file-rawMax Reitz
2021-03-29qcow2: use external virtual timersPavel Dovgalyuk
2021-03-08block/qcow2: refactor qcow2_update_options_prepare error pathsVladimir Sementsov-Ogievskiy
2021-03-08block/qcow2: simplify qcow2_co_invalidate_cache()Vladimir Sementsov-Ogievskiy
2021-03-08block/qcow2: read_cache_sizes: return status valueVladimir Sementsov-Ogievskiy
2021-03-08block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interfaceVladimir Sementsov-Ogievskiy
2021-03-08block/qcow2: qcow2_get_specific_info(): drop error propagationVladimir Sementsov-Ogievskiy
2021-03-08block: check return value of bdrv_open_child and drop error propagationVladimir Sementsov-Ogievskiy
2021-02-15block: qcow2: remove the created file on initialization errorMaxim Levitsky
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-11-09block: Fix some code style problems, "foo* bar" should be "foo *bar"shiliyang
2020-11-09qcow2: Document and enforce the QCowL2Meta invariantsAlberto Garcia
2020-10-27qcow2: Skip copy-on-write when allocating a zero clusterAlberto Garcia
2020-10-23block/io: fix bdrv_co_block_status_aboveVladimir Sementsov-Ogievskiy
2020-09-15qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()Alberto Garcia
2020-09-15qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia
2020-09-15qcow2: Return the original error code in qcow2_co_pwrite_zeroes()Alberto Garcia
2020-09-15qcow2: Handle QCowL2Meta on error in preallocate_co()Alberto Garcia
2020-09-15qcow2: Don't check nb_clusters when removing l2meta from the listAlberto Garcia
2020-09-15qcow2: Use macros for the L1, refcount and bitmap table entry sizesAlberto Garcia
2020-08-25qcow2: Allow preallocation and backing files if extended_l2 is setAlberto Garcia
2020-08-25qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia
2020-08-25qcow2: Add prealloc field to QCowL2MetaAlberto Garcia
2020-08-25qcow2: Add subcluster support to qcow2_measure()Alberto Garcia
2020-08-25qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()Alberto Garcia
2020-08-25qcow2: Add subcluster support to handle_alloc_space()Alberto Garcia
2020-08-25qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOCAlberto Garcia
2020-08-25qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*Alberto Garcia
2020-08-25qcow2: Add cluster type parameter to qcow2_get_host_offset()Alberto Garcia
2020-08-25qcow2: Add l2_entry_size()Alberto Garcia
2020-08-25qcow2: Add subcluster-related fields to BDRVQcow2StateAlberto Garcia
2020-08-25qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()Alberto Garcia
2020-08-25qcow2: Make Qcow2AioTask store the full host offsetAlberto Garcia
2020-07-27qcow2: Fix capitalization of header extension constant.Andrey Shinkevich
2020-07-14block: Add support to warn on backing file change without formatEric Blake