Re: [PATCH v3 00/10] Further bitmaps improvements

2020-01-20 Thread Eric Blake
On 1/20/20 10:33 AM, Vladimir Sementsov-Ogievskiy wrote: 20.01.2020 17:20, Max Reitz wrote: On 19.12.19 11:03, Vladimir Sementsov-Ogievskiy wrote: Hi! The main feature here is improvement of _next_dirty_area API, which I'm going to use then for backup / block-copy. Looks good to me overall,

Re: [PATCH v3 00/10] Further bitmaps improvements

2020-01-20 Thread Vladimir Sementsov-Ogievskiy
20.01.2020 17:20, Max Reitz wrote: > On 19.12.19 11:03, Vladimir Sementsov-Ogievskiy wrote: >> Hi! >> >> The main feature here is improvement of _next_dirty_area API, which I'm >> going to use then for backup / block-copy. > > Looks good to me overall, with a few minor changes. I’d rather leave >

Re: [PATCH v3 00/10] Further bitmaps improvements

2020-01-20 Thread Max Reitz
On 19.12.19 11:03, Vladimir Sementsov-Ogievskiy wrote: > Hi! > > The main feature here is improvement of _next_dirty_area API, which I'm > going to use then for backup / block-copy. Looks good to me overall, with a few minor changes. I’d rather leave patches 8 and 9 to Eric, though. (Even thoug

Re: [PATCH v3 00/10] Further bitmaps improvements

2020-01-20 Thread Vladimir Sementsov-Ogievskiy
ping 19.12.2019 13:03, Vladimir Sementsov-Ogievskiy wrote: > Hi! > > The main feature here is improvement of _next_dirty_area API, which I'm > going to use then for backup / block-copy. > > v3: rebase on current master. Mirror don't use _next_dirty_area any > more, so mirror chunks dropped (patc

[PATCH v3 00/10] Further bitmaps improvements

2019-12-19 Thread Vladimir Sementsov-Ogievskiy
Hi! The main feature here is improvement of _next_dirty_area API, which I'm going to use then for backup / block-copy. v3: rebase on current master. Mirror don't use _next_dirty_area any more, so mirror chunks dropped (patches 05 and 07) and 07 commit message changed. Vladimir Sementsov-Ogievski