summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf1-2/+4
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf1-2/+8
2017-02-28block: Add permissions to blk_new()Kevin Wolf1-1/+1
2017-02-28block: Request child permissions in format driversKevin Wolf1-0/+1
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf1-3/+15
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf1-2/+2
2017-02-24qcow2: Use BB for resizing in qcow2_amend_options()Kevin Wolf1-1/+5
2017-02-12qcow2: Optimize the refcount-block overlap checkAlberto Garcia1-0/+1
2016-12-06qcow2: Don't strand clusters near 2G intervals during commitEric Blake1-1/+2
2016-11-25qcow2: Allow 'cache-clean-interval' in Linux onlyAlberto Garcia1-0/+8
2016-11-22block: Return -ENOTSUP rather than assert on unaligned discardsEric Blake1-0/+5
2016-11-22qcow2: Inform block layer about discard boundariesEric Blake1-0/+1
2016-10-24qcow2: Support BDRV_REQ_MAY_UNMAPFam Zheng1-1/+2
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei1-1/+2
2016-09-13qcow2: avoid memcpy(dst, NULL, len)Stefan Hajnoczi1-1/+4
2016-09-05qcow2: fix iovec size at qcow2_co_pwritev_compressedPavel Butsykin1-1/+1
2016-09-05qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursionPavel Butsykin1-17/+7
2016-09-05qcow2: add qcow2_co_pwritev_compressedPavel Butsykin1-74/+50
2016-07-26qcow2: do not allocate extra memoryVladimir Sementsov-Ogievskiy1-1/+1
2016-07-20qcow2: Switch .bdrv_co_discard() to byte-basedEric Blake1-5/+5
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-2/+2
2016-07-05block/qcow2: Don't use cpu_to_*w()Peter Maydell1-3/+3
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf1-3/+3
2016-07-05block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf1-2/+2
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf1-7/+7
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf1-8/+8
2016-07-05block: Convert bdrv_write() to BdrvChildKevin Wolf1-1/+46
2016-07-05block: Use bool as appropriate for BDS membersEric Blake1-1/+1
2016-07-05block: Move request_alignment into BlockLimitEric Blake1-1/+1
2016-07-05qcow2: Set request_alignment during .bdrv_refresh_limits()Eric Blake1-3/+4
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost1-3/+1
2016-06-16qcow2: Let vmstate call qcow2_co_preadv/pwrite directlyKevin Wolf1-20/+4
2016-06-16block: Make .bdrv_load_vmstate() vectoredKevin Wolf1-3/+3
2016-06-16block: drop support for using qcow[2] encryption with system emulatorsDaniel P. Berrange1-4/+10
2016-06-16qcow2: Implement .bdrv_co_pwritev()Kevin Wolf1-48/+41
2016-06-16qcow2: Implement .bdrv_co_preadv()Kevin Wolf1-49/+59
2016-06-08qcow2: avoid extra flushes in qcow2Denis V. Lunev1-2/+2
2016-06-08qcow2: Convert to bdrv_co_pwrite_zeroes()Eric Blake1-18/+19
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake1-5/+4
2016-06-08block: Track write zero limits in bytesEric Blake1-1/+1
2016-06-08qcow2: Catch more unaligned write_zero into zero clusterEric Blake1-24/+23
2016-06-08qcow2: add tracepoints for qcow2_co_write_zeroesDenis V. Lunev1-0/+5
2016-06-08qcow2: simplify logic in qcow2_co_write_zeroesDenis V. Lunev1-18/+5
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+2
2016-05-19qcow2: Fix write_zeroes with partially allocated backing file clusterKevin Wolf1-1/+2
2016-05-19qcow2: fix condition in is_zero_clusterDenis V. Lunev1-1/+1
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-12block: Drop superfluous invalidating bs->file from driversFam Zheng1-7/+0
2016-05-12qcow2: improve qcow2_co_write_zeroes()Denis V. Lunev1-6/+59
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake1-2/+2