1. c120f0f qapi event: convert BLOCK_IMAGE_CORRUPTED by Wenchao Xia · 11 years ago
  2. 65f33bc qcow2: Fix alloc_clusters_noref() overflow detection by Max Reitz · 11 years ago
  3. a49139a qcow2: Catch bdrv_getlength() error by Max Reitz · 11 years ago
  4. 91f827d qcow2: Avoid overflow in alloc_clusters_noref() by Max Reitz · 11 years ago
  5. 0abe740 qcow2: Protect against some integer overflows in bdrv_check by Kevin Wolf · 11 years ago
  6. bb572ae qcow2: Fix types in qcow2_alloc_clusters and alloc_clusters_noref by Kevin Wolf · 11 years ago
  7. 2b5d595 qcow2: Check new refcount table size on growth by Kevin Wolf · 11 years ago
  8. db8a31d qcow2: Avoid integer overflow in get_refcount (CVE-2014-0143) by Kevin Wolf · 11 years ago
  9. b106ad9 qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0147) by Kevin Wolf · 11 years ago
  10. 5dab2fa qcow2: Check refcount table size (CVE-2014-0144) by Kevin Wolf · 11 years ago
  11. a134d90 qcow2: Fix fail path in realloc_refcount_block() by Max Reitz · 11 years ago
  12. 8a15b81 qcow2: Correct comment for realloc_refcount_block() by Max Reitz · 11 years ago
  13. 26d49c4 qcow2-refcount: Sanitize refcount table entry by Max Reitz · 11 years ago
  14. 33304ec qcow2: fix offset overflow in qcow2_alloc_clusters_at() by Hu Tao · 11 years ago
  15. ac95acd qcow2: use start_of_cluster() and offset_into_cluster() everywhere by Hu Tao · 11 years ago
  16. 3e35539 qcow2: Make overlap check mask variable by Max Reitz · 11 years ago
  17. 231bb26 qcow2: Use negated overflow check mask by Max Reitz · 11 years ago
  18. 8f730dd qcow2: Free preallocated zero clusters by Max Reitz · 11 years ago
  19. 998b959 qcow2: Use pread for inactive L1 in overlap check by Max Reitz · 11 years ago
  20. db07490 qcow2: CHECK_OFLAG_COPIED is obsolete by Max Reitz · 11 years ago
  21. 1e242b5 qcow2: Correct endianness in overlap check by Max Reitz · 11 years ago
  22. 7454d60 qcow2: Don't shadow return value by Max Reitz · 11 years ago
  23. 32b6444 qcow2-cluster: Expand zero clusters by Max Reitz · 11 years ago
  24. afa5019 qcow2-refcount: Repair shared refcount blocks by Max Reitz · 11 years ago
  25. e23e400 qcow2-refcount: Repair OFLAG_COPIED errors by Max Reitz · 12 years ago
  26. 4f6ed88 qcow2-refcount: Move OFLAG_COPIED checks by Max Reitz · 12 years ago
  27. a40f1c2 qcow2: Metadata overlap checks by Max Reitz · 12 years ago
  28. 8b81a7b qcow2-refcount: Snapshot update for zero clusters by Max Reitz · 12 years ago
  29. 0b919fa qcow2: Batch discards by Kevin Wolf · 12 years ago
  30. 67af674 qcow2: Options to enable discard for freed clusters by Kevin Wolf · 12 years ago
  31. 6cfcb9b qcow2: Add refcount update reason to all callers by Kevin Wolf · 12 years ago
  32. c2b6ff5 qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcount by Kevin Wolf · 12 years ago
  33. c2bc78b qcow2: Return real error in qcow2_update_snapshot_refcount by Kevin Wolf · 12 years ago
  34. c349ca4 qcow2: Fix "total clusters" number in bdrv_check by Kevin Wolf · 12 years ago
  35. 3647917 qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount() by Stefan Hajnoczi · 12 years ago
  36. f9cb286 qcow2: drop flush in update_cluster_refcount() by Stefan Hajnoczi · 12 years ago
  37. 2154f24 qcow2: flush in qcow2_update_snapshot_refcount() by Stefan Hajnoczi · 12 years ago
  38. c1f5baf qcow2: set L2 cache dependency in qcow2_alloc_bytes() by Stefan Hajnoczi · 12 years ago
  39. 9991923 qcow2: flush refcount cache correctly in alloc_refcount_block() by Stefan Hajnoczi · 12 years ago
  40. 4db3516 qcow2: support compressed clusters in BlockFragInfo by Stefan Hajnoczi · 12 years ago
  41. fba31ba qcow2: record fragmentation statistics during check by Stefan Hajnoczi · 12 years ago
  42. 801f704 qcow2: introduce check_refcounts_l1/l2() flags by Stefan Hajnoczi · 12 years ago
  43. c6bb9ad qemu-img: find the image end offset during check by Federico Simoncelli · 12 years ago
  44. 6528499 g_malloc(0) and g_malloc0(0) return NULL; simplify by Markus Armbruster · 12 years ago
  45. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  46. a354807 qcow2: Fix refcount table size calculation by Kevin Wolf · 12 years ago
  47. 206e6d8 qcow2: preserve free_byte_offset when qcow2_alloc_bytes() fails by Stefan Hajnoczi · 13 years ago
  48. 6af4e9e qcow2: always operate caches in writeback mode by Paolo Bonzini · 13 years ago
  49. 166acf5 qcow2: Support for fixing refcount inconsistencies by Kevin Wolf · 13 years ago
  50. 8726775 qcow2: fix endianness conversion by Zhi Yong Wu · 13 years ago
  51. 6377af4 qcow2: Support reading zero clusters by Kevin Wolf · 13 years ago
  52. afdf0ab qcow2: Ignore reserved bits in check_refcounts by Kevin Wolf · 13 years ago
  53. 76dc9e0 qcow2: Ignore reserved bits in refcount table entries by Kevin Wolf · 13 years ago
  54. c7a4c37 qcow2: Refactor qcow2_free_any_clusters by Kevin Wolf · 13 years ago
  55. 8e37f68 qcow2: Ignore reserved bits in L1/L2 entries by Kevin Wolf · 13 years ago
  56. f24423b qcow2: Fix refcount block allocation during qcow2_alloc_cluster_at() by Kevin Wolf · 13 years ago
  57. 2795ecf qcow2: Fix return value of alloc_refcount_block by Kevin Wolf · 13 years ago
  58. 256900b qcow2: Add qcow2_alloc_clusters_at() by Kevin Wolf · 13 years ago
  59. 43a0cac qcow2: Fix order of refcount updates in qcow2_snapshot_goto by Kevin Wolf · 13 years ago
  60. 2f4b759 qcow2: remove unused qcow2_create_refcount_update function by Frediano Ziglio · 14 years ago
  61. 35ee5e3 qcow2: use always stderr for debugging by Frediano Ziglio · 14 years ago
  62. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  63. 93913df qcow2: Use Qcow2Cache in writeback mode during loadvm/savevm by Kevin Wolf · 14 years ago
  64. 80fa334 qcow2: Fix memory leaks in error cases by Kevin Wolf · 14 years ago
  65. a1c7273 Fix typos in comments and code (occured -> occurred and related) by Stefan Weil · 14 years ago
  66. 1869a65 qcow2-refcount: remove write-only variables by Blue Swirl · 14 years ago
  67. 29c1a73 qcow2: Use QcowCache by Kevin Wolf · 14 years ago
  68. 1c02e2a qcow2: Invalidate cache after failed read by Kevin Wolf · 14 years ago
  69. 83e3f76 block: avoid a write only variable by Blue Swirl · 14 years ago
  70. 29216ed qcow2: Move sync out of qcow2_alloc_clusters by Kevin Wolf · 14 years ago
  71. 1c4c281 qcow2: Move sync out of update_refcount by Kevin Wolf · 14 years ago
  72. c01828f qcow2: Move sync out of write_refcount_block_entries by Kevin Wolf · 14 years ago
  73. 9ac228e qcow2/vdi: Change check to distinguish error cases by Kevin Wolf · 15 years ago
  74. f74550f qcow2: Don't try to check tables that couldn't be loaded by Kevin Wolf · 15 years ago
  75. 6882c8f qcow2: Fix qemu-img check segfault on corrupted images by Kevin Wolf · 15 years ago
  76. 8b3b720 qcow2: Use bdrv_(p)write_sync for metadata writes by Kevin Wolf · 15 years ago
  77. e14e8ba qcow2: Return real error code in load_refcount_block by Kevin Wolf · 15 years ago
  78. 2eaa8f6 qcow2: Allow alloc_clusters_noref to return errors by Kevin Wolf · 15 years ago
  79. 018faaf qcow2: Allow get_refcount to return errors by Kevin Wolf · 15 years ago
  80. 86fa8da qcow2: Fix corruption after error in update_refcount by Kevin Wolf · 15 years ago
  81. 25408c0 qcow2: Fix corruption after refblock allocation by Kevin Wolf · 15 years ago
  82. ed0df86 qcow2: Return right error code in write_refcount_block_entries by Kevin Wolf · 15 years ago
  83. 003fad6 qcow2: Remove abort on free_clusters failure by Kevin Wolf · 15 years ago
  84. 508e089 qcow2: Avoid shadowing variable in alloc_clusters_noref() by Stefan Hajnoczi · 15 years ago
  85. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  86. 8252278 qcow2: Trigger blkdebug events by Kevin Wolf · 15 years ago
  87. 746c3cb qcow2: More checks for qemu-img check by Kevin Wolf · 15 years ago
  88. 92dcb59 qcow2: Rewrite alloc_refcount_block/grow_refcount_table by Kevin Wolf · 15 years ago
  89. 05121ae qcow2: Factor next_refcount_table_size out by Kevin Wolf · 15 years ago
  90. 5d757b5 qcow2: Don't ignore qcow2_alloc_clusters return value by Kevin Wolf · 15 years ago
  91. db3a964 qcow2: Don't ignore update_refcount return value by Kevin Wolf · 15 years ago
  92. 7322afe qcow2: Allow updating no refcounts by Kevin Wolf · 15 years ago
  93. 09508d1 qcow2: Improve error handling in update_refcount by Kevin Wolf · 15 years ago
  94. f2b7c8b qcow2: Fix error handling in grow_refcount_table by Kevin Wolf · 15 years ago
  95. f7dcfac qcow2-refcount: remove dead assignment by Amit Shah · 15 years ago
  96. 702ef63 qcow2: Fix some more qemu_malloc fallout by Kevin Wolf · 15 years ago
  97. c5baaa4 qcow2: Fix grow_refcount_table error handling by Kevin Wolf · 15 years ago
  98. 80ee15a qcow2: Increase maximum cluster size to 2 MB by Kevin Wolf · 15 years ago
  99. 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 16 years ago
  100. 3f6a3ee qcow2: Fix L1 table memory allocation by Kevin Wolf · 16 years ago