aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2024-09-24block: replace assert(false) with g_assert_not_reached()Pierrick Bouvier
2024-09-10qapi/crypto: Drop temporary 'prefix'Markus Armbruster
2024-07-02qcow2: Don't open data_file with BDRV_O_NO_IOKevin Wolf
2024-06-10crypto/block: drop qcrypto_block_open() n_threads argumentStefan Hajnoczi
2024-03-12block/qcow2: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-02-09crypto: Modify the qcrypto_block_create to support creation flagsHyman Huang
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf
2023-11-08qcow2: Take locks for accessing bs->fileKevin Wolf
2023-11-08block: Add missing GRAPH_RDLOCK annotationsKevin Wolf
2023-11-08block: Introduce bdrv_co_change_backing_file()Kevin Wolf
2023-11-07block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12qcow2: Mark qcow2_inactivate() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12qcow2: Mark qcow2_signal_corruption() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCKKevin Wolf
2023-10-12block: convert more bdrv_is_allocated* and bdrv_block_status* calls to corout...Paolo Bonzini
2023-09-26block: mark mixed functions that can suspendPaolo Bonzini
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-08-30block: add subcluster_size field to BlockDriverInfoAndrey Drobyshev
2023-06-28block: use bdrv_co_debug_event in coroutine contextPaolo Bonzini
2023-06-28qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-05qcow2: add discard-no-unref optionJean-Louis Dupond
2023-05-30qcow2: Fix open with 'file' in iothreadKevin Wolf
2023-05-19qcow2: Unlock the graph in qcow2_do_open() where necessaryKevin Wolf
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf
2023-05-10block: .bdrv_open is non-coroutine and unlockedKevin Wolf
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf
2023-05-10qcow2: Don't call bdrv_getlength() in coroutine_fnsKevin Wolf
2023-04-25qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCKPaolo Bonzini
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_copy_range() GRAPH_RDLOCKEmanuele Giuseppe Esposito
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_pwrite_zeroes() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf
2023-02-17qcow2: Fix open/create to open images with no_co_wrapperKevin Wolf
2023-02-01block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()Emanuele Giuseppe Esposito
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster
2022-10-27qcow2: switch to *_co_* functionsAlberto Faria
2022-10-27qcow2: add coroutine_fn annotation for indirect-called functionsAlberto Faria
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy
2022-10-07qcow2: add missing coroutine_fn annotationsPaolo Bonzini
2022-09-30block/qcow2: Keep auto_backing_file if possibleHanna Reitz
2022-09-30qcow2: fix memory leak in qcow2_read_extensionslu zhipeng
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()Alberto Faria