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