aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-06qcow2: truncate the tail of the image file after shrinking the imagePavel Butsykin
2017-10-06qcow2: fix return error code in qcow2_truncate()Pavel Butsykin
2017-10-06iotests: Fix 195 if IMGFMT is part of TEST_DIRMax Reitz
2017-10-06block/mirror: check backing in bdrv_mirror_top_refresh_filenameVladimir Sementsov-Ogievskiy
2017-10-06block: support passthrough of BDRV_REQ_FUA in crypto driverDaniel P. Berrange
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange
2017-10-06block: convert crypto driver to bdrv_co_preadv|pwritevDaniel P. Berrange
2017-10-06block: fix data type casting for crypto payload offsetDaniel P. Berrange
2017-10-06crypto: expose encryption sector size in APIsDaniel P. Berrange
2017-10-06block: use 1 MB bounce buffers for crypto instead of 16KBDaniel P. Berrange
2017-10-06iotests: Add test 197 for covering copy-on-readEric Blake
2017-10-06block: Perform copy-on-read in loopEric Blake
2017-10-06block: Add blkdebug hook for copy-on-readEric Blake
2017-10-06iotests: Restore stty settings on completionEric Blake
2017-10-06block: Uniform handling of 0-length bdrv_get_block_status()Eric Blake
2017-10-06qemu-io: Add -C for opening with copy-on-readEric Blake
2017-10-06commit: Remove overlay_bsKevin Wolf
2017-10-06qemu-iotests: Test commit block job where top has two parentsKevin Wolf
2017-10-06qemu-iotests: Allow QMP pretty printing in common.qemuKevin Wolf
2017-10-06commit: Support multiple roots above top nodeKevin Wolf
2017-10-06block: Introduce BdrvChildRole.update_filenameKevin Wolf
2017-10-06qemu-iotests: merge "check" and "common"Paolo Bonzini
2017-10-06qemu-iotests: get rid of $iamPaolo Bonzini
2017-10-06qemu-iotests: fix uninitialized variablePaolo Bonzini
2017-10-06qemu-iotests: disintegrate more parts of common.configPaolo Bonzini
2017-10-06qemu-iotests: do not include common.rc in "check"Paolo Bonzini
2017-10-06qemu-iotests: limit non-_PROG-suffixed variables to common.rcPaolo Bonzini
2017-10-06qemu-iotests: cleanup and fix search for programsPaolo Bonzini
2017-10-06qemu-iotests: move "check" code out of common.rcPaolo Bonzini
2017-10-06qemu-iotests: get rid of AWK_PROGPaolo Bonzini
2017-10-06qemu-iotests: remove dead codePaolo Bonzini
2017-10-06hw/block/onenand: Remove dead code blockThomas Huth
2017-10-06dirty-bitmap: Convert internal hbitmap size/granularityEric Blake
2017-10-06dirty-bitmap: Switch bdrv_set_dirty() to bytesEric Blake
2017-10-06qcow2: Switch store_bitmap_data() to byte-based iterationEric Blake
2017-10-06qcow2: Switch load_bitmap_data() to byte-based iterationEric Blake
2017-10-06qcow2: Switch qcow2_measure() to byte-based iterationEric Blake
2017-10-06mirror: Switch mirror_dirty_init() to byte-based iterationEric Blake
2017-10-06dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytesEric Blake
2017-10-06dirty-bitmap: Change bdrv_get_dirty_locked() to take bytesEric Blake
2017-10-06dirty-bitmap: Change bdrv_get_dirty_count() to report bytesEric Blake
2017-10-06dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offsetEric Blake
2017-10-06dirty-bitmap: Set iterator start by offset, not sectorEric Blake
2017-10-06qcow2: Switch sectors_covered_by_bitmap_cluster() to byte-basedEric Blake
2017-10-06dirty-bitmap: Change bdrv_dirty_bitmap_*serialize*() to take bytesEric Blake
2017-10-06dirty-bitmap: Track bitmap size by bytesEric Blake
2017-10-06dirty-bitmap: Change bdrv_dirty_bitmap_size() to report bytesEric Blake
2017-10-06dirty-bitmap: Avoid size query failure during truncateEric Blake
2017-10-06dirty-bitmap: Drop unused functionsEric Blake
2017-10-06qcow2: Ensure bitmap serialization is alignedEric Blake