summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: Leave BDS.backing_{file,format} constantMax Reitz2020-09-071-8/+27
* block: Improve get_allocated_file_size's defaultMax Reitz2020-09-071-3/+39
* block: Use CAFs for debug breakpointsMax Reitz2020-09-071-13/+3Star
* block: Use CAFs in bdrv_refresh_filename()Max Reitz2020-09-071-8/+21
* block: Re-evaluate backing file handling in reopenMax Reitz2020-09-071-9/+40
* block: Use CAFs when working with backing chainsMax Reitz2020-09-071-14/+30
* block: Use bdrv_filter_(bs|child) where obviousMax Reitz2020-09-071-11/+20
* block: Add bdrv_supports_compressed_writes()Max Reitz2020-09-071-0/+23
* block: Drop bdrv_is_encrypted()Max Reitz2020-09-071-8/+0Star
* block: Include filters when freezing backing chainMax Reitz2020-09-071-21/+39
* block: bdrv_set_backing_hd() is about bs->backingMax Reitz2020-09-071-2/+2
* block: bdrv_cow_child() for bdrv_has_zero_init()Max Reitz2020-09-071-1/+1
* block: Add chain helper functionsMax Reitz2020-09-071-0/+62
* block: Add child access functionsMax Reitz2020-09-071-0/+91
* block: Raise an error when backing file parameter is an empty stringConnor Kuehl2020-09-071-0/+4
* meson: replace create-config with meson configure_filePaolo Bonzini2020-08-211-0/+2
* meson: convert blockMarc-André Lureau2020-08-211-1/+1
* block: Require aligned image size to avoid assertion failureKevin Wolf2020-07-171-0/+16
* qemu-img: Deprecate use of -b without -FEric Blake2020-07-141-1/+26
* block: Add support to warn on backing file change without formatEric Blake2020-07-141-3/+10
* block: Error if backing file fails during creation without -uEric Blake2020-07-141-10/+2Star
* qemu-img: Flush stdout before before potential stderr messagesEric Blake2020-07-141-0/+1
* error: Reduce unnecessary error propagationMarkus Armbruster2020-07-101-1/+1
* error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster2020-07-101-4/+2Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-2/+1Star
* block: Avoid error accumulation in bdrv_img_create()Markus Armbruster2020-07-101-2/+2
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-10/+6Star
* block: inline bdrv_unallocated_blocks_are_zero()Vladimir Sementsov-Ogievskiy2020-07-061-15/+0Star
* block/amend: add 'force' optionMaxim Levitsky2020-07-061-1/+3
* block: Call attention to truncation of long NBD exportsEric Blake2020-06-101-2/+5
* block: Drop @child_class from bdrv_child_perm()Max Reitz2020-05-181-23/+16Star
* block: Drop child_fileMax Reitz2020-05-181-37/+2Star
* block: Drop bdrv_format_default_perms()Max Reitz2020-05-181-19/+0Star
* block: Make bdrv_filter_default_perms() staticMax Reitz2020-05-181-6/+11
* block: Use child_of_bds in remaining placesMax Reitz2020-05-181-1/+2
* block: Drop child_backingMax Reitz2020-05-181-57/+3Star
* block: Make backing files child_of_bds childrenMax Reitz2020-05-181-6/+20
* block: Drop child_formatMax Reitz2020-05-181-29/+0Star
* block: Add bdrv_default_perms()Max Reitz2020-05-181-0/+32
* block: Relax *perms_for_storage for data childrenMax Reitz2020-05-181-10/+48
* block: Pull out bdrv_default_perms_for_storage()Max Reitz2020-05-181-25/+46
* block: Pull out bdrv_default_perms_for_cow()Max Reitz2020-05-181-22/+40
* block: Distinguish paths in *_format_default_permsMax Reitz2020-05-181-6/+13
* block: Add child_of_bdsMax Reitz2020-05-181-0/+24
* block: Unify bdrv_child_cb_detach()Max Reitz2020-05-181-7/+20
* block: Unify bdrv_child_cb_attach()Max Reitz2020-05-181-7/+20
* block: Use bdrv_inherited_options()Max Reitz2020-05-181-52/+19Star
* block: Add generic bdrv_inherited_options()Max Reitz2020-05-181-0/+81
* block: Rename bdrv_inherited_options()Max Reitz2020-05-181-4/+4
* block: Pass parent_is_format to .inherit_options()Max Reitz2020-05-181-10/+27