[PATCH v2 0/7] block-copy: protect block-copy internal structures

2021-05-18 Thread Emanuele Giuseppe Esposito
This serie of patches aims to reduce the usage of the global AioContexlock in block-copy, by introducing smaller granularity locks thus on making the block layer thread safe. This serie depends on Paolo's coroutine_sleep API and my previous serie that brings thread safety to the smaller API used

Re: [PATCH v2 0/7] block-copy: protect block-copy internal structures

2021-05-20 Thread Vladimir Sementsov-Ogievskiy
18.05.2021 13:07, Emanuele Giuseppe Esposito wrote: This serie of patches aims to reduce the usage of the global AioContexlock in block-copy, by introducing smaller granularity locks thus on making the block layer thread safe. This serie depends on Paolo's coroutine_sleep API and my previous ser

Re: [PATCH v2 0/7] block-copy: protect block-copy internal structures

2021-05-20 Thread Emanuele Giuseppe Esposito
On 20/05/2021 15:47, Vladimir Sementsov-Ogievskiy wrote: 18.05.2021 13:07, Emanuele Giuseppe Esposito wrote: This serie of patches aims to reduce the usage of the global AioContexlock in block-copy, by introducing smaller granularity locks thus on making the block layer thread safe. This ser

Re: [PATCH v2 0/7] block-copy: protect block-copy internal structures

2021-05-27 Thread Stefan Hajnoczi
On Tue, May 18, 2021 at 12:07:50PM +0200, Emanuele Giuseppe Esposito wrote: > This serie of patches aims to reduce the usage of the global > AioContexlock in block-copy, by introducing smaller granularity > locks thus on making the block layer thread safe. > > This serie depends on Paolo's corout