aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2017-04-28qcow2: Allow discard of final unaligned clusterEric Blake
2017-04-28block: Add .bdrv_truncate() error messagesMax Reitz
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf
2017-02-28block: Add permissions to blk_new()Kevin Wolf
2017-02-28block: Request child permissions in format driversKevin Wolf
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf
2017-02-24qcow2: Use BB for resizing in qcow2_amend_options()Kevin Wolf
2017-02-12qcow2: Optimize the refcount-block overlap checkAlberto Garcia
2016-12-06qcow2: Don't strand clusters near 2G intervals during commitEric Blake
2016-11-25qcow2: Allow 'cache-clean-interval' in Linux onlyAlberto Garcia
2016-11-22block: Return -ENOTSUP rather than assert on unaligned discardsEric Blake
2016-11-22qcow2: Inform block layer about discard boundariesEric Blake
2016-10-24qcow2: Support BDRV_REQ_MAY_UNMAPFam Zheng
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei
2016-09-13qcow2: avoid memcpy(dst, NULL, len)Stefan Hajnoczi
2016-09-05qcow2: fix iovec size at qcow2_co_pwritev_compressedPavel Butsykin
2016-09-05qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursionPavel Butsykin
2016-09-05qcow2: add qcow2_co_pwritev_compressedPavel Butsykin
2016-07-26qcow2: do not allocate extra memoryVladimir Sementsov-Ogievskiy
2016-07-20qcow2: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-05block/qcow2: Don't use cpu_to_*w()Peter Maydell
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_write() to BdrvChildKevin Wolf
2016-07-05block: Use bool as appropriate for BDS membersEric Blake
2016-07-05block: Move request_alignment into BlockLimitEric Blake
2016-07-05qcow2: Set request_alignment during .bdrv_refresh_limits()Eric Blake
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-06-16qcow2: Let vmstate call qcow2_co_preadv/pwrite directlyKevin Wolf
2016-06-16block: Make .bdrv_load_vmstate() vectoredKevin Wolf
2016-06-16block: drop support for using qcow[2] encryption with system emulatorsDaniel P. Berrange
2016-06-16qcow2: Implement .bdrv_co_pwritev()Kevin Wolf
2016-06-16qcow2: Implement .bdrv_co_preadv()Kevin Wolf
2016-06-08qcow2: avoid extra flushes in qcow2Denis V. Lunev
2016-06-08qcow2: Convert to bdrv_co_pwrite_zeroes()Eric Blake
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake
2016-06-08block: Track write zero limits in bytesEric Blake
2016-06-08qcow2: Catch more unaligned write_zero into zero clusterEric Blake
2016-06-08qcow2: add tracepoints for qcow2_co_write_zeroesDenis V. Lunev
2016-06-08qcow2: simplify logic in qcow2_co_write_zeroesDenis V. Lunev
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-19qcow2: Fix write_zeroes with partially allocated backing file clusterKevin Wolf
2016-05-19qcow2: fix condition in is_zero_clusterDenis V. Lunev