qemu/block
Kevin Wolf f50f88b9fe qcow2: Allocate l2meta only for cluster allocations
Even for writes to already allocated clusters, an l2meta is allocated,
though it stays effectively unused. After this patch, only allocating
requests still have one. Each l2meta now describes an in-flight request
that writes to clusters that are not yet hooked up in the L2 table.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2012-12-13 15:37:59 +01:00
..
blkdebug.c blkdebug: Implement suspend/resume of AIO requests 2012-12-12 12:33:48 +01:00
blkverify.c
bochs.c
cloop.c
commit.c aio: Get rid of qemu_aio_flush() 2012-12-11 11:04:25 +01:00
cow.c
curl.c
dmg.c
gluster.c
iscsi.c iscsi: do not assume device is zero initialized 2012-11-28 12:51:58 +01:00
linux-aio.c
Makefile.objs
mirror.c aio: Get rid of qemu_aio_flush() 2012-12-11 11:04:25 +01:00
nbd.c
parallels.c
qcow2-cache.c
qcow2-cluster.c qcow2: Allocate l2meta only for cluster allocations 2012-12-13 15:37:59 +01:00
qcow2-refcount.c
qcow2-snapshot.c
qcow2.c qcow2: Allocate l2meta only for cluster allocations 2012-12-13 15:37:59 +01:00
qcow2.h qcow2: Allocate l2meta only for cluster allocations 2012-12-13 15:37:59 +01:00
qcow.c
qed-check.c
qed-cluster.c
qed-gencb.c
qed-l2-cache.c
qed-table.c
qed.c
qed.h
raw-aio.h
raw-posix.c raw-posix: inline paio_ioctl into hdev_aio_ioctl 2012-12-11 11:04:26 +01:00
raw-win32.c Fix error code checking for SetFilePointer() call 2012-12-11 11:36:57 +01:00
raw.c
rbd.c rbd: Fix race between aio completition and aio cancel 2012-12-11 11:05:11 +01:00
sheepdog.c
stream.c aio: Get rid of qemu_aio_flush() 2012-12-11 11:04:25 +01:00
vdi.c
vmdk.c
vpc.c block: vpc support for ~2 TB disks 2012-12-11 11:04:26 +01:00
vvfat.c
win32-aio.c