[PATCH 0/3] qcow2: Fix write/copy error path with data file

Kevin Wolf posted 3 patches 5 years, 9 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200211094900.17315-1-kwolf@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
block/qcow2-cluster.c      |  7 +++++--
block/qcow2-refcount.c     |  1 +
tests/qemu-iotests/244     | 14 ++++++++++++++
tests/qemu-iotests/244.out |  6 ++++++
4 files changed, 26 insertions(+), 2 deletions(-)
[PATCH 0/3] qcow2: Fix write/copy error path with data file
Posted by Kevin Wolf 5 years, 9 months ago
Kevin Wolf (3):
  qcow2: update_refcount(): Reset old_table_index after
    qcow2_cache_put()
  qcow2: Fix qcow2_alloc_cluster_abort() for external data file
  iotests: Test copy offloading with external data file

 block/qcow2-cluster.c      |  7 +++++--
 block/qcow2-refcount.c     |  1 +
 tests/qemu-iotests/244     | 14 ++++++++++++++
 tests/qemu-iotests/244.out |  6 ++++++
 4 files changed, 26 insertions(+), 2 deletions(-)

-- 
2.20.1


Re: [PATCH 0/3] qcow2: Fix write/copy error path with data file
Posted by Kevin Wolf 5 years, 9 months ago
Am 11.02.2020 um 10:48 hat Kevin Wolf geschrieben:
> Kevin Wolf (3):
>   qcow2: update_refcount(): Reset old_table_index after
>     qcow2_cache_put()
>   qcow2: Fix qcow2_alloc_cluster_abort() for external data file
>   iotests: Test copy offloading with external data file

Applied to the block branch.

Kevin