summaryrefslogtreecommitdiffstats
path: root/block/qcow2.c
Commit message (Expand)AuthorAgeFilesLines
* block: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy2020-07-061-1/+0Star
* block/qcow2: implement blockdev-amendMaxim Levitsky2020-07-061-0/+39
* block/qcow2: extend qemu-img amend interface with crypto optionsMaxim Levitsky2020-07-061-9/+62
* block/amend: refactor qcow2 amend optionsMaxim Levitsky2020-07-061-100/+38Star
* block/amend: separate amend and create options for qemu-imgMaxim Levitsky2020-07-061-79/+94
* block/amend: add 'force' optionMaxim Levitsky2020-07-061-0/+1
* qcow2: Fix preallocation on images with unaligned sizesAlberto Garcia2020-07-061-3/+14
* qcow2: Expose bitmaps' size during measureEric Blake2020-05-281-3/+11
* block: Make it easier to learn which BDS support bitmapsEric Blake2020-05-191-0/+2
* block: Use bdrv_default_perms()Max Reitz2020-05-181-1/+1
* block: Make format drivers use child_of_bdsMax Reitz2020-05-181-6/+13
* block: Add BdrvChildRole to BdrvChildMax Reitz2020-05-181-3/+3
* block: Add BlockDriver.is_formatMax Reitz2020-05-181-0/+1
* qcow2: add zstd cluster compressionDenis Plotnikov2020-05-131-0/+7
* qcow2: introduce compression type featureDenis Plotnikov2020-05-131-0/+113
* block: Drop unused .bdrv_has_zero_init_truncateEric Blake2020-05-081-1/+0Star
* qcow2: Fix preallocation on block devicesMax Reitz2020-05-081-2/+8
* qcow2: Avoid integer wraparound in qcow2_co_truncate()Alberto Garcia2020-05-081-5/+7
* qcow2: Tweak comment about bitmaps vs. resizeEric Blake2020-05-051-1/+1
* qcow2: Allow resize of images with internal snapshotsEric Blake2020-05-051-3/+22
* block: Add blk_new_with_bs() helperEric Blake2020-05-051-10/+8Star
* qcow2: Forward ZERO_WRITE flag for full preallocationKevin Wolf2020-04-301-3/+19
* qcow2: Support BDRV_REQ_ZERO_WRITE for truncateKevin Wolf2020-04-301-0/+34
* block-backend: Add flags to blk_truncate()Kevin Wolf2020-04-301-2/+2
* block: Add flags to bdrv(_co)_truncate()Kevin Wolf2020-04-301-6/+9
* block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf2020-04-301-1/+1
* qcow2: Check request size in qcow2_co_pwritev_compressed_part()Alberto Garcia2020-04-071-0/+5
* qcow2: Forbid discard in qcow2 v2 images with backing filesAlberto Garcia2020-04-071-0/+6
* qcow2: Avoid feature name extension on small cluster sizeEric Blake2020-03-261-2/+9
* qcow2: List autoclear bit names in headerEric Blake2020-03-261-1/+11
* qcow2: Comment typo fixesEric Blake2020-03-261-3/+3
* block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky2020-03-261-1/+3
* block/qcow2: zero data_file child after freeVladimir Sementsov-Ogievskiy2020-03-241-0/+2
* block: Avoid memleak on qcow2 image info failureEric Blake2020-03-241-0/+1
* 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