aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2017-04-24block: honor BDRV_O_ALLOW_RDWR when clearing bs->read_onlyJeff Cody
2017-04-24block: do not set BDS read_only if copy_on_read enabledJeff Cody
2017-04-24block: add bdrv_set_read_only() helper functionJeff Cody
2017-04-24block: Make errp the last parameter of bdrv_img_createFam Zheng
2017-04-11block/io: Comment out permission assertionsMax Reitz
2017-04-11block: Introduce bdrv_coroutine_enterFam Zheng
2017-04-11block: Quiesce old aio context during bdrv_set_aio_contextFam Zheng
2017-04-07block: Assert attached child node has right aio contextFam Zheng
2017-04-03block: Document -drive problematic code and bugsMarkus Armbruster
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