summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2017-10-30nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy2-32/+459
2017-10-30nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy1-3/+5
2017-10-26qcow2: Always execute preallocate() in a coroutineMax Reitz1-7/+34
2017-10-26qcow2: Fix unaligned preallocated truncationMax Reitz1-0/+1
2017-10-26qcow2: Emit errp when truncating the image tailMax Reitz1-6/+7
2017-10-26qcow2: Use BDRV_SECTOR_BITS instead of its literal valueAlberto Garcia1-2/+2
2017-10-26qcow2: Reduce is_zero() roundingEric Blake1-9/+3
2017-10-26block: Reduce bdrv_aligned_preadv() roundingEric Blake1-6/+2
2017-10-26block: Align block status requestsEric Blake2-27/+57
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake3-77/+26
2017-10-26block: Switch bdrv_co_get_block_status_above() to byte-basedEric Blake1-44/+24
2017-10-26block: Switch bdrv_common_block_status_above() to byte-basedEric Blake1-31/+30
2017-10-26block: Switch BdrvCoGetBlockStatusData to byte-basedEric Blake1-18/+38
2017-10-26block: Switch bdrv_co_get_block_status() to byte-basedEric Blake1-43/+81
2017-10-26block: Convert bdrv_get_block_status() to bytesEric Blake2-14/+35
2017-10-26block: Switch bdrv_make_zero() to byte-basedEric Blake1-16/+16
2017-10-26qcow2: Switch is_zero_sectors() to byte-basedEric Blake1-14/+19
2017-10-26block: Make bdrv_round_to_clusters() signature more usefulEric Blake3-8/+7
2017-10-26block: Add flag to avoid wasted work in bdrv_is_allocated()Eric Blake1-16/+41
2017-10-26block: Allow NULL file for bdrv_get_block_status()Eric Blake3-30/+30
2017-10-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...Peter Maydell1-8/+10
2017-10-13block/throttle.c: add bdrv_co_drain_begin/end callbacksManos Pitsidianakis1-0/+18
2017-10-13block: rename bdrv_co_drain to bdrv_co_drain_beginManos Pitsidianakis2-5/+5
2017-10-13block: add bdrv_co_drain_end callbackManos Pitsidianakis1-14/+34
2017-10-12block/nbd-client: refactor nbd_co_receive_replyVladimir Sementsov-Ogievskiy1-4/+4
2017-10-12block/nbd-client: assert qiov len once in nbd_co_requestVladimir Sementsov-Ogievskiy1-4/+6
2017-10-09config: qemu_config_parse() return number of config groupsEduardo Habkost1-1/+0
2017-10-06block/mirror: check backing in bdrv_mirror_top_flushVladimir Sementsov-Ogievskiy1-0/+4
2017-10-06qcow2: truncate the tail of the image file after shrinking the imagePavel Butsykin3-0/+46
2017-10-06qcow2: fix return error code in qcow2_truncate()Pavel Butsykin1-2/+2
2017-10-06block/mirror: check backing in bdrv_mirror_top_refresh_filenameVladimir Sementsov-Ogievskiy1-0/+5
2017-10-06block: support passthrough of BDRV_REQ_FUA in crypto driverDaniel P. Berrange1-2/+5
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange4-19/+16
2017-10-06block: convert crypto driver to bdrv_co_preadv|pwritevDaniel P. Berrange1-52/+54
2017-10-06block: fix data type casting for crypto payload offsetDaniel P. Berrange1-4/+9
2017-10-06block: use 1 MB bounce buffers for crypto instead of 16KBDaniel P. Berrange1-13/+15
2017-10-06block: Perform copy-on-read in loopEric Blake1-38/+82
2017-10-06block: Add blkdebug hook for copy-on-readEric Blake1-0/+1
2017-10-06block: Uniform handling of 0-length bdrv_get_block_status()Eric Blake1-0/+4
2017-10-06commit: Remove overlay_bsKevin Wolf1-47/+15
2017-10-06commit: Support multiple roots above top nodeKevin Wolf1-1/+1
2017-10-06dirty-bitmap: Convert internal hbitmap size/granularityEric Blake1-44/+18
2017-10-06dirty-bitmap: Switch bdrv_set_dirty() to bytesEric Blake2-7/+6
2017-10-06qcow2: Switch store_bitmap_data() to byte-based iterationEric Blake1-15/+16
2017-10-06qcow2: Switch load_bitmap_data() to byte-based iterationEric Blake1-14/+8
2017-10-06qcow2: Switch qcow2_measure() to byte-based iterationEric Blake1-12/+10
2017-10-06mirror: Switch mirror_dirty_init() to byte-based iterationEric Blake1-24/+14
2017-10-06dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytesEric Blake2-16/+22
2017-10-06dirty-bitmap: Change bdrv_get_dirty_locked() to take bytesEric Blake2-6/+5
2017-10-06dirty-bitmap: Change bdrv_get_dirty_count() to report bytesEric Blake2-12/+8