summaryrefslogtreecommitdiffstats
path: root/block/qcow2.h
Commit message (Expand)AuthorAgeFilesLines
* qcow2: manually add more coroutine_fn annotationsPaolo Bonzini2022-10-271-9/+9
* block: add missing coroutine_fn annotation to BlockDriverState callbacksAlberto Faria2022-10-271-7/+7
* qcow2: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-7/+8
* qcow2: remove incorrect coroutine_fn annotationsPaolo Bonzini2022-10-071-2/+2
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* qcow2-refcount: check_refblocks(): add separate message for reservedVladimir Sementsov-Ogievskiy2021-09-151-0/+1
* qcow2-refcount: check_refcounts_l1(): check reserved bitsVladimir Sementsov-Ogievskiy2021-09-151-0/+1
* qcow2-refcount: check_refcounts_l2(): check reserved bitsVladimir Sementsov-Ogievskiy2021-09-151-0/+1
* qcow2: introduce qcow2_parse_compressed_l2_entry() helperVladimir Sementsov-Ogievskiy2021-09-151-1/+2
* qcow2: compressed read: simplify cluster descriptor passingVladimir Sementsov-Ogievskiy2021-09-151-1/+0Star
* block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmapsVladimir Sementsov-Ogievskiy2021-03-081-1/+1
* block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interfaceVladimir Sementsov-Ogievskiy2021-03-081-1/+2
* block/qcow2: qcow2_get_specific_info(): drop error propagationVladimir Sementsov-Ogievskiy2021-03-081-2/+2
* block: Fix some code style problems, "foo* bar" should be "foo *bar"shiliyang2020-11-091-3/+3
* qcow2: Document and enforce the QCowL2Meta invariantsAlberto Garcia2020-11-091-8/+11
* qcow2: introduce icount field for snapshotsPavel Dovgalyuk2020-10-061-0/+3
* qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()Alberto Garcia2020-09-151-3/+3
* qcow2: Make qcow2_free_any_clusters() free only one clusterAlberto Garcia2020-09-151-2/+2
* qcow2: Use macros for the L1, refcount and bitmap table entry sizesAlberto Garcia2020-09-151-0/+6
* qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia2020-08-251-3/+5
* qcow2: Add prealloc field to QCowL2MetaAlberto Garcia2020-08-251-0/+8
* qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()Alberto Garcia2020-08-251-2/+2
* qcow2: Add subcluster support to qcow2_get_host_offset()Alberto Garcia2020-08-251-24/+14Star
* qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*Alberto Garcia2020-08-251-1/+1
* qcow2: Add cluster type parameter to qcow2_get_host_offset()Alberto Garcia2020-08-251-1/+2
* qcow2: Add qcow2_cluster_is_allocated()Alberto Garcia2020-08-251-0/+6
* qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()Alberto Garcia2020-08-251-1/+125
* qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()Alberto Garcia2020-08-251-0/+21
* qcow2: Add l2_entry_size()Alberto Garcia2020-08-251-0/+9
* qcow2: Add offset_into_subcluster() and size_to_subclusters()Alberto Garcia2020-08-251-0/+10
* qcow2: Add offset_to_sc_index()Alberto Garcia2020-08-251-0/+5
* qcow2: Add subcluster-related fields to BDRVQcow2StateAlberto Garcia2020-08-251-0/+5
* qcow2: Add dummy has_subclusters() functionAlberto Garcia2020-08-251-0/+6
* qcow2: Add get_l2_entry() and set_l2_entry()Alberto Garcia2020-08-251-0/+12
* qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()Alberto Garcia2020-08-251-2/+2
* qcow2: Expose bitmaps' size during measureEric Blake2020-05-281-0/+2
* block: Make it easier to learn which BDS support bitmapsEric Blake2020-05-191-0/+1
* qcow2: introduce compression type featureDenis Plotnikov2020-05-131-1/+19
* qcow2: Remove unused fields from BDRVQcow2StateKevin Wolf2020-03-271-3/+0Star
* qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASKMax Reitz2019-11-071-1/+1
* qcow2: Add qcow2_check_fix_snapshot_table()Max Reitz2019-10-281-0/+3
* qcow2: Separate qcow2_check_read_snapshot_table()Max Reitz2019-10-281-0/+4
* qcow2: Make qcow2_write_snapshots() publicMax Reitz2019-10-281-0/+1
* qcow2: Keep unknown extra snapshot dataMax Reitz2019-10-281-0/+7
* qcow2: Add Error ** to qcow2_read_snapshots()Max Reitz2019-10-281-1/+1
* block/qcow2-bitmap: do not remove bitmaps on reopen-roVladimir Sementsov-Ogievskiy2019-10-171-1/+2
* block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint()Vladimir Sementsov-Ogievskiy2019-10-171-2/+0Star
* block/qcow2: proper locking on bitmap add/remove pathsVladimir Sementsov-Ogievskiy2019-10-171-5/+6
* block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy2019-10-171-3/+2Star
* block/qcow2: introduce parallel subrequest handling in read and writeVladimir Sementsov-Ogievskiy2019-10-101-0/+3