]> git.proxmox.com Git - mirror_qemu.git/history - block/qcow2-cluster.c
block/qcow2.c: fix warnings with _FORTIFY_SOURCE
[mirror_qemu.git] / block / qcow2-cluster.c
2010-01-26 Kevin Wolfqcow2: Don't ignore qcow2_alloc_clusters return value
2010-01-26 Kevin Wolfqcow2: Return 0/-errno in qcow2_alloc_cluster_offset
2010-01-26 Kevin Wolfqcow2: Return 0/-errno in get_cluster_table
2010-01-26 Kevin Wolfqcow2: Fix error handling in qcow2_grow_l1_table
2009-11-09 Stefan Weilqcow2: Allow qcow2 disk images with size zero
2009-10-27 Kevin WolfRevert "qcow2: Bring synchronous read/write back to...
2009-10-15 Kevin Wolfqcow2: Bring synchronous read/write back to life
2009-10-05 Kevin Wolfqcow2: Increase maximum cluster size to 2 MB
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-09 Kevin Wolfqcow2: Order concurrent AIO requests on the same unallo...
2009-07-10 Kevin Wolfqcow2: Fix L1 table memory allocation
2009-06-16 Kevin Wolfalloc_cluster_link_l2: Write complete sectors
2009-06-16 Kevin Wolfl2_allocate: Write complete sectors
2009-06-16 Kevin Wolfqcow2: Rename global functions
2009-06-16 Kevin Wolfqcow2: Split out guest cluster functions