aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2017-03-17block: quiesce AioContext when detaching from itPaolo Bonzini
2017-03-17block: Propagate error in bdrv_open_backing_fileFam Zheng
2017-03-17block: Always call bdrv_child_check_perm firstFam Zheng
2017-03-13block: Refresh filename after changing backing fileKevin Wolf
2017-03-13block: Remove check_new_perm from bdrv_replace_child()Kevin Wolf
2017-03-08Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-03-07block: More detailed syntax error reporting for JSON filenamesMarkus Armbruster
2017-03-07qobject: Propagate parse errors through qobject_from_json()Markus Armbruster
2017-03-07block: Fix error handling in bdrv_replace_in_backing_chain()Kevin Wolf
2017-03-07block: Handle permission errors in change_parent_backing_link()Kevin Wolf
2017-03-07block: Ignore multiple children in bdrv_check_update_perm()Kevin Wolf
2017-03-07block: Factor out bdrv_replace_child_noperm()Kevin Wolf
2017-03-07block: Factor out should_update_child()Kevin Wolf
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: Allow backing file links in change_parent_backing_link()Kevin Wolf
2017-02-28block: BdrvChildRole.attach/detach() callbacksKevin Wolf
2017-02-28block: Fix pending requests check in bdrv_append()Kevin Wolf
2017-02-28block: Add BdrvChildRole.stay_at_nodeKevin Wolf
2017-02-28block: Include details on permission errors in messageKevin Wolf
2017-02-28block: Add BdrvChildRole.get_parent_desc()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: Request real permissions in bdrv_attach_child()Kevin Wolf
2017-02-28block: Require .bdrv_child_perm() with child nodesKevin Wolf
2017-02-28vvfat: Implement .bdrv_child_perm()Kevin Wolf
2017-02-28block: Default .bdrv_child_perm() for format driversKevin Wolf
2017-02-28block: Default .bdrv_child_perm() for filter driversKevin Wolf
2017-02-28block: Involve block drivers in permission grantingKevin 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-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-02-24block: Add bdrv_new_open_driver()Kevin Wolf
2017-02-24block: Factor out bdrv_open_driver()Kevin Wolf
2017-02-24block: Use BlockBackend for image probingKevin Wolf
2017-02-24block: Factor out bdrv_open_child_bs()Kevin 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-22Don't check qobject_type() before qobject_to_qdict()Markus Armbruster
2017-02-12block: bdrv_invalidate_cache: invalidate children firstVladimir Sementsov-Ogievskiy
2017-02-12block: check full backing filename when searching protocol filenamesJeff Cody
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2017-01-24block: remove dead checkPaolo Bonzini
2016-11-11block: Emit modules in bdrv_iterate_format()Max Reitz
2016-11-11block: Fix bdrv_iterate_format() sortingMax Reitz
2016-10-31block: Support streaming to an intermediate layerAlberto Garcia
2016-10-31block: Pause all jobs during bdrv_reopen_multiple()Alberto Garcia
2016-10-28block: only call aio_poll on the current thread's AioContextPaolo Bonzini
2016-10-28block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini