aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2020-06-10block: Call attention to truncation of long NBD exportsEric Blake
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz
2020-05-18block: Drop child_fileMax Reitz
2020-05-18block: Drop bdrv_format_default_perms()Max Reitz
2020-05-18block: Make bdrv_filter_default_perms() staticMax Reitz
2020-05-18block: Use child_of_bds in remaining placesMax Reitz
2020-05-18block: Drop child_backingMax Reitz
2020-05-18block: Make backing files child_of_bds childrenMax Reitz
2020-05-18block: Drop child_formatMax Reitz
2020-05-18block: Add bdrv_default_perms()Max Reitz
2020-05-18block: Relax *perms_for_storage for data childrenMax Reitz
2020-05-18block: Pull out bdrv_default_perms_for_storage()Max Reitz
2020-05-18block: Pull out bdrv_default_perms_for_cow()Max Reitz
2020-05-18block: Distinguish paths in *_format_default_permsMax Reitz
2020-05-18block: Add child_of_bdsMax Reitz
2020-05-18block: Unify bdrv_child_cb_detach()Max Reitz
2020-05-18block: Unify bdrv_child_cb_attach()Max Reitz
2020-05-18block: Use bdrv_inherited_options()Max Reitz
2020-05-18block: Add generic bdrv_inherited_options()Max Reitz
2020-05-18block: Rename bdrv_inherited_options()Max Reitz
2020-05-18block: Pass parent_is_format to .inherit_options()Max Reitz
2020-05-18block: Pass BdrvChildRole to .inherit_options()Max Reitz
2020-05-18block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz
2020-05-18block: Add bdrv_make_empty()Max Reitz
2020-05-08block: Drop unused .bdrv_has_zero_init_truncateEric Blake
2020-05-04block: Avoid dead assignmentPhilippe Mathieu-Daudé
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf
2020-04-30qapi: Only input visitors can actually failMarkus Armbruster
2020-03-27block: fix bdrv_root_attach_child forget to unref child_bsVladimir Sementsov-Ogievskiy
2020-03-26block: trickle down the fallback image creation function use to the block dri...Maxim Levitsky
2020-03-26block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky
2020-03-24block: bdrv_set_backing_bs: fix use-after-freeVladimir Sementsov-Ogievskiy
2020-03-24block: Assert BlockDriver::format_name is not NULLPhilippe Mathieu-Daudé
2020-03-11block.c: adding bdrv_co_delete_fileDaniel Henrique Barboza
2020-03-11block: Fix cross-AioContext blockdev-snapshotKevin Wolf
2020-03-11block: Make bdrv_get_cumulative_perm() publicKevin Wolf
2020-03-06block: bdrv_reopen() with backing file in different AioContextKevin Wolf
2020-03-06block: Introduce 'bdrv_reopen_commit_post' stepPeter Krempa
2020-03-06block: Fix leak in bdrv_create_file_fallback()Max Reitz
2020-02-22qemu/queue.h: add QLIST_SAFE_REMOVE()Stefan Hajnoczi
2020-02-20block: Generic file creation fallbackMax Reitz
2020-02-20qapi: Allow getting flat output from 'query-named-block-nodes'Peter Krempa
2020-02-18block: Remove bdrv_recurse_is_first_non_filter()Max Reitz
2020-02-18block: Use bdrv_recurse_can_replace()Max Reitz
2020-02-18block: Add bdrv_recurse_can_replace()Max Reitz
2020-02-18block: Drop bdrv_is_first_non_filter()Max Reitz
2020-02-18block: Remove superfluous semicolonsPhilippe Mathieu-Daudé
2020-02-06block: fix memleaks in bdrv_refresh_filenamePan Nengyuan