Re: [PATCH 0/6] block-copy: make helper APIs thread safe

2021-05-12 Thread Stefan Hajnoczi
On Mon, May 10, 2021 at 10:59:35AM +0200, Emanuele Giuseppe Esposito wrote: > This serie of patches bring thread safety to the smaller APIs used by > block-copy, namely ratelimit, progressmeter, co-shared-resource > and aiotask. > The end goal is to reduce the usage of the global > AioContexlock in

Re: [PATCH 0/6] block-copy: make helper APIs thread safe

2021-05-10 Thread Vladimir Sementsov-Ogievskiy
10.05.2021 11:59, Emanuele Giuseppe Esposito wrote: This serie of patches bring thread safety to the smaller APIs used by block-copy, namely ratelimit, progressmeter, co-shared-resource and aiotask. The end goal is to reduce the usage of the global AioContexlock in block-copy, by introducing smal

[PATCH 0/6] block-copy: make helper APIs thread safe

2021-05-10 Thread Emanuele Giuseppe Esposito
This serie of patches bring thread safety to the smaller APIs used by block-copy, namely ratelimit, progressmeter, co-shared-resource and aiotask. The end goal is to reduce the usage of the global AioContexlock in block-copy, by introducing smaller granularity locks thus on making the block layer t