aboutsummaryrefslogtreecommitdiff
path: root/block/snapshot-access.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-08block: Take graph lock for most of .bdrv_openKevin Wolf1-0/+3
2023-11-08block: Add missing GRAPH_RDLOCK annotationsKevin Wolf1-1/+1
2023-09-08block: Make more BlockDriver definitions staticKevin Wolf1-1/+1
2023-02-23block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCKKevin Wolf1-2/+2
2023-02-23block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-2/+2
2022-10-27block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy1-3/+3
2022-03-07block: introduce snapshot-access block driverVladimir Sementsov-Ogievskiy1-0/+132