aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.h
AgeCommit message (Expand)Author
2019-06-04block: avoid recursive block_status call if possibleVladimir Sementsov-Ogievskiy
2019-05-28qcow2: skip writing zero buffers to empty COW areasAnton Nefedov
2019-05-28qcow2: do encryption in threadsVladimir Sementsov-Ogievskiy
2019-05-28qcow2-threads: split out generic pathVladimir Sementsov-Ogievskiy
2019-05-28qcow2: add separate file for threaded data processing functionsVladimir Sementsov-Ogievskiy
2019-05-28qcow2.h: add missing includeVladimir Sementsov-Ogievskiy
2019-05-20qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZEAlberto Garcia
2019-05-10qcow2: Remove BDRVQcow2State.cluster_sectorsAlberto Garcia
2019-03-12block/qcow2-bitmap: Allow resizes with persistent bitmapsJohn Snow
2019-03-08qcow2: Implement data-file-raw create optionKevin Wolf
2019-03-08qcow2: Store data file name in the imageKevin Wolf
2019-03-08qcow2: Add basic data-file infrastructureKevin Wolf
2019-03-08qcow2: External file I/OKevin Wolf
2019-03-08qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()Kevin Wolf
2019-03-08qcow2: Don't assume 0 is an invalid cluster offsetKevin Wolf
2019-03-08qcow2: Prepare qcow2_get_cluster_type() for external data fileKevin Wolf
2019-03-08qcow2: Pass bs to qcow2_get_cluster_type()Kevin Wolf
2019-03-08qcow2: Basic definitions for external data filesKevin Wolf
2019-02-11qcow2: Add list of bitmaps to ImageInfoSpecificQCow2Andrey Shinkevich
2019-02-01block: Eliminate the S_1KiB, S_2KiB, ... macrosMarkus Armbruster
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2018-12-14qcow2: aio support for compressed cluster readVladimir Sementsov-Ogievskiy
2018-11-19qcow2: Don't allow overflow during cluster allocationEric Blake
2018-10-29bloc/qcow2: drop dirty_bitmaps_loaded state variableVladimir Sementsov-Ogievskiy
2018-10-01qcow2: Set the default cache-clean-interval to 10 minutesLeonid Bloch
2018-10-01qcow2: Increase the default upper limit on the L2 cache sizeLeonid Bloch
2018-10-01qcow2: Assign the L2 cache relatively to the image sizeLeonid Bloch
2018-10-01qcow2: Make sizes more humanly readableLeonid Bloch
2018-07-09qcow2: add overlap check for bitmap directoryVladimir Sementsov-Ogievskiy
2018-07-05qcow2: add compress threadsVladimir Sementsov-Ogievskiy
2018-06-29qcow2: Free allocated clusters on write errorKevin Wolf
2018-05-15qcow2: Give the refcount cache the minimum possible size by defaultAlberto Garcia
2018-04-16qcow2: try load bitmaps only onceVladimir Sementsov-Ogievskiy
2018-03-26qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint()Vladimir Sementsov-Ogievskiy
2018-03-09qcow2: Generalize validate_table_offset() into qcow2_validate_table()Alberto Garcia
2018-03-09qcow2: introduce qcow2_write_caches and qcow2_flush_cachesPaolo Bonzini
2018-03-02qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia
2018-02-13qcow2: Allow configuring the L2 slice sizeAlberto Garcia
2018-02-13qcow2: Add offset_to_l2_slice_index()Alberto Garcia
2018-02-13qcow2: Add l2_slice_size field to BDRVQcow2StateAlberto Garcia
2018-02-13qcow2: Add offset_to_l1_index()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_is_table_offset()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_discard()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_clean_unused()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_destroy()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_put()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()Alberto Garcia
2018-02-13block: maintain persistent disabled bitmapsVladimir Sementsov-Ogievskiy
2017-12-22qcow2: get rid of qcow2_backing_read1 routineEdgar Kaziakhmedov
2017-11-17qcow2: Add bounds check to get_refblock_offset()Max Reitz