aboutsummaryrefslogtreecommitdiff
path: root/block/graph-lock.c
AgeCommit message (Expand)Author
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf
2023-10-12block: Add assertion for bdrv_graph_wrlock()Kevin Wolf
2023-09-20block: Introduce bdrv_schedule_unref()Kevin Wolf
2023-09-08block: spelling fixesMichael Tokarev
2023-06-28Revert "graph-lock: Disable locking for now"Kevin Wolf
2023-06-28graph-lock: Unlock the AioContext while pollingKevin Wolf
2023-05-19graph-lock: Disable locking for nowKevin Wolf
2023-05-19graph-lock: Honour read locks even in the main threadKevin Wolf
2023-05-10block: compile out assert_bdrv_graph_readable() by defaultStefan Hajnoczi
2023-04-25block: convert bdrv_graph_wrlock() to AIO_WAIT_WHILE_UNLOCKED()Stefan Hajnoczi
2022-12-15graph-lock: TSA annotations for lock/unlock functionsKevin Wolf
2022-12-15block: assert that graph read and writes are performed correctlyEmanuele Giuseppe Esposito
2022-12-15graph-lock: Introduce a lock to protect block graph operationsPaolo Bonzini