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