aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-17block/qcow2-bitmap: do not remove bitmaps on reopen-roVladimir Sementsov-Ogievskiy1-1/+2
2019-10-17block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint()Vladimir Sementsov-Ogievskiy1-2/+0
2019-10-17block/qcow2: proper locking on bitmap add/remove pathsVladimir Sementsov-Ogievskiy1-5/+6
2019-10-17block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy1-3/+2
2019-10-10block/qcow2: introduce parallel subrequest handling in read and writeVladimir Sementsov-Ogievskiy1-0/+3
2019-09-16block/qcow2: refactor encryption codeMaxim Levitsky1-4/+4
2019-08-27block/qcow2: implement .bdrv_co_pwritev(_compressed)_partVladimir Sementsov-Ogievskiy1-0/+1
2019-06-04block: avoid recursive block_status call if possibleVladimir Sementsov-Ogievskiy1-0/+4
2019-05-28qcow2: skip writing zero buffers to empty COW areasAnton Nefedov1-0/+6
2019-05-28qcow2: do encryption in threadsVladimir Sementsov-Ogievskiy1-0/+8
2019-05-28qcow2-threads: split out generic pathVladimir Sementsov-Ogievskiy1-2/+2
2019-05-28qcow2: add separate file for threaded data processing functionsVladimir Sementsov-Ogievskiy1-0/+7
2019-05-28qcow2.h: add missing includeVladimir Sementsov-Ogievskiy1-0/+1
2019-05-20qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZEAlberto Garcia1-0/+4
2019-05-10qcow2: Remove BDRVQcow2State.cluster_sectorsAlberto Garcia1-1/+0
2019-03-12block/qcow2-bitmap: Allow resizes with persistent bitmapsJohn Snow1-0/+1
2019-03-08qcow2: Implement data-file-raw create optionKevin Wolf1-1/+8
2019-03-08qcow2: Store data file name in the imageKevin Wolf1-0/+1
2019-03-08qcow2: Add basic data-file infrastructureKevin Wolf1-1/+3
2019-03-08qcow2: External file I/OKevin Wolf1-1/+1
2019-03-08qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()Kevin Wolf1-3/+4
2019-03-08qcow2: Don't assume 0 is an invalid cluster offsetKevin Wolf1-0/+2
2019-03-08qcow2: Prepare qcow2_get_cluster_type() for external data fileKevin Wolf1-1/+9
2019-03-08qcow2: Pass bs to qcow2_get_cluster_type()Kevin Wolf1-1/+2
2019-03-08qcow2: Basic definitions for external data filesKevin Wolf1-10/+22
2019-02-11qcow2: Add list of bitmaps to ImageInfoSpecificQCow2Andrey Shinkevich1-0/+2
2019-02-01block: Eliminate the S_1KiB, S_2KiB, ... macrosMarkus Armbruster1-5/+5
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+4
2018-12-14qcow2: aio support for compressed cluster readVladimir Sementsov-Ogievskiy1-4/+0
2018-11-19qcow2: Don't allow overflow during cluster allocationEric Blake1-0/+6
2018-10-29bloc/qcow2: drop dirty_bitmaps_loaded state variableVladimir Sementsov-Ogievskiy1-1/+0
2018-10-01qcow2: Set the default cache-clean-interval to 10 minutesLeonid Bloch1-1/+3
2018-10-01qcow2: Increase the default upper limit on the L2 cache sizeLeonid Bloch1-1/+5
2018-10-01qcow2: Assign the L2 cache relatively to the image sizeLeonid Bloch1-3/+1
2018-10-01qcow2: Make sizes more humanly readableLeonid Bloch1-4/+5
2018-07-09qcow2: add overlap check for bitmap directoryVladimir Sementsov-Ogievskiy1-21/+24
2018-07-05qcow2: add compress threadsVladimir Sementsov-Ogievskiy1-0/+3
2018-06-29qcow2: Free allocated clusters on write errorKevin Wolf1-0/+1
2018-05-15qcow2: Give the refcount cache the minimum possible size by defaultAlberto Garcia1-4/+0
2018-04-16qcow2: try load bitmaps only onceVladimir Sementsov-Ogievskiy1-0/+1
2018-03-26qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint()Vladimir Sementsov-Ogievskiy1-0/+2
2018-03-09qcow2: Generalize validate_table_offset() into qcow2_validate_table()Alberto Garcia1-5/+5
2018-03-09qcow2: introduce qcow2_write_caches and qcow2_flush_cachesPaolo Bonzini1-0/+2
2018-03-02qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia1-6/+0
2018-02-13qcow2: Allow configuring the L2 slice sizeAlberto Garcia1-2/+4
2018-02-13qcow2: Add offset_to_l2_slice_index()Alberto Garcia1-0/+5
2018-02-13qcow2: Add l2_slice_size field to BDRVQcow2StateAlberto Garcia1-0/+1
2018-02-13qcow2: Add offset_to_l1_index()Alberto Garcia1-0/+5
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_is_table_offset()Alberto Garcia1-2/+1
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_discard()Alberto Garcia1-1/+1