1. 3ac2162 block: change default of .has_zero_init to 0 by Peter Lieven · 12 years ago
  2. 16b3c5c qcow: allow sub-cluster compressed write to last cluster by Stefan Hajnoczi · 12 years ago
  3. 753d9b8 aes: move aes.h from include/block to include/qemu by Aurelien Jarno · 12 years ago
  4. 787e4a8 block: Add options QDict to bdrv_file_open() prototypes by Kevin Wolf · 12 years ago
  5. 1a86938 block: Add options QDict to .bdrv_open() by Kevin Wolf · 12 years ago
  6. 15bac0d block: Use error code EMEDIUMTYPE for wrong format in some block drivers by Stefan Weil · 12 years ago
  7. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  8. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  9. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  10. d177692 block: qcow image file reopen by Jeff Cody · 12 years ago
  11. d5e6b16 change qemu_iovec_to_buf() to match other to,from_buf functions by Michael Tokarev · 13 years ago
  12. 0339614 allow qemu_iovec_from_buffer() to specify offset from which to start copying by Michael Tokarev · 13 years ago
  13. 29cdb25 block: push recursive flushing up from drivers by Paolo Bonzini · 13 years ago
  14. 2b16c9f qcow: Use bdrv functions to replace file operation by Li Zhi Hui · 13 years ago
  15. 84b0ec0 qcow: Return real error code in qcow_open by Li Zhi Hui · 13 years ago
  16. f8a2e5e block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  17. a968168 block: Add coroutine_fn marker to coroutine functions by Dong Xu Wang · 13 years ago
  18. fd9f102 qcow: Add migration blocker by Kevin Wolf · 13 years ago
  19. c68b89a block: Rename bdrv_co_flush to bdrv_co_flush_to_disk by Kevin Wolf · 13 years ago
  20. 64ebe71 qcow: Fix bdrv_write_compressed error handling by Kevin Wolf · 13 years ago
  21. 8b94ff8 block: change flush to co_flush by Paolo Bonzini · 13 years ago
  22. 6f6dc65 block: drop redundant bdrv_flush implementation by Stefan Hajnoczi · 13 years ago
  23. add8d26 block/qcow: Fix use of free() instead of g_free() by Stefan Weil · 13 years ago
  24. 122bbd1 qcow: remove old #undefined code by Frediano Ziglio · 14 years ago
  25. 27deebe qcow: Remove QCowAIOCB by Frediano Ziglio · 14 years ago
  26. 43ca85b qcow: move some blocks of code to avoid useless variable initialization by Frediano Ziglio · 14 years ago
  27. 430bbaa qcow: QCowAIOCB field cleanup by Frediano Ziglio · 14 years ago
  28. f5cd817 qcow/qcow2: Allocate QCowAIOCB structure using stack by Frediano Ziglio · 14 years ago
  29. de33b1f qcow: initialize coroutine mutex by Scott Wood · 14 years ago
  30. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  31. 52b8eb6 qcow: Use coroutines by Kevin Wolf · 14 years ago
  32. b11a24d qcow: Avoid direct AIO callback by Kevin Wolf · 14 years ago
  33. 5614c18 block/qcow: Don't ignore immediate read/write and other failures by Stefan Weil · 14 years ago
  34. 80465c5 block: Remove unused s->hd in various drivers by Kevin Wolf · 14 years ago
  35. 205ef79 block: Allow bdrv_flush to return errors by Kevin Wolf · 14 years ago
  36. 5e5557d qcow: Use bdrv_(p)write_sync for metadata writes by Kevin Wolf · 15 years ago
  37. b666d23 block: Avoid unchecked casts for AIOCBs by Kevin Wolf · 15 years ago
  38. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  39. 98c2b2f qcow: return errno instead of -1 by Juan Quintela · 15 years ago
  40. 3e1a813 block/qcow.c: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  41. f8012c1 qcow/qcow2: implement bdrv_aio_flush by Kevin Wolf · 15 years ago
  42. c53ffce qcow1: Fix qcow_aio_writev by Kevin Wolf · 16 years ago
  43. db08adf qemu-img: Print available options with -o ? by Kevin Wolf · 16 years ago
  44. c16b5a2 fully split aio_pool from BlockDriver by Christoph Hellwig · 16 years ago
  45. ad53089 qcow: add qcow_aio_setup helper by Christoph Hellwig · 16 years ago
  46. ade4067 qcow/qcow2: Drop synchronous qcow_write() by Kevin Wolf · 16 years ago
  47. 0e7e198 Convert all block drivers to new bdrv_create by Kevin Wolf · 16 years ago
  48. 019d6b8 Move block drivers into their own directory by Anthony Liguori · 16 years ago[Renamed from block-qcow.c]
  49. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
  50. e268ca5 implement qemu_blockalign (Stefano Stabellini) by aliguori · 16 years ago
  51. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 16 years ago
  52. f141eaf push down vector linearization to posix-aio-compat.c (Christoph Hellwig) by aliguori · 16 years ago
  53. c87c067 remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig) by aliguori · 16 years ago
  54. e60f469 Use C99 initializers for BlockDriver methods by aurel32 · 16 years ago
  55. 7f48fa1 qcow1: Fix compressed images (Kevin Wolf) by aliguori · 16 years ago
  56. 5452adb Remove dead-code (else-block) from block-qcow.c, by Marc Bevand. by ths · 17 years ago
  57. 7852e5d restore rw support for vvfat by aurel32 · 17 years ago
  58. b5eff35 Revert fix for CVE-2008-0928. Will be fixed in a different way later. by aurel32 · 17 years ago
  59. 902b27d Fix CVE-2008-0928 - insufficient block device address range checking by aurel32 · 17 years ago
  60. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  61. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  62. ec36ba1 vmdk compatibility level 6 images, by Soren Hansen. by ths · 18 years ago
  63. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  64. ce1a14d Dynamically allocate AIO Completion Blocks. by pbrook · 19 years ago
  65. c47c33b block API change by bellard · 19 years ago
  66. e7b8101 added missing returns by bellard · 19 years ago
  67. 83f6409 async file I/O API by bellard · 19 years ago
  68. 7a6cba6 Disk cache flush support. by pbrook · 19 years ago
  69. 95389c8 qcow_make_empty() support (Johannes Schindelin) by bellard · 19 years ago
  70. 712e787 probing fixes by bellard · 20 years ago
  71. 28d34b8 zlib.h is an external header by bellard · 20 years ago
  72. e2731ad fixed block close() method prototype by bellard · 21 years ago
  73. d524939 64 bit file I/O by default by bellard · 21 years ago
  74. ea2384d new disk image layer by bellard · 21 years ago