aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int-global-state.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-07block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCKKevin Wolf1-1/+2
2023-11-07block: Mark bdrv_root_attach_child() GRAPH_WRLOCKKevin Wolf1-6/+7
2023-09-20block: Mark bdrv_root_unref_child() GRAPH_WRLOCKKevin Wolf1-1/+1
2023-09-20block: Mark bdrv_get_cumulative_perm() and callers GRAPH_RDLOCKKevin Wolf1-2/+2
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf1-3/+5
2023-05-10block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCKKevin Wolf1-2/+2
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-1/+4
2022-12-15block: assert that graph read and writes are performed correctlyEmanuele Giuseppe Esposito1-17/+0
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+2
2022-04-26qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStrVladimir Sementsov-Ogievskiy1-1/+1
2022-03-04block: introduce assert_bdrv_graph_writableEmanuele Giuseppe Esposito1-0/+17
2022-03-04include/block/block_int: split header into I/O and global state APIEmanuele Giuseppe Esposito1-0/+312