aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/test-bdrv-graph-mod.c
AgeCommit message (Expand)Author
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf
2023-11-08block: Protect bs->backing with graph_lockKevin Wolf
2023-11-07block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf
2023-09-20block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Take AioContext lock for bdrv_append() more consistentlyKevin Wolf
2023-09-08tests/: spelling fixesMichael Tokarev
2022-10-27test-bdrv-graph-mod: fix filters to be filtersVladimir Sementsov-Ogievskiy
2022-10-27test-bdrv-graph-mod: update test_parallel_perm_update test caseVladimir Sementsov-Ogievskiy
2021-06-29block: move supports_backing check to bdrv_set_file_or_backing_noperm()Vladimir Sementsov-Ogievskiy
2021-04-30block: adapt bdrv_append() for inserting filtersVladimir Sementsov-Ogievskiy
2021-04-30block: fix bdrv_replace_node_commonVladimir Sementsov-Ogievskiy
2021-04-30block: use topological sort for permission updateVladimir Sementsov-Ogievskiy
2021-04-30block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy
2021-04-30tests/test-bdrv-graph-mod: add test_append_greedy_filterVladimir Sementsov-Ogievskiy
2021-04-30tests/test-bdrv-graph-mod: add test_parallel_perm_updateVladimir Sementsov-Ogievskiy
2021-04-30tests/test-bdrv-graph-mod: add test_parallel_exclusive_writeVladimir Sementsov-Ogievskiy
2021-03-12tests: Move unit tests into a separate directoryThomas Huth