Re: [PATCH 00/21] Graph locking part 4 (node management)

2023-08-22 Thread Stefan Hajnoczi
On Thu, Aug 17, 2023 at 02:49:59PM +0200, Kevin Wolf wrote: > The previous parts of the graph locking changes focussed mostly on the > BlockDriver side and taking reader locks while performing I/O. This > series focusses more on the functions managing the graph structure, i.e > adding, removing

[PATCH 00/21] Graph locking part 4 (node management)

2023-08-17 Thread Kevin Wolf
The previous parts of the graph locking changes focussed mostly on the BlockDriver side and taking reader locks while performing I/O. This series focusses more on the functions managing the graph structure, i.e adding, removing and replacing nodes and updating their permissions. Many of these