aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-05-23iscsi: pass SCSI status back for SG_IOVadim Rozenfeld
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-19qcow2: Fix write_zeroes with partially allocated backing file clusterKevin Wolf
2016-05-19qcow2: fix condition in is_zero_clusterDenis V. Lunev
2016-05-19block: Propagate AioContext change to all childrenMax Reitz
2016-05-19block: Remove BlockDriverState.blkKevin Wolf
2016-05-19block: Don't return throttling info in query-named-block-nodesKevin Wolf
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf
2016-05-19block: Add bdrv_has_blk()Kevin Wolf
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf
2016-05-19blockjob: Don't touch BDS iostatusKevin Wolf
2016-05-19blockjob: Don't set iostatus of targetKevin Wolf
2016-05-19block: User BdrvChild callback for device nameKevin Wolf
2016-05-19block: Use BdrvChild callbacks for change_media/resizeKevin Wolf
2016-05-19block: Don't check throttled reqs in bdrv_requests_pending()Kevin Wolf
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf
2016-05-19block/io: Quiesce parents between drained_begin/endKevin Wolf
2016-05-19block: Drain throttling queue with BdrvChild callbackKevin Wolf
2016-05-19block: Introduce BdrvChild.opaqueKevin Wolf
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf
2016-05-19block: Move actual I/O throttling to BlockBackendKevin Wolf
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf
2016-05-19block: Introduce BlockBackendPublicKevin Wolf
2016-05-19block: Make sure throttled BDSes always have a BBKevin Wolf
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-05-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-12quorum: implement bdrv_add_child() and bdrv_del_child()Wen Congyang
2016-05-12block: Drop superfluous invalidating bs->file from driversFam Zheng
2016-05-12nbd: Simplify client FUA handlingEric Blake
2016-05-12block: Honor BDRV_REQ_FUA during write_zeroesEric Blake
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake
2016-05-12qcow2: improve qcow2_co_write_zeroes()Denis V. Lunev
2016-05-12block: Kill unused sector-based blk_* functionsEric Blake
2016-05-12block: Introduce byte-based aio read/writeEric Blake
2016-05-12block: Switch blk_*write_zeroes() to byte interfaceEric Blake
2016-05-12block: Switch blk_read_unthrottled() to byte interfaceEric Blake
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake
2016-05-12Allow users to specify the vmdk virtual hardware version.Janne Karhunen
2016-05-12block: always compile-check debug printsZhou Jie
2016-05-12block: Remove BlockDriver.bdrv_read/writeKevin Wolf
2016-05-12vvfat: Implement .bdrv_co_preadv/pwritev interfacesKevin Wolf
2016-05-12vpc: Implement .bdrv_co_pwritev() interfaceKevin Wolf
2016-05-12vpc: Implement .bdrv_co_preadv() interfaceKevin Wolf
2016-05-12vmdk: Implement .bdrv_co_pwritev() interfaceKevin Wolf
2016-05-12vmdk: Implement .bdrv_co_preadv() interfaceKevin Wolf
2016-05-12vmdk: Add vmdk_find_offset_in_cluster()Kevin Wolf
2016-05-12vdi: Implement .bdrv_co_pwritev() interfaceKevin Wolf
2016-05-12vdi: Implement .bdrv_co_preadv() interfaceKevin Wolf