aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2017-03-02Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2017-03-01block/rbd: add support for 'mon_host', 'auth_supported' via QAPIJeff Cody
2017-02-28block: Add Error parameter to bdrv_append()Kevin Wolf
2017-02-28block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf
2017-02-28block: Assertions for resize permissionKevin Wolf
2017-02-28block: Assertions for write permissionsKevin Wolf
2017-02-28block: Pass BdrvChild to bdrv_aligned_preadv/pwritev and copy-on-readKevin Wolf
2017-02-28hmp: Request permissions in qemu-ioKevin Wolf
2017-02-28commit: Add filter-node-name to block-commitKevin Wolf
2017-02-28mirror: Add filter-node-name to blockdev-mirrorKevin Wolf
2017-02-28stream: Use real permissions in streaming block jobKevin Wolf
2017-02-28mirror: Use real permissions in mirror/active commit block jobKevin Wolf
2017-02-28backup: Use real permissions in backup block jobKevin Wolf
2017-02-28commit: Use real permissions for HMP 'commit'Kevin Wolf
2017-02-28commit: Use real permissions in commit block jobKevin Wolf
2017-02-28blockjob: Add permissions to block_job_add_bdrv()Kevin Wolf
2017-02-28block: Add BdrvChildRole.get_parent_desc()Kevin Wolf
2017-02-28blockjob: Add permissions to block_job_create()Kevin Wolf
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf
2017-02-28block: Request real permissions in blk_new_open()Kevin Wolf
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf
2017-02-28block: Add permissions to blk_new()Kevin Wolf
2017-02-28block: Add permissions to BlockBackendKevin Wolf
2017-02-28vvfat: Implement .bdrv_child_perm()Kevin Wolf
2017-02-28block: Request child permissions in format driversKevin Wolf
2017-02-28block: Request child permissions in filter driversKevin Wolf
2017-02-28block: Let callers request permissions when attaching a child nodeKevin Wolf
2017-02-28block: Add Error argument to bdrv_attach_child()Kevin Wolf
2017-02-28block/rbd: parse all options via bdrv_parse_filenameJeff Cody
2017-02-28block/rbd: add all the currently supported runtime_optsJeff Cody
2017-02-28block/rbd: don't copy strings in qemu_rbd_next_tok()Jeff Cody
2017-02-28Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2017-02-27block/mirror: fix broken sparseness detectionJohn Snow
2017-02-27iscsi: do not use aio_context_acquire/releasePaolo Bonzini
2017-02-27nfs: do not use aio_context_acquire/releasePaolo Bonzini
2017-02-27curl: do not use aio_context_acquire/releasePaolo Bonzini
2017-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-02-24RBD: Add support readv,writev for rbdtianqing
2017-02-24block/nfs: try to avoid the bounce buffer in pwritevPeter Lieven
2017-02-24block/nfs: convert to preadv / pwritevPeter Lieven
2017-02-24vvfat: Use opened node as backing fileKevin Wolf
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf
2017-02-24mirror: Resize active commit base in mirror_run()Kevin Wolf
2017-02-24qcow2: Use BB for resizing in qcow2_amend_options()Kevin Wolf
2017-02-24qemu-img: Improve documentation for PREALLOC_MODE_FALLOCNir Soffer
2017-02-24qemu-img: Truncate before full preallocationNir Soffer
2017-02-24qemu-img: Do not truncate before preallocationNir Soffer
2017-02-22block: Don't bother asserting type of output visitor's outputMarkus Armbruster