aboutsummaryrefslogtreecommitdiff
path: root/block/vmdk.c
AgeCommit message (Expand)Author
2024-05-27block/vmdk: Improve error messages on extent write errorMarkus Armbruster
2024-03-12block/vmdk: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi
2023-11-28vmdk: Don't corrupt desc file in vmdk_write_cidFam Zheng
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf
2023-11-08block: Protect bs->file with graph_lockKevin Wolf
2023-11-08block: Protect bs->backing with graph_lockKevin Wolf
2023-11-07block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCKKevin Wolf
2023-11-01cpr: relax blockdev migration blockersSteve Sistare
2023-10-20migration: simplify blockersSteve Sistare
2023-10-12block: Mark bdrv_get_specific_info() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCKKevin Wolf
2023-09-20block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()Andrey Drobyshev via
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf
2023-09-08vmdk: Clean up bdrv_open_child() return value checkDmitry Frolov
2023-06-28block: use bdrv_co_debug_event in coroutine contextPaolo Bonzini
2023-06-28block: use bdrv_co_getlength in coroutine contextPaolo Bonzini
2023-06-28vmdk: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf
2023-05-10block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf
2023-04-25vmdk: make vmdk_is_cid_valid a coroutine_fnPaolo Bonzini
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark read/write in block/io.c GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_flush() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf
2023-02-17vmdk: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf
2023-02-01block/vmdk: Change extent info typeHanna Reitz
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_get_allocated_file_size() to co_wrapperEmanuele Giuseppe Esposito
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito
2022-12-15block/vmdk: add coroutine_fn annotationsEmanuele Giuseppe Esposito
2022-12-14block/vmdk: Simplify vmdk_co_create() to return directlyMarkus Armbruster
2022-10-27vmdk: switch to *_co_* functionsAlberto Faria
2022-10-27vmdk: manually add more coroutine_fn annotationsPaolo Bonzini
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy
2022-10-07vmdk: add missing coroutine_fn annotationsPaolo Bonzini
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria
2022-05-04block/vmdk: Fix reopening bs->fileHanna Reitz
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2021-11-02vmdk: allow specification of tools versionThomas Weißschuh
2021-09-29block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake