summaryrefslogtreecommitdiffstats
path: root/block/qcow2.c
Commit message (Expand)AuthorAgeFilesLines
* block/qcow2: do free crypto_opts in qcow2_close()Pan Nengyuan2020-03-111-0/+1
* luks: extract qcrypto_block_calculate_payload_offset()Stefan Hajnoczi2020-03-111-55/+19Star
* block/qcow2: Move bitmap reopen into bdrv_reopen_commit_postPeter Krempa2020-03-061-1/+6
* block: always fill entire LUKS header space with zerosDaniel P. Berrangé2020-02-201-4/+7
* qcow2: Fix alignment checks in encrypted imagesAlberto Garcia2020-02-181-2/+0Star
* qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded valueAlberto Garcia2020-02-061-3/+5
* qcow2: Don't require aligned offsets in qcow2_co_copy_range_from()Alberto Garcia2020-02-061-4/+0Star
* qcow2: Tighten cluster_offset alignment assertionsAlberto Garcia2020-02-061-6/+3Star
* qcow2: Don't round the L1 table allocation up to the sector sizeAlberto Garcia2020-02-061-1/+1
* qcow2: Use a GString in report_unsupported_feature()Alberto Garcia2020-02-061-12/+11Star
* qcow2: Allow writing compressed data of multiple clustersAndrey Shinkevich2020-01-061-27/+75
* qcow2: Move error check of local_err near its assignmentTuguoyi2019-12-191-5/+5
* qcow2: Use offset_into_cluster()Alberto Garcia2019-12-181-5/+3Star
* qcow2: Declare BDRV_REQ_NO_FALLBACK supportedKevin Wolf2019-12-181-1/+2
* block: Pass truncate exact=true where reasonableMax Reitz2019-10-281-1/+5
* block: Let format drivers pass @exactMax Reitz2019-10-281-1/+14
* block: Add @exact parameter to bdrv_co_truncate()Max Reitz2019-10-281-10/+12
* block: Do not truncate file node when formattingMax Reitz2019-10-281-6/+0Star
* qcow2: Add qcow2_check_fix_snapshot_table()Max Reitz2019-10-281-1/+8
* qcow2: Separate qcow2_check_read_snapshot_table()Max Reitz2019-10-281-18/+58
* qcow2: Write v3-compliant snapshot list on upgradeMax Reitz2019-10-281-2/+30
* qcow2: Put qcow2_upgrade() into its own functionMax Reitz2019-10-281-5/+38
* qcow2: Add Error ** to qcow2_read_snapshots()Max Reitz2019-10-281-2/+1Star
* qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()Kevin Wolf2019-10-251-1/+2
* qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commitVladimir Sementsov-Ogievskiy2019-10-171-1/+14
* block/qcow2-bitmap: do not remove bitmaps on reopen-roVladimir Sementsov-Ogievskiy2019-10-171-1/+1
* block/qcow2: proper locking on bitmap add/remove pathsVladimir Sementsov-Ogievskiy2019-10-171-2/+3
* 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