Age | Commit message (Expand) | Author |
2020-07-17 | block: Require aligned image size to avoid assertion failure | Kevin Wolf |
2020-07-14 | qemu-img: Deprecate use of -b without -F | Eric Blake |
2020-07-14 | block: Add support to warn on backing file change without format | Eric Blake |
2020-07-14 | block: Error if backing file fails during creation without -u | Eric Blake |
2020-07-14 | qemu-img: Flush stdout before before potential stderr messages | Eric Blake |
2020-07-10 | error: Reduce unnecessary error propagation | Markus Armbruster |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster |
2020-07-10 | block: Avoid error accumulation in bdrv_img_create() | Markus Armbruster |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster |
2020-07-06 | block: inline bdrv_unallocated_blocks_are_zero() | Vladimir Sementsov-Ogievskiy |
2020-07-06 | block/amend: add 'force' option | Maxim Levitsky |
2020-06-10 | block: Call attention to truncation of long NBD exports | Eric Blake |
2020-05-18 | block: Drop @child_class from bdrv_child_perm() | Max Reitz |
2020-05-18 | block: Drop child_file | Max Reitz |
2020-05-18 | block: Drop bdrv_format_default_perms() | Max Reitz |
2020-05-18 | block: Make bdrv_filter_default_perms() static | Max Reitz |
2020-05-18 | block: Use child_of_bds in remaining places | Max Reitz |
2020-05-18 | block: Drop child_backing | Max Reitz |
2020-05-18 | block: Make backing files child_of_bds children | Max Reitz |
2020-05-18 | block: Drop child_format | Max Reitz |
2020-05-18 | block: Add bdrv_default_perms() | Max Reitz |
2020-05-18 | block: Relax *perms_for_storage for data children | Max Reitz |
2020-05-18 | block: Pull out bdrv_default_perms_for_storage() | Max Reitz |
2020-05-18 | block: Pull out bdrv_default_perms_for_cow() | Max Reitz |
2020-05-18 | block: Distinguish paths in *_format_default_perms | Max Reitz |
2020-05-18 | block: Add child_of_bds | Max Reitz |
2020-05-18 | block: Unify bdrv_child_cb_detach() | Max Reitz |
2020-05-18 | block: Unify bdrv_child_cb_attach() | Max Reitz |
2020-05-18 | block: Use bdrv_inherited_options() | Max Reitz |
2020-05-18 | block: Add generic bdrv_inherited_options() | Max Reitz |
2020-05-18 | block: Rename bdrv_inherited_options() | Max Reitz |
2020-05-18 | block: Pass parent_is_format to .inherit_options() | Max Reitz |
2020-05-18 | block: Pass BdrvChildRole to .inherit_options() | Max Reitz |
2020-05-18 | block: Pass BdrvChildRole to bdrv_child_perm() | Max Reitz |
2020-05-18 | block: Add BdrvChildRole to BdrvChild | Max Reitz |
2020-05-18 | block: Rename BdrvChildRole to BdrvChildClass | Max Reitz |
2020-05-18 | block: Add bdrv_make_empty() | Max Reitz |
2020-05-08 | block: Drop unused .bdrv_has_zero_init_truncate | Eric Blake |
2020-05-04 | block: Avoid dead assignment | Philippe Mathieu-Daudé |
2020-04-30 | block-backend: Add flags to blk_truncate() | Kevin Wolf |
2020-04-30 | qapi: Only input visitors can actually fail | Markus Armbruster |
2020-03-27 | block: fix bdrv_root_attach_child forget to unref child_bs | Vladimir Sementsov-Ogievskiy |
2020-03-26 | block: trickle down the fallback image creation function use to the block dri... | Maxim Levitsky |
2020-03-26 | block: pass BlockDriver reference to the .bdrv_co_create | Maxim Levitsky |
2020-03-24 | block: bdrv_set_backing_bs: fix use-after-free | Vladimir Sementsov-Ogievskiy |
2020-03-24 | block: Assert BlockDriver::format_name is not NULL | Philippe Mathieu-Daudé |
2020-03-11 | block.c: adding bdrv_co_delete_file | Daniel Henrique Barboza |
2020-03-11 | block: Fix cross-AioContext blockdev-snapshot | Kevin Wolf |
2020-03-11 | block: Make bdrv_get_cumulative_perm() public | Kevin Wolf |