aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-2/+4
2019-06-04block: avoid recursive block_status call if possibleVladimir Sementsov-Ogievskiy1-0/+11
2019-05-28qcow2: skip writing zero buffers to empty COW areasAnton Nefedov1-0/+85
2019-05-28qcow2: do encryption in threadsVladimir Sementsov-Ogievskiy1-15/+7
2019-05-28qcow2: bdrv_co_pwritev: move encryption code out of the lockVladimir Sementsov-Ogievskiy1-14/+21
2019-05-28qcow2: qcow2_co_preadv: improve lockingVladimir Sementsov-Ogievskiy1-10/+2
2019-05-28qcow2-threads: split out generic pathVladimir Sementsov-Ogievskiy1-1/+1
2019-05-28qcow2: add separate file for threaded data processing functionsVladimir Sementsov-Ogievskiy1-169/+0
2019-05-28qcow2.h: add missing includeVladimir Sementsov-Ogievskiy1-1/+0
2019-05-20qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZEAlberto Garcia1-1/+2
2019-05-10qcow2: Remove BDRVQcow2State.cluster_sectorsAlberto Garcia1-1/+0
2019-04-30block/qcow2: use buffer-based ioVladimir Sementsov-Ogievskiy1-7/+2
2019-04-30qcow2: Fix error handling in the compression codeAlberto Garcia1-9/+9
2019-04-30qcow2: Fix qcow2_make_empty() with external data fileKevin Wolf1-2/+5
2019-04-30qcow2: Fix full preallocation with external data fileKevin Wolf1-18/+23
2019-04-30qcow2: Add errp to preallocate_co()Kevin Wolf1-5/+6
2019-04-30qcow2: Avoid COW during metadata preallocationKevin Wolf1-1/+1
2019-04-16qcow2: Fix preallocation bdrv_pwrite to wrong fileKevin Wolf1-1/+2
2019-03-19qcow2: Fix data file error condition in qcow2_co_create()Kevin Wolf1-1/+1
2019-03-13Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell1-3/+1
2019-03-12block: Add a 'mutable_opts' field to BlockDriverAlberto Garcia1-0/+25
2019-03-12block/qcow2-bitmap: Allow resizes with persistent bitmapsJohn Snow1-3/+1
2019-03-08qcow2: Implement data-file-raw create optionKevin Wolf1-2/+54
2019-03-08qcow2: Store data file name in the imageKevin Wolf1-1/+93
2019-03-08qcow2: Creating images with external data fileKevin Wolf1-0/+26
2019-03-08qcow2: Add basic data-file infrastructureKevin Wolf1-2/+32
2019-03-08qcow2: External file I/OKevin Wolf1-11/+41
2019-03-08qcow2: Prepare qcow2_co_block_status() for data fileKevin Wolf1-2/+2
2019-03-08qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()Kevin Wolf1-11/+8
2019-03-08qcow2: Basic definitions for external data filesKevin Wolf1-0/+9
2019-03-08qcow2: Simplify preallocation codeKevin Wolf1-27/+1
2019-03-08qcow2: Default to 4KB for the qcow2 cache entry sizeAlberto Garcia1-0/+12
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-4/+85
2019-02-25qcow2: include LUKS payload overhead in qemu-img measureStefan Hajnoczi1-1/+71
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz1-0/+7
2019-02-25block: Add BDS.auto_backing_fileMax Reitz1-3/+7
2019-02-22block/qcow2: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy1-10/+2
2019-02-11qcow2: Add list of bitmaps to ImageInfoSpecificQCow2Andrey Shinkevich1-1/+10
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich1-2/+8
2019-02-01block: Fix hangs in synchronous APIs with iothreadsKevin Wolf1-0/+1
2018-12-14qcow2: do decompression in threadsVladimir Sementsov-Ogievskiy1-7/+27
2018-12-14qcow2: aio support for compressed cluster readVladimir Sementsov-Ogievskiy1-47/+49
2018-12-14qcow2: use byte-based read in qcow2_decompress_clusterVladimir Sementsov-Ogievskiy1-7/+12
2018-12-14qcow2: refactor decompress_bufferVladimir Sementsov-Ogievskiy1-21/+35
2018-12-14qcow2: move decompression from qcow2-cluster.c to qcow2.cVladimir Sementsov-Ogievskiy1-0/+71
2018-12-14qcow2: make more generic interface for qcow2_compressVladimir Sementsov-Ogievskiy1-12/+18
2018-12-14qcow2: use Z_OK instead of 0 for deflateInit2 return code checkVladimir Sementsov-Ogievskiy1-1/+1
2018-12-12crypto: support multiple threads accessing one QCryptoBlockVladimir Sementsov-Ogievskiy1-2/+2
2018-11-05qcow2: Get the request alignment for encrypted images from QCryptoBlockAlberto Garcia1-1/+1
2018-11-05block/qcow2: Don't take address of fields in packed structsPeter Maydell1-30/+34