1. 1987530 qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri Lublin) by aliguori · 16 years ago
  2. c421820 block-qcow2: export highest_allocated through BlockDriverInfo and get_info() (Uri Lublin) by aliguori · 16 years ago
  3. 5d4cbd7 block-qcow2: keep highest allocated byte (Uri Lublin) by aliguori · 16 years ago
  4. 63c75dc Avoid calling qemu_mallocz with zero size by malc · 16 years ago
  5. 54c1657 qcow2: free old snapshots array upon creation of a new one (Uri Lublin) by aliguori · 16 years ago
  6. ff4b91c qcow2: Fix cluster allocation (Kevin Wolf) by aliguori · 16 years ago
  7. ab5ccbd Fix compressed qcow2 (Gleb Natapov) by aliguori · 16 years ago
  8. 4dc822d Use writeback caching by default with qcow2 by aliguori · 16 years ago
  9. e976c6a Change order of metadata update to prevent loosing guest data because of unexpected exit (Gleb Natapov) by aliguori · 16 years ago
  10. 6db6c63 Cleanup {alloc|get}_cluster_offset() (Gleb Natapov) by aliguori · 16 years ago
  11. 643e539 Write table offset and size in one syscall (Gleb Natapov) by aliguori · 16 years ago
  12. a32ef78 Introduce new helper function qcow_shedule_bh() (Gleb Natapov) by aliguori · 16 years ago
  13. ac67488 Remove tabs from qcow_aio_read_cb(). (Gleb Natapov) by aliguori · 16 years ago
  14. 1490791 fix bdrv_aio_read API breakage in qcow2 (Andrea Arcangeli) by aliguori · 16 years ago
  15. f4af02e fix bug in block-qcow2.c:alloc_cluster_offset() (Shahar Frank) by aliguori · 16 years ago
  16. ac509d8 Move offsetof to osdep.h, remove local defintions. by balrog · 17 years ago
  17. bc35208 qcow2: Try to aggregate free clusters and freed clusters (Laurent Vivier) by aliguori · 17 years ago
  18. 768706a qcow2: Make sure to return an error when L2 table loading fails by aliguori · 17 years ago
  19. 095a9c5 qcow2: Aggregate same type clusters (Laurent Vivier) by aliguori · 17 years ago
  20. 52d893e Extract compressing part from alloc_cluster_offset() (Laurent Vivier) by aliguori · 17 years ago
  21. 0520352 Divide get_cluster_offset() (Laurent Vivier) by aliguori · 17 years ago
  22. 108534b qcow2: Extract code from get_cluster_offset() (Laurent Vivier) by aliguori · 17 years ago
  23. b5eff35 Revert fix for CVE-2008-0928. Will be fixed in a different way later. by aurel32 · 17 years ago
  24. 902b27d Fix CVE-2008-0928 - insufficient block device address range checking by aurel32 · 17 years ago
  25. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  26. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  27. ec36ba1 vmdk compatibility level 6 images, by Soren Hansen. by ths · 18 years ago
  28. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  29. 23be50f Qcow2: Release refcount table clusters after growing the refcount table, by ths · 18 years ago
  30. a4080ec Qcow2 corruption fix, by Juergen Keil. by ths · 18 years ago
  31. ce1a14d Dynamically allocate AIO Completion Blocks. by pbrook · 19 years ago
  32. a946592 handle read outside the backing file by bellard · 19 years ago
  33. 15e6690 fixed disk image creation by bellard · 19 years ago
  34. 585f858 new qcow2 disk image format by bellard · 19 years ago