summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2017-10-30nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy
2017-10-30nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy
2017-10-26qcow2: Always execute preallocate() in a coroutineMax Reitz
2017-10-26qcow2: Fix unaligned preallocated truncationMax Reitz
2017-10-26qcow2: Emit errp when truncating the image tailMax Reitz
2017-10-26qcow2: Use BDRV_SECTOR_BITS instead of its literal valueAlberto Garcia
2017-10-26qcow2: Reduce is_zero() roundingEric Blake
2017-10-26block: Reduce bdrv_aligned_preadv() roundingEric Blake
2017-10-26block: Align block status requestsEric Blake
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake
2017-10-26block: Switch bdrv_co_get_block_status_above() to byte-basedEric Blake
2017-10-26block: Switch bdrv_common_block_status_above() to byte-basedEric Blake
2017-10-26block: Switch BdrvCoGetBlockStatusData to byte-basedEric Blake
2017-10-26block: Switch bdrv_co_get_block_status() to byte-basedEric Blake
2017-10-26block: Convert bdrv_get_block_status() to bytesEric Blake
2017-10-26block: Switch bdrv_make_zero() to byte-basedEric Blake
2017-10-26qcow2: Switch is_zero_sectors() to byte-basedEric Blake
2017-10-26block: Make bdrv_round_to_clusters() signature more usefulEric Blake
2017-10-26block: Add flag to avoid wasted work in bdrv_is_allocated()Eric Blake
2017-10-26block: Allow NULL file for bdrv_get_block_status()Eric Blake
2017-10-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...Peter Maydell
2017-10-13block/throttle.c: add bdrv_co_drain_begin/end callbacksManos Pitsidianakis
2017-10-13block: rename bdrv_co_drain to bdrv_co_drain_beginManos Pitsidianakis
2017-10-13block: add bdrv_co_drain_end callbackManos Pitsidianakis
2017-10-12block/nbd-client: refactor nbd_co_receive_replyVladimir Sementsov-Ogievskiy
2017-10-12block/nbd-client: assert qiov len once in nbd_co_requestVladimir Sementsov-Ogievskiy
2017-10-09config: qemu_config_parse() return number of config groupsEduardo Habkost
2017-10-06block/mirror: check backing in bdrv_mirror_top_flushVladimir Sementsov-Ogievskiy
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-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-06block: use 1 MB bounce buffers for crypto instead of 16KBDaniel P. Berrange
2017-10-06block: Perform copy-on-read in loopEric Blake
2017-10-06block: Add blkdebug hook for copy-on-readEric Blake
2017-10-06block: Uniform handling of 0-length bdrv_get_block_status()Eric Blake
2017-10-06commit: Remove overlay_bsKevin Wolf
2017-10-06commit: Support multiple roots above top nodeKevin Wolf
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