summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-12qcow2: Prevent backing file names longer than 1023Max Reitz1-0/+4
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf1-6/+3
2016-03-30block: move encryption deprecation warning into qcow codeDaniel P. Berrange1-0/+8
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-3/+3
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz1-3/+3
2016-03-17qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz1-19/+5
2016-03-14qcow2: Use BB functions in .bdrv_create()Kevin Wolf1-29/+33
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf1-1/+2
2016-02-02qcow2: Assign bs->file->bs to file in qcow2_co_get_block_statusFam Zheng1-0/+1
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng1-1/+1
2016-01-20qcow2: Make image inaccessible after failed qcow2_invalidate_cache()Kevin Wolf1-0/+3
2016-01-20qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache()Kevin Wolf1-1/+2
2016-01-20qcow2: Implement .bdrv_inactivateKevin Wolf1-17/+28
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf1-3/+3
2016-01-20qcow2: Write full header on image creationKevin Wolf1-0/+7
2016-01-20qcow2: Write feature table only for v3 imagesKevin Wolf1-23/+25
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster1-3/+2