]> git.proxmox.com Git - qemu.git/history - block/qcow2-cluster.c
block: Open the underlying image file in generic code
[qemu.git] / block / qcow2-cluster.c
2010-05-03 Kevin Wolfblock: Open the underlying image file in generic code
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Kevin Wolfqcow2: Return 0/-errno in l2_allocate
2010-04-23 Kevin Wolfqcow2: Return 0/-errno in write_l1_entry
2010-04-23 Kevin Wolfqcow2: Fix error return code in qcow2_alloc_cluster_link_l2
2010-04-23 Kevin Wolfqcow2: Return 0/-errno in write_l2_entries
2010-04-23 Kevin Wolfqcow2: Trigger blkdebug events
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-09 Kevin Wolfqcow2: Remove request from in-flight list after error
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-19 Kevin Wolfqcow2: Fix access after end of array
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Kevin Wolfqcow2: Fix signedness bugs
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