1. 9c678cc Merge remote branch 'kwolf/for-anthony' into staging by Anthony Liguori · 15 years ago
  2. 0bfcd59 Fix %lld or %llx printf format use by Blue Swirl · 15 years ago
  3. 3e89cb0 vvfat: More build fixes with DEBUG by Kevin Wolf · 15 years ago
  4. 792b45b vvfat: Fix compilation with DEBUG defined by Riccardo Magliocchetti · 15 years ago
  5. f21dc3a block/vdi: Fix image opening and creation for odd disk sizes by Stefan Weil · 15 years ago
  6. 64a31d5 dmg: use qemu block API by Christoph Hellwig · 15 years ago
  7. 16cdf7c dmg: use pread by Christoph Hellwig · 15 years ago
  8. cd02a24 dmg: fix reading of uncompressed chunks by Christoph Hellwig · 15 years ago
  9. dede418 block/vpc: Fix conversion from size to disk geometry by Stefan Weil · 15 years ago
  10. 1dec5a7 parallels: use qemu block API by Christoph Hellwig · 15 years ago
  11. 9d8b88f parallels: use pread by Christoph Hellwig · 15 years ago
  12. b76b6e9 block/vdi: Allow disk images of size 0 by Stefan Weil · 15 years ago
  13. b666d23 block: Avoid unchecked casts for AIOCBs by Kevin Wolf · 15 years ago
  14. 7a6f391 bochs: use qemu block API by Christoph Hellwig · 15 years ago
  15. efbca10 bochs: use pread by Christoph Hellwig · 15 years ago
  16. 20be49e cloop: use qemu block API by Christoph Hellwig · 15 years ago
  17. c94304b cloop: use pread by Christoph Hellwig · 15 years ago
  18. 92b3074 qcow2: Remove static forward declaration by Kevin Wolf · 15 years ago
  19. de5f3f4 Revert "Fix OpenBSD build" by Kevin Wolf · 15 years ago
  20. 419b19d qcow2: Implement bdrv_truncate() for growing images by Stefan Hajnoczi · 15 years ago
  21. 003fad6 qcow2: Remove abort on free_clusters failure by Kevin Wolf · 15 years ago
  22. 4899d10 raw-posix: Use pread/pwrite instead of lseek+read/write by Stefan Hajnoczi · 15 years ago
  23. 508e089 qcow2: Avoid shadowing variable in alloc_clusters_noref() by Stefan Hajnoczi · 15 years ago
  24. 6511ef7 vmdk: Convert to bdrv_open by Kevin Wolf · 15 years ago
  25. 9949f97 vmdk: Clean up backing file handling by Kevin Wolf · 15 years ago
  26. c336500 vmdk: Fix COW by Kevin Wolf · 15 years ago
  27. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  28. 84a12e6 block: separate raw images from the file protocol by Christoph Hellwig · 15 years ago
  29. 88bf795 Fix dead initialization, spotted by clang analyzer by Blue Swirl · 15 years ago
  30. 20d9735 Fix OpenBSD build by Blue Swirl · 15 years ago
  31. d4c146f qcow2: Use QLIST_FOREACH_SAFE macro by Stefan Hajnoczi · 15 years ago
  32. c46e116 qcow2: Return 0/-errno in l2_allocate by Kevin Wolf · 15 years ago
  33. f7defcb qcow2: Return 0/-errno in write_l1_entry by Kevin Wolf · 15 years ago
  34. c835d00 qcow2: Fix error return code in qcow2_alloc_cluster_link_l2 by Kevin Wolf · 15 years ago
  35. 79a3118 qcow2: Return 0/-errno in write_l2_entries by Kevin Wolf · 15 years ago
  36. 50779cc block: split raw_getlength by Christoph Hellwig · 15 years ago
  37. d6e9098 Replace calls of old bdrv_open by Kevin Wolf · 15 years ago
  38. 4768fa9 qcow2: Fix creation of large images by Kevin Wolf · 15 years ago
  39. 8252278 qcow2: Trigger blkdebug events by Kevin Wolf · 15 years ago
  40. 8b9b0cc blkdebug: Add events and rules by Kevin Wolf · 15 years ago
  41. b9f66d9 blkdebug: Inject errors by Kevin Wolf · 15 years ago
  42. 6a14372 blkdebug: Basic request passthrough by Kevin Wolf · 15 years ago
  43. 6e0a47a raw-posix: don't assign bs->read_only by Christoph Hellwig · 15 years ago
  44. c644db3 qcow2: Remove request from in-flight list after error by Kevin Wolf · 15 years ago
  45. 171e3d6 qcow2: Don't ignore immediate read/write failures by Kevin Wolf · 15 years ago
  46. 57e69b7 raw-posix: Better error return values for hdev_create by Kevin Wolf · 15 years ago
  47. 43dc2a6 Replace assert(0) with abort() or cpu_abort() by Blue Swirl · 15 years ago
  48. a6c6f76 Fix build with -DNDEBUG in CFLAGS by Blue Swirl · 15 years ago
  49. 3829cb4 vmdk: share cleanup code by Juan Quintela · 15 years ago
  50. a161329 vmdk: fix double free by Juan Quintela · 15 years ago
  51. 53c2e71 vmdk: make vmdk_snapshot_create return -errno by Juan Quintela · 15 years ago
  52. b781cce vmdk: return errno instead of -1 by Juan Quintela · 15 years ago
  53. 98c2b2f qcow: return errno instead of -1 by Juan Quintela · 15 years ago
  54. bef57da qcow2: return errno instead of -1 by Juan Quintela · 15 years ago
  55. 48b66db cow: return errno instead of -1 by Juan Quintela · 15 years ago
  56. 6f745bd qcow2: Fix image creation regression by Kevin Wolf · 15 years ago
  57. 746c3cb qcow2: More checks for qemu-img check by Kevin Wolf · 15 years ago
  58. 92dcb59 qcow2: Rewrite alloc_refcount_block/grow_refcount_table by Kevin Wolf · 15 years ago
  59. 05121ae qcow2: Factor next_refcount_table_size out by Kevin Wolf · 15 years ago
  60. 4805bb6 qcow2: Fix access after end of array by Kevin Wolf · 15 years ago
  61. 6265eb2 don't dereference NULL after failed strdup by Jim Meyering · 15 years ago
  62. f4f0d39 qcow2: Fix signedness bugs by Kevin Wolf · 15 years ago
  63. 48a402e block/curl: %Z is not a valid conversion specifier by malc · 15 years ago
  64. d0f2c4c Do not use dprintf by malc · 15 years ago
  65. 053965c block/raw-posix: Abort on pread beyond end of non-growable file by Kevin Wolf · 15 years ago
  66. f8a8324 win32: pair qemu_memalign() with qemu_vfree() by Herve Poussineau · 15 years ago
  67. 7b88e48 qcow2: rename two QCowAIOCB members by Christoph Hellwig · 15 years ago
  68. 9a2d77a block: kill BDRV_O_CREAT by Christoph Hellwig · 15 years ago
  69. 0a7fc98 Read-only device changed to opens it's file for read-only. by Naphtali Sprei · 15 years ago
  70. 058fc8c Ask for read-write permissions when opening files by Naphtali Sprei · 15 years ago
  71. db89119 block/qcow2.c: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  72. 2dedf83 block/vvfat.c: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  73. 1640366 block/vmdk.o: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  74. 3e1a813 block/qcow.c: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  75. 31f3812 block/cow.c: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  76. 5d757b5 qcow2: Don't ignore qcow2_alloc_clusters return value by Kevin Wolf · 15 years ago
  77. db3a964 qcow2: Don't ignore update_refcount return value by Kevin Wolf · 15 years ago
  78. 7322afe qcow2: Allow updating no refcounts by Kevin Wolf · 15 years ago
  79. 09508d1 qcow2: Improve error handling in update_refcount by Kevin Wolf · 15 years ago
  80. f2b7c8b qcow2: Fix error handling in grow_refcount_table by Kevin Wolf · 15 years ago
  81. 148da7e qcow2: Return 0/-errno in qcow2_alloc_cluster_offset by Kevin Wolf · 15 years ago
  82. 1e3e8f1 qcow2: Return 0/-errno in get_cluster_table by Kevin Wolf · 15 years ago
  83. 1d36e3a qcow2: Fix error handling in qcow_save_vmstate by Kevin Wolf · 15 years ago
  84. fb8fa77 qcow2: Fix error handling in qcow2_grow_l1_table by Kevin Wolf · 15 years ago
  85. f5edb01 Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE. by Naphtali Sprei · 15 years ago
  86. 2ebf7c4 raw-posix: Detect legacy floppy via ioctl on linux by Cole Robinson · 15 years ago
  87. 3baf720 raw-posix: Detect CDROM via ioctl on linux by Cole Robinson · 15 years ago
  88. f8012c1 qcow/qcow2: implement bdrv_aio_flush by Kevin Wolf · 15 years ago
  89. f7dcfac qcow2-refcount: remove dead assignment by Amit Shah · 15 years ago
  90. 756e673 block: Add bdrv_change_backing_file by Kevin Wolf · 15 years ago
  91. 1559ca0 dmg: fix ->open failure by Christoph Hellwig · 15 years ago
  92. 95a2f9b block/vdi: allow disk sizes not multiple of block size by François Revol · 15 years ago
  93. ecbe157 block/bochs: improve format checking by Blue Swirl · 15 years ago
  94. 00ccf93 block/bochs.c: fix warning with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  95. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  96. 12c09b8 qemu-img: There is more than one host device driver by Kevin Wolf · 15 years ago
  97. 702ef63 qcow2: Fix some more qemu_malloc fallout by Kevin Wolf · 15 years ago
  98. e1c7f0e qcow2: Store exact backing format length by Kevin Wolf · 15 years ago
  99. a167ba5 Add support for GNU/kFreeBSD by Aurelien Jarno · 15 years ago
  100. c34d245 Fix 32-bit overflow in parallels image support by David Woodhouse · 15 years ago