aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2020-09-07block: Leave BDS.backing_{file,format} constantMax Reitz
2020-09-07block: Improve get_allocated_file_size's defaultMax Reitz
2020-09-07block: Use CAFs for debug breakpointsMax Reitz
2020-09-07block: Use CAFs in bdrv_refresh_filename()Max Reitz
2020-09-07block: Re-evaluate backing file handling in reopenMax Reitz
2020-09-07block: Use CAFs when working with backing chainsMax Reitz
2020-09-07block: Use bdrv_filter_(bs|child) where obviousMax Reitz
2020-09-07block: Add bdrv_supports_compressed_writes()Max Reitz
2020-09-07block: Drop bdrv_is_encrypted()Max Reitz
2020-09-07block: Include filters when freezing backing chainMax Reitz
2020-09-07block: bdrv_set_backing_hd() is about bs->backingMax Reitz
2020-09-07block: bdrv_cow_child() for bdrv_has_zero_init()Max Reitz
2020-09-07block: Add chain helper functionsMax Reitz
2020-09-07block: Add child access functionsMax Reitz
2020-09-07block: Raise an error when backing file parameter is an empty stringConnor Kuehl
2020-08-21meson: replace create-config with meson configure_filePaolo Bonzini
2020-08-21meson: convert blockMarc-André Lureau
2020-07-17block: Require aligned image size to avoid assertion failureKevin Wolf
2020-07-14qemu-img: Deprecate use of -b without -FEric Blake
2020-07-14block: Add support to warn on backing file change without formatEric Blake
2020-07-14block: Error if backing file fails during creation without -uEric Blake
2020-07-14qemu-img: Flush stdout before before potential stderr messagesEric Blake
2020-07-10error: Reduce unnecessary error propagationMarkus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10block: Avoid error accumulation in bdrv_img_create()Markus Armbruster
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster
2020-07-06block: inline bdrv_unallocated_blocks_are_zero()Vladimir Sementsov-Ogievskiy
2020-07-06block/amend: add 'force' optionMaxim Levitsky
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