Gradle Plugin Release 1.3.0-beta3
  1. 4057a2b block/qcow2: Implement status CB for amend by Max Reitz · 10 years ago
  2. 7748543 block: Add status callback to bdrv_amend_options() by Max Reitz · 10 years ago
  3. 9405418 qcow2: Optimize bdrv_make_empty() by Max Reitz · 10 years ago
  4. 491d27e qcow2: Implement bdrv_make_empty() by Max Reitz · 10 years ago
  5. 808c4b6 qcow2: Allow "full" discard by Max Reitz · 10 years ago
  6. 17bd5f4 qcow2: Drop REFCOUNT_SHIFT by Max Reitz · 10 years ago
  7. 5b84106 qcow2: Fix leaks in dirty images by Max Reitz · 10 years ago
  8. 1d13d65 qcow2: Calculate refcount block entry count by Max Reitz · 10 years ago
  9. bfb197e block: Eliminate BlockDriverState member device_name[] by Markus Armbruster · 10 years ago
  10. 9009b19 qapi: Add corrupt field to ImageInfoSpecificQCow2 by Max Reitz · 10 years ago
  11. ee42b5c qcow2: Add overlap-check.template option by Max Reitz · 10 years ago
  12. 7b17ce6 qcow2: Fix leak of QemuOpts in qcow2_open() by Max Reitz · 10 years ago
  13. 85186eb qcow2: Add qcow2_signal_corruption() by Max Reitz · 10 years ago
  14. 0e4271b qcow2: Add falloc and full preallocation option by Hu Tao · 10 years ago
  15. ffeaac9 qapi: introduce PreallocMode and new PreallocModes full and falloc. by Hu Tao · 10 years ago
  16. 180e952 block: don't convert file size to sector size by Hu Tao · 10 years ago
  17. c2eb918 block: round up file size to nearest sector by Hu Tao · 10 years ago
  18. 6c1c8d5 qcow2: Add runtime options for cache sizes by Max Reitz · 10 years ago
  19. 440ba08 qcow2: Constant cache size in bytes by Max Reitz · 10 years ago
  20. de82815 qcow2: Handle failure for potentially large allocations by Kevin Wolf · 10 years ago
  21. 75d3d21 block: Drop superfluous aligning of bdrv_getlength()'s value by Markus Armbruster · 10 years ago
  22. 57322b7 block: Use bdrv_nb_sectors() where sectors, not bytes are wanted by Markus Armbruster · 10 years ago
  23. 3baca89 block: Add Error argument to bdrv_refresh_limits() by Kevin Wolf · 10 years ago
  24. 12ac6d3 qcow2: Fix error path for unknown incompatible features by Kevin Wolf · 10 years ago
  25. 44deba5 qcow2: Make qiov match request size until backing file EOF by Kevin Wolf · 10 years ago
  26. 8ee79e7 block: Catch backing files assigned to non-COW drivers by Kevin Wolf · 10 years ago
  27. c282e1f cleanup QEMUOptionParameter by Chunyan Liu · 10 years ago
  28. 1bd0e2d qcow2.c: replace QEMUOptionParameter with QemuOpts by Chunyan Liu · 10 years ago
  29. 83d0521 change block layer to support both QemuOpts and QEMUOptionParamter by Chunyan Liu · 10 years ago
  30. a1904e4 qcow2: Plug memory leak on qcow2_invalidate_cache() error paths by Markus Armbruster · 10 years ago
  31. 521b2b5 block: Use correct width in format strings by Max Reitz · 10 years ago
  32. 4c2e5f8 qcow2: Flush metadata during read-only reopen by Kevin Wolf · 10 years ago
  33. c792707 qcow2: link all L2 meta updates in preallocate() by Stefan Hajnoczi · 10 years ago
  34. 6a83f8b qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143) by Kevin Wolf · 10 years ago
  35. 11b128f qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146) by Kevin Wolf · 10 years ago
  36. 2b5d595 qcow2: Check new refcount table size on growth by Kevin Wolf · 10 years ago
  37. b106ad9 qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0147) by Kevin Wolf · 10 years ago
  38. 6d33e8e qcow2: Fix backing file name length check by Kevin Wolf · 10 years ago
  39. 2d51c32 qcow2: Validate active L1 table offset and size (CVE-2014-0144) by Kevin Wolf · 10 years ago
  40. ce48f2f qcow2: Validate snapshot table offset/size (CVE-2014-0144) by Kevin Wolf · 10 years ago
  41. 8c7de28 qcow2: Validate refcount table offset by Kevin Wolf · 10 years ago
  42. 5dab2fa qcow2: Check refcount table size (CVE-2014-0144) by Kevin Wolf · 10 years ago
  43. a1b3955c qcow2: Check backing_file_offset (CVE-2014-0144) by Kevin Wolf · 10 years ago
  44. 24342f2 qcow2: Check header_length (CVE-2014-0144) by Kevin Wolf · 10 years ago
  45. c5a33ee qcow2: fix two memory leaks in qcow2_open error code path by Prasad Joshi · 10 years ago
  46. 5a8a30d block: Add error handling to bdrv_invalidate_cache() by Kevin Wolf · 10 years ago
  47. 27eb6c0 qcow2: Don't write with BDRV_O_INCOMING by Kevin Wolf · 10 years ago
  48. d475e5a qcow2: Keep option in qcow2_invalidate_cache() by Kevin Wolf · 10 years ago
  49. 3456a8d block: Update image size in bdrv_invalidate_cache() by Kevin Wolf · 10 years ago
  50. 76abe40 block: do not abuse EMEDIUMTYPE by Paolo Bonzini · 10 years ago
  51. 2e40134 block: Make bdrv_file_open() static by Max Reitz · 10 years ago
  52. ddf5636 block: Add reference parameter to bdrv_open() by Max Reitz · 10 years ago
  53. f67503e block: Change BDS parameter of bdrv_open() to ** by Max Reitz · 10 years ago
  54. 84d18f0 Use error_is_set() only when necessary by Markus Armbruster · 10 years ago
  55. 7c2bbf4 qcow2: check for NULL l2meta by Hu Tao · 10 years ago
  56. 16f0587 qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset() by Hu Tao · 10 years ago
  57. 14b4a8b block: remove qcow2 .bdrv_make_empty implementation by Jeff Cody · 10 years ago
  58. d34682c block: Move initialisation of BlockLimits to bdrv_refresh_limits() by Kevin Wolf · 11 years ago
  59. 72daa72 block: Allow reference for bdrv_file_open() by Max Reitz · 11 years ago
  60. 87ea75d qemu-option: Remove qemu_opts_create_nofail by Peter Crosthwaite · 10 years ago
  61. f8413b3 qcow2: Zero-initialise first cluster for new images by Kevin Wolf · 11 years ago
  62. cffb1ec block drivers: expose requirement for write same alignment from formats by Paolo Bonzini · 11 years ago
  63. 95de6d7 block drivers: add discard/write_zeroes properties to bdrv_get_info implementation by Paolo Bonzini · 11 years ago
  64. c9fbb99 block: Use BDRV_O_NO_BACKING where appropriate by Kevin Wolf · 11 years ago
  65. aa7bfbf block: add flags to bdrv_*_write_zeroes by Peter Lieven · 11 years ago
  66. ba2ab2f qcow2: Flush image after creation by Max Reitz · 11 years ago
  67. 6e13610 qcow2: Unset zero_beyond_eof in save_vmstate by Max Reitz · 11 years ago
  68. eedff66 qcow2: Restore total_sectors value in save_vmstate by Max Reitz · 11 years ago
  69. 1fa5cc8 qcow2: Evaluate overlap check options by Max Reitz · 11 years ago
  70. 4092e99 qcow2: Array assigning options to OL check bits by Max Reitz · 11 years ago
  71. 05de7e8 qcow2: Add overlap-check options by Max Reitz · 11 years ago
  72. 3e35539 qcow2: Make overlap check mask variable by Max Reitz · 11 years ago
  73. 231bb26 qcow2: Use negated overflow check mask by Max Reitz · 11 years ago
  74. f9bff97 qcow2: Remove wrong metadata overlap check by Max Reitz · 11 years ago
  75. 9e3f089 qcow2: Add missing space in error message by Max Reitz · 11 years ago
  76. 37764df qcow2: Add support for ImageInfoSpecific by Max Reitz · 11 years ago
  77. c4217f6 block: qcow2 - used QEMU_PACKED for on-disk structures by Jeff Cody · 11 years ago
  78. 3ef6c40 qcow2: Use Error parameter by Max Reitz · 11 years ago
  79. cc84d90 block: Error parameter for create functions by Max Reitz · 11 years ago
  80. 34b5d2c block: Error parameter for open functions by Max Reitz · 11 years ago
  81. d5124c0 bdrv: Use "Error" for creating images by Max Reitz · 11 years ago
  82. 015a103 bdrv: Use "Error" for opening images by Max Reitz · 11 years ago
  83. 9296b3e qcow2: Implement bdrv_amend_options by Max Reitz · 11 years ago
  84. b6481f3 qcow2: Save refcount order in BDRVQcowState by Max Reitz · 11 years ago
  85. 1ebf561 qcow2: Discard VM state in active L1 after creating snapshot by Kevin Wolf · 11 years ago
  86. 670df5e qcow2: Pass discard type to qcow2_discard_clusters() by Kevin Wolf · 11 years ago
  87. 4bc74be block: return get_block_status data and flags for formats by Paolo Bonzini · 11 years ago
  88. b6b8a33 block: introduce bdrv_get_block_status API by Paolo Bonzini · 11 years ago
  89. d663640 block: expect errors from bdrv_co_is_allocated by Paolo Bonzini · 11 years ago
  90. 4f6fd34 block: make bdrv_delete() static by Fam Zheng · 11 years ago
  91. 24530f3 qcow2_check: Mark image consistent by Max Reitz · 11 years ago
  92. cf93980 qcow2: Employ metadata overlap checks by Max Reitz · 11 years ago
  93. 69c9872 qcow2: Add corrupt bit by Max Reitz · 11 years ago
  94. 9117b47 qcow2: Change default for new images to compat=1.1 by Kevin Wolf · 11 years ago
  95. 0d51b4d block: Introduce bs->zero_beyond_eof by Asias He · 11 years ago
  96. 8ad1898 qcow2: Change default for new images to compat=1.1 by Kevin Wolf · 11 years ago
  97. 64aa99d qcow2: Use dashes instead of underscores in options by Kevin Wolf · 11 years ago
  98. 3ac2162 block: change default of .has_zero_init to 0 by Peter Lieven · 11 years ago
  99. 0b919fa qcow2: Batch discards by Kevin Wolf · 11 years ago
  100. 67af674 qcow2: Options to enable discard for freed clusters by Kevin Wolf · 11 years ago