]> git.proxmox.com Git - qemu.git/commit - trace-events
qcow2: Reduce number of I/O requests
authorKevin Wolf <kwolf@redhat.com>
Fri, 2 Mar 2012 13:10:54 +0000 (14:10 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 12 Mar 2012 14:14:07 +0000 (15:14 +0100)
commit250196f19c6e7df12965d74a5073e10aba06c802
tree53e93bcbfbf9355fe6d3f09e6045c3036959434c
parent256900b16b0264af9e165bceabbf74dcece4ea38
qcow2: Reduce number of I/O requests

If the first part of a write request is allocated, but the second isn't
and it can be allocated so that the resulting area is contiguous, handle
it at once. This is a common case for sequential writes.

After this patch, alloc_cluster_offset() only checks if the clusters are
already allocated or how many new clusters can be allocated contigouosly.
The actual cluster allocation is split off into a new function
do_alloc_cluster_offset().

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
block/qcow2-cluster.c
block/qcow2.h
trace-events