summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell13-604/+378
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-19block: Propagate AioContext change to all childrenMax Reitz3-66/+0
2016-05-19block: Remove BlockDriverState.blkKevin Wolf2-10/+2
2016-05-19block: Don't return throttling info in query-named-block-nodesKevin Wolf1-3/+3
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf3-40/+75
2016-05-19block: Add bdrv_has_blk()Kevin Wolf1-0/+17
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf2-208/+0
2016-05-19blockjob: Don't touch BDS iostatusKevin Wolf4-66/+0
2016-05-19blockjob: Don't set iostatus of targetKevin Wolf3-10/+9
2016-05-19block: User BdrvChild callback for device nameKevin Wolf1-0/+6
2016-05-19block: Use BdrvChild callbacks for change_media/resizeKevin Wolf1-1/+14
2016-05-19block: Don't check throttled reqs in bdrv_requests_pending()Kevin Wolf1-7/+0
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf1-23/+14
2016-05-19block/io: Quiesce parents between drained_begin/endKevin Wolf1-0/+3
2016-05-19block: Drain throttling queue with BdrvChild callbackKevin Wolf2-26/+45
2016-05-19block: Introduce BdrvChild.opaqueKevin Wolf1-0/+2
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf4-50/+48
2016-05-19block: Move actual I/O throttling to BlockBackendKevin Wolf3-13/+12
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf4-78/+102
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf4-9/+9
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf2-68/+70
2016-05-19block: Introduce BlockBackendPublicKevin Wolf1-0/+17
2016-05-19block: Make sure throttled BDSes always have a BBKevin Wolf1-0/+3
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini17-0/+17
2016-05-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell27-856/+1051
2016-05-12quorum: implement bdrv_add_child() and bdrv_del_child()Wen Congyang1-2/+76
2016-05-12block: Drop superfluous invalidating bs->file from driversFam Zheng3-29/+0
2016-05-12nbd: Simplify client FUA handlingEric Blake3-27/+8
2016-05-12block: Honor BDRV_REQ_FUA during write_zeroesEric Blake4-3/+28
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake5-12/+15
2016-05-12qcow2: improve qcow2_co_write_zeroes()Denis V. Lunev1-6/+59
2016-05-12block: Kill unused sector-based blk_* functionsEric Blake1-51/+0
2016-05-12block: Introduce byte-based aio read/writeEric Blake1-1/+17
2016-05-12block: Switch blk_*write_zeroes() to byte interfaceEric Blake2-23/+13
2016-05-12block: Switch blk_read_unthrottled() to byte interfaceEric Blake1-4/+4
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake11-28/+31
2016-05-12Allow users to specify the vmdk virtual hardware version.Janne Karhunen1-4/+23
2016-05-12block: always compile-check debug printsZhou Jie2-7/+16
2016-05-12block: Remove BlockDriver.bdrv_read/writeKevin Wolf1-92/+0
2016-05-12vvfat: Implement .bdrv_co_preadv/pwritev interfacesKevin Wolf1-9/+46
2016-05-12vpc: Implement .bdrv_co_pwritev() interfaceKevin Wolf1-43/+43
2016-05-12vpc: Implement .bdrv_co_preadv() interfaceKevin Wolf1-37/+42
2016-05-12vmdk: Implement .bdrv_co_pwritev() interfaceKevin Wolf1-74/+135
2016-05-12vmdk: Implement .bdrv_co_preadv() interfaceKevin Wolf1-45/+53
2016-05-12vmdk: Add vmdk_find_offset_in_cluster()Kevin Wolf1-6/+17
2016-05-12vdi: Implement .bdrv_co_pwritev() interfaceKevin Wolf1-31/+41
2016-05-12vdi: Implement .bdrv_co_preadv() interfaceKevin Wolf1-23/+32
2016-05-12dmg: Implement .bdrv_co_preadv() interfaceKevin Wolf1-17/+23