1. 3064bf6 qcow: Assign bs->file->bs to file in qcow_co_get_block_status by Fam Zheng · 9 years ago
  2. 67a0fd2 block: Add "file" output parameter to block status query functions by Fam Zheng · 9 years ago
  3. 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
  4. 760e006 block: Convert bs->backing_hd to BdrvChild by Kevin Wolf · 10 years ago
  5. 9a4f4c3 block: Convert bs->file to BdrvChild by Kevin Wolf · 10 years ago
  6. 6ebf9aa block: Drop drv parameter from bdrv_open() by Max Reitz · 9 years ago
  7. f6fa64f block: convert qcow/qcow2 to use generic cipher API by Daniel P. Berrange · 10 years ago
  8. 6f2945c crypto: move built-in AES implementation into crypto/ by Daniel P. Berrange · 10 years ago
  9. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  10. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  11. 8336aaf qcow2/qcow: protect against uninitialized encryption key by Daniel P. Berrange · 10 years ago
  12. 81e5f78 block: use bdrv_get_device_or_node_name() in error messages by Alberto Garcia · 10 years ago
  13. e729fa6 block: fix off-by-one error in qcow and qcow2 by Jeff Cody · 10 years ago
  14. 9a29e18 block: update string sizes for filename,backing_file,exact_filename by Jeff Cody · 10 years ago
  15. bfb197e block: Eliminate BlockDriverState member device_name[] by Markus Armbruster · 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. 5839e53 block: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 10 years ago
  19. 0df9330 qcow1: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  20. 8ee79e7 block: Catch backing files assigned to non-COW drivers by Kevin Wolf · 11 years ago
  21. c282e1f cleanup QEMUOptionParameter by Chunyan Liu · 11 years ago
  22. 16d1215 qcow.c: replace QEMUOptionParameter with QemuOpts by Chunyan Liu · 11 years ago
  23. 83d0521 change block layer to support both QemuOpts and QEMUOptionParamter by Chunyan Liu · 11 years ago
  24. d66e5ce qcow1: Stricter backing file length check by Kevin Wolf · 11 years ago
  25. 46485de qcow1: Validate image size (CVE-2014-0223) by Kevin Wolf · 11 years ago
  26. 42eb581 qcow1: Validate L2 table size (CVE-2014-0222) by Kevin Wolf · 11 years ago
  27. 7159a45 qcow1: Check maximum cluster size by Kevin Wolf · 11 years ago
  28. ea54fef qcow1: Make padding in the header explicit by Kevin Wolf · 11 years ago
  29. 521b2b5 block: Use correct width in format strings by Max Reitz · 11 years ago
  30. dc6fb73 Fixed various typos by Deepak Kathayat · 11 years ago
  31. 76abe40 block: do not abuse EMEDIUMTYPE by Paolo Bonzini · 11 years ago
  32. b6d5066 qcow: correctly propagate errors by Paolo Bonzini · 11 years ago
  33. 2e40134 block: Make bdrv_file_open() static by Max Reitz · 11 years ago
  34. 72daa72 block: Allow reference for bdrv_file_open() by Max Reitz · 11 years ago
  35. cc84d90 block: Error parameter for create functions by Max Reitz · 11 years ago
  36. 34b5d2c block: Error parameter for open functions by Max Reitz · 11 years ago
  37. d5124c0 bdrv: Use "Error" for creating images by Max Reitz · 11 years ago
  38. 015a103 bdrv: Use "Error" for opening images by Max Reitz · 11 years ago
  39. 4bc74be block: return get_block_status data and flags for formats by Paolo Bonzini · 11 years ago
  40. b6b8a33 block: introduce bdrv_get_block_status API by Paolo Bonzini · 11 years ago
  41. 4f6fd34 block: make bdrv_delete() static by Fam Zheng · 11 years ago
  42. 3ac2162 block: change default of .has_zero_init to 0 by Peter Lieven · 12 years ago
  43. 16b3c5c qcow: allow sub-cluster compressed write to last cluster by Stefan Hajnoczi · 12 years ago
  44. 753d9b8 aes: move aes.h from include/block to include/qemu by Aurelien Jarno · 12 years ago
  45. 787e4a8 block: Add options QDict to bdrv_file_open() prototypes by Kevin Wolf · 12 years ago
  46. 1a86938 block: Add options QDict to .bdrv_open() by Kevin Wolf · 12 years ago
  47. 15bac0d block: Use error code EMEDIUMTYPE for wrong format in some block drivers by Stefan Weil · 12 years ago
  48. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  49. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  50. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  51. d177692 block: qcow image file reopen by Jeff Cody · 12 years ago
  52. d5e6b16 change qemu_iovec_to_buf() to match other to,from_buf functions by Michael Tokarev · 13 years ago
  53. 0339614 allow qemu_iovec_from_buffer() to specify offset from which to start copying by Michael Tokarev · 13 years ago
  54. 29cdb25 block: push recursive flushing up from drivers by Paolo Bonzini · 13 years ago
  55. 2b16c9f qcow: Use bdrv functions to replace file operation by Li Zhi Hui · 13 years ago
  56. 84b0ec0 qcow: Return real error code in qcow_open by Li Zhi Hui · 13 years ago
  57. f8a2e5e block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  58. a968168 block: Add coroutine_fn marker to coroutine functions by Dong Xu Wang · 13 years ago
  59. fd9f102 qcow: Add migration blocker by Kevin Wolf · 13 years ago
  60. c68b89a block: Rename bdrv_co_flush to bdrv_co_flush_to_disk by Kevin Wolf · 13 years ago
  61. 64ebe71 qcow: Fix bdrv_write_compressed error handling by Kevin Wolf · 13 years ago
  62. 8b94ff8 block: change flush to co_flush by Paolo Bonzini · 13 years ago
  63. 6f6dc65 block: drop redundant bdrv_flush implementation by Stefan Hajnoczi · 13 years ago
  64. add8d26 block/qcow: Fix use of free() instead of g_free() by Stefan Weil · 13 years ago
  65. 122bbd1 qcow: remove old #undefined code by Frediano Ziglio · 13 years ago
  66. 27deebe qcow: Remove QCowAIOCB by Frediano Ziglio · 13 years ago
  67. 43ca85b qcow: move some blocks of code to avoid useless variable initialization by Frediano Ziglio · 13 years ago
  68. 430bbaa qcow: QCowAIOCB field cleanup by Frediano Ziglio · 13 years ago
  69. f5cd817 qcow/qcow2: Allocate QCowAIOCB structure using stack by Frediano Ziglio · 13 years ago
  70. de33b1f qcow: initialize coroutine mutex by Scott Wood · 13 years ago
  71. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  72. 52b8eb6 qcow: Use coroutines by Kevin Wolf · 14 years ago
  73. b11a24d qcow: Avoid direct AIO callback by Kevin Wolf · 14 years ago
  74. 5614c18 block/qcow: Don't ignore immediate read/write and other failures by Stefan Weil · 14 years ago
  75. 80465c5 block: Remove unused s->hd in various drivers by Kevin Wolf · 14 years ago
  76. 205ef79 block: Allow bdrv_flush to return errors by Kevin Wolf · 14 years ago
  77. 5e5557d qcow: Use bdrv_(p)write_sync for metadata writes by Kevin Wolf · 15 years ago
  78. b666d23 block: Avoid unchecked casts for AIOCBs by Kevin Wolf · 15 years ago
  79. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  80. 98c2b2f qcow: return errno instead of -1 by Juan Quintela · 15 years ago
  81. 3e1a813 block/qcow.c: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  82. f8012c1 qcow/qcow2: implement bdrv_aio_flush by Kevin Wolf · 15 years ago
  83. c53ffce qcow1: Fix qcow_aio_writev by Kevin Wolf · 16 years ago
  84. db08adf qemu-img: Print available options with -o ? by Kevin Wolf · 16 years ago
  85. c16b5a2 fully split aio_pool from BlockDriver by Christoph Hellwig · 16 years ago
  86. ad53089 qcow: add qcow_aio_setup helper by Christoph Hellwig · 16 years ago
  87. ade4067 qcow/qcow2: Drop synchronous qcow_write() by Kevin Wolf · 16 years ago
  88. 0e7e198 Convert all block drivers to new bdrv_create by Kevin Wolf · 16 years ago
  89. 019d6b8 Move block drivers into their own directory by Anthony Liguori · 16 years ago[Renamed from block-qcow.c]
  90. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
  91. e268ca5 implement qemu_blockalign (Stefano Stabellini) by aliguori · 16 years ago
  92. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 16 years ago
  93. f141eaf push down vector linearization to posix-aio-compat.c (Christoph Hellwig) by aliguori · 16 years ago
  94. c87c067 remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig) by aliguori · 16 years ago
  95. e60f469 Use C99 initializers for BlockDriver methods by aurel32 · 16 years ago
  96. 7f48fa1 qcow1: Fix compressed images (Kevin Wolf) by aliguori · 16 years ago
  97. 5452adb Remove dead-code (else-block) from block-qcow.c, by Marc Bevand. by ths · 17 years ago
  98. 7852e5d restore rw support for vvfat by aurel32 · 17 years ago
  99. b5eff35 Revert fix for CVE-2008-0928. Will be fixed in a different way later. by aurel32 · 17 years ago
  100. 902b27d Fix CVE-2008-0928 - insufficient block device address range checking by aurel32 · 17 years ago