summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2020-05-28qcow2: Expose bitmaps' size during measureEric Blake
2020-05-19block: Make it easier to learn which BDS support bitmapsEric Blake
2020-05-18block: Use bdrv_default_perms()Max Reitz
2020-05-18block: Make format drivers use child_of_bdsMax Reitz
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz
2020-05-18block: Add BlockDriver.is_formatMax Reitz
2020-05-13qcow2: add zstd cluster compressionDenis Plotnikov
2020-05-13qcow2: introduce compression type featureDenis Plotnikov
2020-05-08block: Drop unused .bdrv_has_zero_init_truncateEric Blake
2020-05-08qcow2: Fix preallocation on block devicesMax Reitz
2020-05-08qcow2: Avoid integer wraparound in qcow2_co_truncate()Alberto Garcia
2020-05-05qcow2: Tweak comment about bitmaps vs. resizeEric Blake
2020-05-05qcow2: Allow resize of images with internal snapshotsEric Blake
2020-05-05block: Add blk_new_with_bs() helperEric Blake
2020-04-30qcow2: Forward ZERO_WRITE flag for full preallocationKevin Wolf
2020-04-30qcow2: Support BDRV_REQ_ZERO_WRITE for truncateKevin Wolf
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf
2020-04-30block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf
2020-04-07qcow2: Check request size in qcow2_co_pwritev_compressed_part()Alberto Garcia
2020-04-07qcow2: Forbid discard in qcow2 v2 images with backing filesAlberto Garcia
2020-03-26qcow2: Avoid feature name extension on small cluster sizeEric Blake
2020-03-26qcow2: List autoclear bit names in headerEric Blake
2020-03-26qcow2: Comment typo fixesEric Blake
2020-03-26block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky
2020-03-24block/qcow2: zero data_file child after freeVladimir Sementsov-Ogievskiy
2020-03-24block: Avoid memleak on qcow2 image info failureEric Blake
2020-03-11block/qcow2: do free crypto_opts in qcow2_close()Pan Nengyuan
2020-03-11luks: extract qcrypto_block_calculate_payload_offset()Stefan Hajnoczi
2020-03-06block/qcow2: Move bitmap reopen into bdrv_reopen_commit_postPeter Krempa
2020-02-20block: always fill entire LUKS header space with zerosDaniel P. Berrangé
2020-02-18qcow2: Fix alignment checks in encrypted imagesAlberto Garcia
2020-02-06qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded valueAlberto Garcia
2020-02-06qcow2: Don't require aligned offsets in qcow2_co_copy_range_from()Alberto Garcia
2020-02-06qcow2: Tighten cluster_offset alignment assertionsAlberto Garcia
2020-02-06qcow2: Don't round the L1 table allocation up to the sector sizeAlberto Garcia
2020-02-06qcow2: Use a GString in report_unsupported_feature()Alberto Garcia
2020-01-06qcow2: Allow writing compressed data of multiple clustersAndrey Shinkevich
2019-12-19qcow2: Move error check of local_err near its assignmentTuguoyi
2019-12-18qcow2: Use offset_into_cluster()Alberto Garcia
2019-12-18qcow2: Declare BDRV_REQ_NO_FALLBACK supportedKevin Wolf
2019-10-28block: Pass truncate exact=true where reasonableMax Reitz
2019-10-28block: Let format drivers pass @exactMax Reitz
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz
2019-10-28block: Do not truncate file node when formattingMax Reitz
2019-10-28qcow2: Add qcow2_check_fix_snapshot_table()Max Reitz
2019-10-28qcow2: Separate qcow2_check_read_snapshot_table()Max Reitz
2019-10-28qcow2: Write v3-compliant snapshot list on upgradeMax Reitz
2019-10-28qcow2: Put qcow2_upgrade() into its own functionMax Reitz
2019-10-28qcow2: Add Error ** to qcow2_read_snapshots()Max Reitz