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

2020-03-13 Thread Vladimir Sementsov-Ogievskiy
12.03.2020 23:41, John Snow wrote: On 3/12/20 1:59 AM, Vladimir Sementsov-Ogievskiy wrote: 11.03.2020 20:03, John Snow wrote: On 3/11/20 9:58 AM, Vladimir Sementsov-Ogievskiy wrote: 11.03.2020 12:55, Max Reitz wrote: On 11.03.20 07:17, Vladimir Sementsov-Ogievskiy wrote: 10.03.2020

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

2020-03-12 Thread John Snow
On 3/12/20 1:59 AM, Vladimir Sementsov-Ogievskiy wrote: > 11.03.2020 20:03, John Snow wrote: >> >> >> On 3/11/20 9:58 AM, Vladimir Sementsov-Ogievskiy wrote: >>> 11.03.2020 12:55, Max Reitz wrote: On 11.03.20 07:17, Vladimir Sementsov-Ogievskiy wrote: > 10.03.2020 20:17, Max Reitz

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

2020-03-12 Thread John Snow
On 3/12/20 1:59 AM, Vladimir Sementsov-Ogievskiy wrote: > > It would be great, if it is convenient for you. Thanks! > All patches are reviewed now by Max or Eric, so, I'd be very glad if > this get in 5.0. Testing and staging right now. --js

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

2020-03-11 Thread Vladimir Sementsov-Ogievskiy
11.03.2020 20:03, John Snow wrote: On 3/11/20 9:58 AM, Vladimir Sementsov-Ogievskiy wrote: 11.03.2020 12:55, Max Reitz wrote: On 11.03.20 07:17, Vladimir Sementsov-Ogievskiy wrote: 10.03.2020 20:17, Max Reitz wrote: On 06.03.20 08:45, Vladimir Sementsov-Ogievskiy wrote: 26.02.2020 16:13,

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

2020-03-11 Thread John Snow
On 3/11/20 9:58 AM, Vladimir Sementsov-Ogievskiy wrote: > 11.03.2020 12:55, Max Reitz wrote: >> On 11.03.20 07:17, Vladimir Sementsov-Ogievskiy wrote: >>> 10.03.2020 20:17, Max Reitz wrote: On 06.03.20 08:45, Vladimir Sementsov-Ogievskiy wrote: > 26.02.2020 16:13, Max Reitz wrote:

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

2020-03-11 Thread Vladimir Sementsov-Ogievskiy
11.03.2020 12:55, Max Reitz wrote: On 11.03.20 07:17, Vladimir Sementsov-Ogievskiy wrote: 10.03.2020 20:17, Max Reitz wrote: On 06.03.20 08:45, Vladimir Sementsov-Ogievskiy wrote: 26.02.2020 16:13, Max Reitz wrote: On 05.02.20 12:20, Vladimir Sementsov-Ogievskiy wrote: Hi! The main feature

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

2020-03-11 Thread Max Reitz
On 11.03.20 07:17, Vladimir Sementsov-Ogievskiy wrote: > 10.03.2020 20:17, Max Reitz wrote: >> On 06.03.20 08:45, Vladimir Sementsov-Ogievskiy wrote: >>> 26.02.2020 16:13, Max Reitz wrote: On 05.02.20 12:20, Vladimir Sementsov-Ogievskiy wrote: > Hi! > > The main feature here is

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

2020-03-11 Thread Vladimir Sementsov-Ogievskiy
10.03.2020 20:17, Max Reitz wrote: On 06.03.20 08:45, Vladimir Sementsov-Ogievskiy wrote: 26.02.2020 16:13, Max Reitz wrote: On 05.02.20 12:20, 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 /

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

2020-03-10 Thread Max Reitz
On 06.03.20 08:45, Vladimir Sementsov-Ogievskiy wrote: > 26.02.2020 16:13, Max Reitz wrote: >> On 05.02.20 12:20, 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. >>> >>>

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

2020-03-05 Thread Vladimir Sementsov-Ogievskiy
26.02.2020 16:13, Max Reitz wrote: On 05.02.20 12:20, 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. Somehow, I thought that it was merged, but seems I even forgot to send v4. The

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

2020-02-26 Thread Max Reitz
On 05.02.20 12:20, 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. > > Somehow, I thought that it was merged, but seems I even forgot to send > v4. The changes from v3 look good to

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

2020-02-26 Thread Vladimir Sementsov-Ogievskiy
gently ping.. almost all patches has r-b marks (except for 5 and 8) 05.02.2020 14:20, 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. Somehow, I thought that it was merged, but seems I

[PATCH v4 00/10] Further bitmaps improvements

2020-02-05 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. Somehow, I thought that it was merged, but seems I even forgot to send v4. v4: 01-04: add Max's r-b 05: switch test_hbitmap_next_zero_check_range args to int64_t too 06: fix