Re: [PATCH 00/22] block: Graph locking part 5 (protect children/parent links)

2023-10-11 Thread Kevin Wolf
Am 10.10.2023 um 22:48 hat Stefan Hajnoczi geschrieben: > On Fri, Sep 29, 2023 at 04:51:35PM +0200, Kevin Wolf wrote: > > After all the preparation in previous series, this series reaches an > > important milestone for the graph locking work: TSA can now verify that > > all accesses to the children

Re: [PATCH 00/22] block: Graph locking part 5 (protect children/parent links)

2023-10-10 Thread Stefan Hajnoczi
On Fri, Sep 29, 2023 at 04:51:35PM +0200, Kevin Wolf wrote: > After all the preparation in previous series, this series reaches an > important milestone for the graph locking work: TSA can now verify that > all accesses to the children and parent lists of nodes happen under the > graph lock. > > H

[PATCH 00/22] block: Graph locking part 5 (protect children/parent links)

2023-09-29 Thread Kevin Wolf
After all the preparation in previous series, this series reaches an important milestone for the graph locking work: TSA can now verify that all accesses to the children and parent lists of nodes happen under the graph lock. However, this is not the end of the graph locking work yet. On the one ha