mbox series

[v4,0/5] qcow2 check improvements part I

Message ID 20181214134240.217870-1-vsementsov@virtuozzo.com (mailing list archive)
Headers show
Series qcow2 check improvements part I | expand

Message

Vladimir Sementsov-Ogievskiy Dec. 14, 2018, 1:42 p.m. UTC
Hi all!

These series are derived from "[PATCH v3 0/8] qcow2 check improvements"
(https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02284.html)

Some patches are new, some patches are not included and are postponed to
part II.

So, here:
01,03 - unchanged
02: handle broken iotest
04-05: new

Vladimir Sementsov-Ogievskiy (5):
  qcow2-refcount: fix check_oflag_copied
  qcow2-refcount: avoid eating RAM
  qcow2-refcount: check_refcounts_l2: reduce ignored overlaps
  qcow2-refcount: check_refcounts_l2: don't count fixed cluster as
    allocated
  qcow2-refcount: don't mask corruptions under internal errors

 block/qcow2-refcount.c     | 87 +++++++++++++++++++++++---------------
 tests/qemu-iotests/138     | 12 +++---
 tests/qemu-iotests/138.out |  5 ++-
 3 files changed, 61 insertions(+), 43 deletions(-)

Comments

Vladimir Sementsov-Ogievskiy Jan. 10, 2019, 3:28 p.m. UTC | #1
ping

14.12.2018 16:42, Vladimir Sementsov-Ogievskiy wrote:
> Hi all!
> 
> These series are derived from "[PATCH v3 0/8] qcow2 check improvements"
> (https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02284.html)
> 
> Some patches are new, some patches are not included and are postponed to
> part II.
> 
> So, here:
> 01,03 - unchanged
> 02: handle broken iotest
> 04-05: new
> 
> Vladimir Sementsov-Ogievskiy (5):
>    qcow2-refcount: fix check_oflag_copied
>    qcow2-refcount: avoid eating RAM
>    qcow2-refcount: check_refcounts_l2: reduce ignored overlaps
>    qcow2-refcount: check_refcounts_l2: don't count fixed cluster as
>      allocated
>    qcow2-refcount: don't mask corruptions under internal errors
> 
>   block/qcow2-refcount.c     | 87 +++++++++++++++++++++++---------------
>   tests/qemu-iotests/138     | 12 +++---
>   tests/qemu-iotests/138.out |  5 ++-
>   3 files changed, 61 insertions(+), 43 deletions(-)
>
Vladimir Sementsov-Ogievskiy Feb. 27, 2019, 10:07 a.m. UTC | #2
ping

10.01.2019 18:28, Vladimir Sementsov-Ogievskiy wrote:
> ping
> 
> 14.12.2018 16:42, Vladimir Sementsov-Ogievskiy wrote:
>> Hi all!
>>
>> These series are derived from "[PATCH v3 0/8] qcow2 check improvements"
>> (https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02284.html)
>>
>> Some patches are new, some patches are not included and are postponed to
>> part II.
>>
>> So, here:
>> 01,03 - unchanged
>> 02: handle broken iotest
>> 04-05: new
>>
>> Vladimir Sementsov-Ogievskiy (5):
>>    qcow2-refcount: fix check_oflag_copied
>>    qcow2-refcount: avoid eating RAM
>>    qcow2-refcount: check_refcounts_l2: reduce ignored overlaps
>>    qcow2-refcount: check_refcounts_l2: don't count fixed cluster as
>>      allocated
>>    qcow2-refcount: don't mask corruptions under internal errors
>>
>>   block/qcow2-refcount.c     | 87 +++++++++++++++++++++++---------------
>>   tests/qemu-iotests/138     | 12 +++---
>>   tests/qemu-iotests/138.out |  5 ++-
>>   3 files changed, 61 insertions(+), 43 deletions(-)
>>
> 
>