summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: Fix write/resize permissions for inactive imagesKevin Wolf2017-05-111-2/+33
* block: Inactivate parents before childrenKevin Wolf2017-05-111-7/+18
* block: Drop permissions when migration completesKevin Wolf2017-05-111-1/+11
* block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf2017-05-111-1/+11
* block: Respect "force-share" in perm propagatingFam Zheng2017-05-111-8/+24
* block: Add, parse and store "force-share" optionFam Zheng2017-05-111-0/+17
* block: Make bdrv_perm_names publicFam Zheng2017-05-111-1/+1
* block: Simplify bdrv_append_temp_snapshot() logicEric Blake2017-05-091-10/+7Star
* qobject: Use simpler QDict/QList scalar insertion macrosEric Blake2017-05-091-26/+19Star
* qobject: Drop useless QObject castsEric Blake2017-05-081-8/+4Star
* block: assert no image modification under BDRV_O_INACTIVEDenis V. Lunev2017-04-281-0/+2
* block: Add .bdrv_truncate() error messagesMax Reitz2017-04-281-2/+0Star
* block: Add errp to BD.bdrv_truncate()Max Reitz2017-04-281-2/+2
* block: Add errp to b{lk,drv}_truncate()Max Reitz2017-04-281-4/+12
* block: An empty filename counts as no filenameMax Reitz2017-04-271-1/+1
* Revert "block/io: Comment out permission assertions"Max Reitz2017-04-271-5/+1Star
* block: use bdrv_can_set_read_only() during reopenJeff Cody2017-04-241-6/+8
* block: introduce bdrv_can_set_read_only()Jeff Cody2017-04-241-1/+13
* block: code movementJeff Cody2017-04-241-5/+5
* block: honor BDRV_O_ALLOW_RDWR when clearing bs->read_onlyJeff Cody2017-04-241-0/+7
* block: do not set BDS read_only if copy_on_read enabledJeff Cody2017-04-241-1/+9
* block: add bdrv_set_read_only() helper functionJeff Cody2017-04-241-0/+5
* block: Make errp the last parameter of bdrv_img_createFam Zheng2017-04-241-2/+2
* block/io: Comment out permission assertionsMax Reitz2017-04-111-1/+5
* block: Introduce bdrv_coroutine_enterFam Zheng2017-04-111-0/+5
* block: Quiesce old aio context during bdrv_set_aio_contextFam Zheng2017-04-111-2/+5
* block: Assert attached child node has right aio contextFam Zheng2017-04-071-0/+4
* block: Document -drive problematic code and bugsMarkus Armbruster2017-04-031-3/+45
* block: quiesce AioContext when detaching from itPaolo Bonzini2017-03-171-0/+7
* block: Propagate error in bdrv_open_backing_fileFam Zheng2017-03-171-0/+1
* block: Always call bdrv_child_check_perm firstFam Zheng2017-03-171-4/+9
* block: Refresh filename after changing backing fileKevin Wolf2017-03-131-0/+2
* block: Remove check_new_perm from bdrv_replace_child()Kevin Wolf2017-03-131-7/+14
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2017-03-081-62/+120
|\
| * block: Fix error handling in bdrv_replace_in_backing_chain()Kevin Wolf2017-03-071-19/+6Star
| * block: Handle permission errors in change_parent_backing_link()Kevin Wolf2017-03-071-6/+44
| * block: Ignore multiple children in bdrv_check_update_perm()Kevin Wolf2017-03-071-13/+22
| * block: Factor out bdrv_replace_child_noperm()Kevin Wolf2017-03-071-13/+25
| * block: Factor out should_update_child()Kevin Wolf2017-03-071-15/+27
* | block: More detailed syntax error reporting for JSON filenamesMarkus Armbruster2017-03-071-2/+7
* | qobject: Propagate parse errors through qobject_from_json()Markus Armbruster2017-03-071-1/+1
|/
* block: Add Error parameter to bdrv_append()Kevin Wolf2017-02-281-6/+17
* block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf2017-02-281-7/+23
* block: Assertions for resize permissionKevin Wolf2017-02-281-0/+3
* block: Allow backing file links in change_parent_backing_link()Kevin Wolf2017-02-281-4/+3Star
* block: BdrvChildRole.attach/detach() callbacksKevin Wolf2017-02-281-35/+60
* block: Fix pending requests check in bdrv_append()Kevin Wolf2017-02-281-2/+2
* block: Add BdrvChildRole.stay_at_nodeKevin Wolf2017-02-281-0/+3
* block: Include details on permission errors in messageKevin Wolf2017-02-281-11/+56
* block: Add BdrvChildRole.get_parent_desc()Kevin Wolf2017-02-281-0/+9