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

2021-06-25 Thread Vladimir Sementsov-Ogievskiy
14.06.2021 11:11, 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 AioContexlock in block-copy, by introducing smaller granula

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

2021-06-19 Thread Vladimir Sementsov-Ogievskiy
19.06.2021 15:21, Vladimir Sementsov-Ogievskiy wrote: 14.06.2021 11:17, Emanuele Giuseppe Esposito wrote: On 14/06/2021 10:11, Emanuele Giuseppe Esposito wrote: This serie of patches bring thread safety to the smaller APIs used by block-copy, namely ratelimit, progressmeter, co-shared-resourc

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

2021-06-19 Thread Vladimir Sementsov-Ogievskiy
14.06.2021 11:17, Emanuele Giuseppe Esposito wrote: On 14/06/2021 10:11, 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 A

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

2021-06-14 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 AioContexlock in block-copy, by introducing smaller granularity locks thus on making the block layer thread safe.

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

2021-06-14 Thread Emanuele Giuseppe Esposito
Please discard this thread, I had an issue with git send-email and patch 3-5 are missing. Thank you, Emanuele On 14/06/2021 10:08, Emanuele Giuseppe Esposito wrote: This serie of patches bring thread safety to the smaller APIs used by block-copy, namely ratelimit, progressmeter, co-shared-reso

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

2021-06-14 Thread Emanuele Giuseppe Esposito
On 14/06/2021 10:11, 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 AioContexlock in block-copy, by introducing smaller g

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

2021-06-14 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 AioContexlock in block-copy, by introducing smaller granularity locks thus on making the block layer thread safe.