summaryrefslogtreecommitdiffstats
path: root/block/qcow2.c
Commit message (Expand)AuthorAgeFilesLines
* block/qcow2: introduce parallel subrequest handling in read and writeVladimir Sementsov-Ogievskiy2019-10-101-12/+113
* block/qcow2: refactor qcow2_co_pwritev_partVladimir Sementsov-Ogievskiy2019-10-101-64/+90
* block/qcow2: refactor qcow2_co_preadv_partVladimir Sementsov-Ogievskiy2019-10-101-96/+113
* block/qcow2: refactor encryption codeMaxim Levitsky2019-09-161-2/+3
* block: Use QEMU_IS_ALIGNEDNir Soffer2019-09-161-2/+2
* qcow2: Fix the calculation of the maximum L2 cache sizeAlberto Garcia2019-09-101-1/+5
* block/qcow2: implement .bdrv_co_pwritev(_compressed)_partVladimir Sementsov-Ogievskiy2019-08-271-30/+30
* block/qcow2: implement .bdrv_co_preadv_partVladimir Sementsov-Ogievskiy2019-08-271-27/+22Star
* block/qcow2: refactor qcow2_co_preadv to use buffer-based ioVladimir Sementsov-Ogievskiy2019-08-271-12/+16
* qcow2: Fix .bdrv_has_zero_init()Max Reitz2019-08-191-1/+28
* block: Implement .bdrv_has_zero_init_truncate()Max Reitz2019-08-191-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* qcow2: Allow -o compat=v3 during qemu-img amendEric Blake2019-07-081-3/+3
* block: include base when checking image chain for block allocationAndrey Shinkevich2019-07-021-1/+2
* 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