summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: make bdrv_drop_intermediate() less wrongVladimir Sementsov-Ogievskiy2020-11-091-30/+24Star
* block: add bdrv_replace_node_common()Vladimir Sementsov-Ogievskiy2020-11-091-3/+22
* block: add forgotten bdrv_abort_perm_update() to bdrv_co_invalidate_cache()Vladimir Sementsov-Ogievskiy2020-11-091-0/+1
* block: Fix integer promotion error in bdrv_getlength()Eric Blake2020-11-091-2/+7
* qapi: Add QAPI_LIST_PREPEND() macroEric Blake2020-10-301-16/+6Star
* block: Simplify QAPI_LIST_ADDEric Blake2020-10-301-1/+1
* block: End quiescent sections when a BDS is deletedGreg Kurz2020-10-271-0/+9
* block: Add bdrv_lock()/unlock()Kevin Wolf2020-10-091-0/+27
* block: Add bdrv_co_enter()/leave()Kevin Wolf2020-10-091-0/+23
* block: generate coroutine-wrapper codeVladimir Sementsov-Ogievskiy2020-10-051-73/+0Star
* block: declare some coroutine functions in block/coroutines.hVladimir Sementsov-Ogievskiy2020-10-051-4/+4
* block: return error-code from bdrv_invalidate_cacheVladimir Sementsov-Ogievskiy2020-10-051-14/+18
* block/export: Add blk_exp_close_all(_type)Kevin Wolf2020-10-021-1/+1
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-2/+2
* qemu/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* 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