]> git.proxmox.com Git - mirror_qemu.git/history - block/qcow2-refcount.c
block/raw-posix: Abort on pread beyond end of non-growable file
[mirror_qemu.git] / block / qcow2-refcount.c
2010-01-26 Kevin Wolfqcow2: Don't ignore qcow2_alloc_clusters return value
2010-01-26 Kevin Wolfqcow2: Don't ignore update_refcount return value
2010-01-26 Kevin Wolfqcow2: Allow updating no refcounts
2010-01-26 Kevin Wolfqcow2: Improve error handling in update_refcount
2010-01-26 Kevin Wolfqcow2: Fix error handling in grow_refcount_table
2010-01-13 Amit Shahqcow2-refcount: remove dead assignment
2009-12-03 Kevin Wolfqcow2: Fix some more qemu_malloc fallout
2009-10-27 Kevin Wolfqcow2: Fix grow_refcount_table error handling
2009-10-05 Kevin Wolfqcow2: Increase maximum cluster size to 2 MB
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-10 Kevin Wolfqcow2: Fix L1 table memory allocation
2009-06-29 Kevin Wolfqcow2: Cache refcount blocks during snapshot creation
2009-06-16 Kevin Wolfupdate_refcount: Write complete sectors
2009-06-16 Kevin Wolfqcow2: Rename global functions
2009-06-16 Kevin Wolfqcow2: Split out guest cluster functions
2009-06-16 Kevin Wolfqcow2: Split out refcount handling