aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12block/qcow2: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+2
2024-02-09crypto: Modify the qcrypto_block_create to support creation flagsHyman Huang1-1/+1
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi1-2/+2
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf1-1/+1
2023-11-08qcow2: Take locks for accessing bs->fileKevin Wolf1-4/+9
2023-11-08block: Add missing GRAPH_RDLOCK annotationsKevin Wolf1-2/+2
2023-11-08block: Introduce bdrv_co_change_backing_file()Kevin Wolf1-62/+66
2023-11-07block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCKKevin Wolf1-1/+2
2023-10-12qcow2: Mark qcow2_inactivate() and callers GRAPH_RDLOCKKevin Wolf1-5/+10
2023-10-12qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCKKevin Wolf1-28/+33
2023-10-12block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCKKevin Wolf1-0/+4
2023-10-12block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...Paolo Bonzini1-2/+3
2023-09-26block: mark mixed functions that can suspendPaolo Bonzini1-1/+1
2023-09-20block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()Andrey Drobyshev via1-0/+3
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf1-1/+3
2023-08-30block: add subcluster_size field to BlockDriverInfoAndrey Drobyshev1-0/+1
2023-06-28block: use bdrv_co_debug_event in coroutine contextPaolo Bonzini1-9/+9
2023-06-28qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini1-1/+1
2023-06-05qcow2: add discard-no-unref optionJean-Louis Dupond1-0/+18
2023-05-30qcow2: Fix open with 'file' in iothreadKevin Wolf1-2/+6
2023-05-19qcow2: Unlock the graph in qcow2_do_open() where necessaryKevin Wolf1-0/+6
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf1-13/+24
2023-05-10block: .bdrv_open is non-coroutine and unlockedKevin Wolf1-9/+6
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf1-7/+7
2023-05-10qcow2: Don't call bdrv_getlength() in coroutine_fnsKevin Wolf1-10/+9
2023-04-25qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCKPaolo Bonzini1-13/+14
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf1-4/+3
2023-02-23block: Mark bdrv_co_copy_range() GRAPH_RDLOCKEmanuele Giuseppe Esposito1-3/+2
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf1-25/+28
2023-02-23block: Mark read/write in block/io.c GRAPH_RDLOCKKevin Wolf1-17/+20
2023-02-23block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCKKevin Wolf1-12/+18
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf1-6/+8
2023-02-17qcow2: Fix open/create to open images with no_co_wrapperKevin Wolf1-21/+22
2023-02-01block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()Emanuele Giuseppe Esposito1-6/+6
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito1-2/+3
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito1-2/+2
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster1-10/+8
2022-10-27qcow2: switch to *_co_* functionsAlberto Faria1-12/+12
2022-10-27qcow2: add coroutine_fn annotation for indirect-called functionsAlberto Faria1-4/+4
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy1-4/+4
2022-10-07qcow2: add missing coroutine_fn annotationsPaolo Bonzini1-2/+3
2022-09-30block/qcow2: Keep auto_backing_file if possibleHanna Reitz1-5/+16
2022-09-30qcow2: fix memory leak in qcow2_read_extensionslu zhipeng1-0/+1
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-2/+2
2022-07-12block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()Alberto Faria1-6/+3
2022-07-12block: Use bdrv_co_pwrite_sync() when caller is coroutine_fnAlberto Faria1-2/+2
2022-07-12crypto: Make block callbacks return 0 on successAlberto Faria1-11/+11
2022-07-12block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria1-2/+2
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria1-23/+24