summary refs log tree commit diff stats
path: root/block/graph-lock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* graph-lock: remove AioContext lockingStefan Hajnoczi2023-12-211-42/+2
* block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf2023-11-211-1/+22
* block: Add assertion for bdrv_graph_wrlock()Kevin Wolf2023-10-121-1/+2
* block: Introduce bdrv_schedule_unref()Kevin Wolf2023-09-201-7/+19
* block: spelling fixesMichael Tokarev2023-09-081-1/+1
* Revert "graph-lock: Disable locking for now"Kevin Wolf2023-06-281-26/+0
* graph-lock: Unlock the AioContext while pollingKevin Wolf2023-06-281-1/+22
* graph-lock: Disable locking for nowKevin Wolf2023-05-191-0/+24
* graph-lock: Honour read locks even in the main threadKevin Wolf2023-05-191-10/+0
* block: compile out assert_bdrv_graph_readable() by defaultStefan Hajnoczi2023-05-101-0/+3
* block: convert bdrv_graph_wrlock() to AIO_WAIT_WHILE_UNLOCKED()Stefan Hajnoczi2023-04-251-1/+1
* graph-lock: TSA annotations for lock/unlock functionsKevin Wolf2022-12-151-0/+3
* block: assert that graph read and writes are performed correctlyEmanuele Giuseppe Esposito2022-12-151-0/+11
* graph-lock: Introduce a lock to protect block graph operationsPaolo Bonzini2022-12-151-0/+261