mbox series

[0/4] qcow2: Preallocation fixes

Message ID 20190415155452.5115-1-kwolf@redhat.com (mailing list archive)
Headers show
Series qcow2: Preallocation fixes | expand

Message

Kevin Wolf April 15, 2019, 3:54 p.m. UTC
Kevin Wolf (4):
  qcow2: Avoid COW during metadata preallocation
  qcow2: Fix preallocation bdrv_pwrite to wrong file
  qcow2: Add errp to preallocate_co()
  qcow2: Fix full preallocation with external data file

 block/qcow2.c | 47 +++++++++++++++++++++++++++--------------------
 1 file changed, 27 insertions(+), 20 deletions(-)

Comments

Kevin Wolf April 29, 2019, 8:51 a.m. UTC | #1
Am 15.04.2019 um 17:54 hat Kevin Wolf geschrieben:
> Kevin Wolf (4):
>   qcow2: Avoid COW during metadata preallocation
>   qcow2: Fix preallocation bdrv_pwrite to wrong file
>   qcow2: Add errp to preallocate_co()
>   qcow2: Fix full preallocation with external data file

Applied the remaining patches to the block branch.

Kevin