1. 8591675 block: enable in_use flag by Marcelo Tosatti · 14 years ago
  2. db593f2 Add flag to indicate external users to block device by Marcelo Tosatti · 14 years ago
  3. db97ee6 block: tell drivers about an image resize by Christoph Hellwig · 14 years ago
  4. 96df67d block: Use backing format driver during image creation by Stefan Hajnoczi · 14 years ago
  5. 71df0ee block: delete a write-only variable by Blue Swirl · 14 years ago
  6. bb8bf76 block: add discard support by Christoph Hellwig · 14 years ago
  7. 4f70f24 bdrv_img_create() use proper errno return values by Jes Sorensen · 14 years ago
  8. 792da93 Prevent creating an image with the same filename as backing file by Jes Sorensen · 14 years ago
  9. f88e1a4 qemu-img.c: Re-factor img_create() by Jes Sorensen · 14 years ago
  10. df2dbb4 block: Fix the use of protocols in backing files by Stefan Hajnoczi · 14 years ago
  11. 9e0b22f block: Introduce path_has_protocol() function by Stefan Hajnoczi · 14 years ago
  12. 16905d7 block: Make bdrv_create_file() ':' handling consistent by Stefan Hajnoczi · 14 years ago
  13. 4dcafbb block: set sector dirty on AIO write completion by Marcelo Tosatti · 14 years ago
  14. 6d59fec block: fix shift in dirty bitmap calculation by Marcelo Tosatti · 14 years ago
  15. 205ef79 block: Allow bdrv_flush to return errors by Kevin Wolf · 14 years ago
  16. 51ef672 Copy snapshots out of QCOW2 disk by edison · 15 years ago
  17. bbf0a44 trace: Trace bdrv_aio_{readv,writev} by Stefan Hajnoczi · 14 years ago
  18. 6d519a5 trace: Trace virtio-blk, multiwrite, and paio_submit by Stefan Hajnoczi · 15 years ago
  19. 8b33d9e Revert "Make default invocation of block drivers safer (v3)" by Anthony Liguori · 15 years ago
  20. ee18119 block: Fix image re-open in bdrv_commit by Kevin Wolf · 15 years ago
  21. 4be9762 block: Change bdrv_eject() not to drop the image by Markus Armbruster · 15 years ago
  22. 336c1c1 block: Fix bdrv_has_zero_init by Kevin Wolf · 15 years ago
  23. 8a42661 block: Change bdrv_commit to handle multiple sectors at once by Kevin Wolf · 15 years ago
  24. 199630b Fix -snapshot deleting images on disk change by Blue Swirl · 15 years ago
  25. c98ac35 block: Use error codes from lower levels for error message by Stefan Weil · 15 years ago
  26. 79368c8 Make default invocation of block drivers safer (v3) by Anthony Liguori · 15 years ago
  27. 9ac228e qcow2/vdi: Change check to distinguish error cases by Kevin Wolf · 15 years ago
  28. e076f33 qemu-img check: Distinguish different kinds of errors by Kevin Wolf · 15 years ago
  29. de189a1 block: Handle multiwrite errors only when all requests have completed by Kevin Wolf · 15 years ago
  30. 453f9a1 block: Fix early failure in multiwrite by Kevin Wolf · 15 years ago
  31. 7d0d695 block: Fix virtual media change for if=none by Markus Armbruster · 15 years ago
  32. 3ac906f block: Clean up bdrv_snapshots() by Markus Armbruster · 15 years ago
  33. f9092b1 savevm: Survive hot-unplug of snapshot device by Markus Armbruster · 15 years ago
  34. 18846de block: Catch attempt to attach multiple devices to a blockdev by Markus Armbruster · 15 years ago
  35. 15c7733 Don't reset bs->is_temporary in bdrv_open_common by Ryan Harper · 15 years ago
  36. 39508e7 block: allow filenames with colons again for host devices by Christoph Hellwig · 15 years ago
  37. f08145f block: Add bdrv_(p)write_sync by Kevin Wolf · 15 years ago
  38. 5ffbbc6 block: fix a warning and possible truncation by Blue Swirl · 15 years ago
  39. 2f399b0 block: New bdrv_next() by Markus Armbruster · 15 years ago
  40. 6ab4b5a block: Decouple block device "commit all" from DriveInfo by Markus Armbruster · 15 years ago
  41. abd7f68 block: Move error actions from DriveInfo to BlockDriverState by Markus Armbruster · 15 years ago
  42. feeee5a savevm: Really verify if a drive supports snapshots by Miguel Di Ciurcio Filho · 15 years ago
  43. 7cdb1f6 block: call the snapshot handlers of the protocol drivers by MORITA Kazutaka · 15 years ago
  44. 2bc93fe close all the block drivers before the qemu process exits by MORITA Kazutaka · 15 years ago
  45. 08a0055 block: Assume raw for drives without media by Kevin Wolf · 15 years ago
  46. eb5a316 Cleanup: Be consistent and use BDRV_SECTOR_SIZE instead of 512 by Jes Sorensen · 15 years ago
  47. 3e82990 Cleanup: bdrv_open() no need to shift total_size just to shift back. by Jes Sorensen · 15 years ago
  48. 358c360 Merge remote branch 'kwolf/for-anthony' into staging by Anthony Liguori · 15 years ago
  49. 637503d Monitor: Drop QMP documentation from code by Luiz Capitulino · 15 years ago
  50. 1a39685 block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format() by Nicholas A. Bellinger · 15 years ago
  51. b50cbab add support for protocol driver create_options by MORITA Kazutaka · 15 years ago
  52. cbf1dff block: Fix multiwrite with overlapping requests by Kevin Wolf · 15 years ago
  53. 016f5cf Add cache=unsafe parameter to -drive by Alexander Graf · 15 years ago
  54. 396759a block: Add SG_IO device check in refresh_total_sectors() by Nicholas Bellinger · 15 years ago
  55. f8ea0b0 block: Make find_image_format() return 'raw' BlockDriver for SG_IO devices by Nicholas Bellinger · 15 years ago
  56. 77be436 block: fix sector comparism in multiwrite_req_compare by Christoph Hellwig · 15 years ago
  57. 35ed5de block: Remove special case for vvfat by Kevin Wolf · 15 years ago
  58. 2195513 Fix docs for block stats monitor command by Daniel P. Berrange · 15 years ago
  59. af47459 use qemu_free() instead of free() by Bruce Rogers · 15 years ago
  60. c334919 block: Fix bdrv_commit by Kevin Wolf · 15 years ago
  61. 2099308 block: Fix protocol detection for Windows devices by Kevin Wolf · 15 years ago
  62. b666d23 block: Avoid unchecked casts for AIOCBs by Kevin Wolf · 15 years ago
  63. d748768 block: Release allocated options after bdrv_open by Jan Kiszka · 15 years ago
  64. 294cc35 block: Add wr_highest_sector blockstat by Kevin Wolf · 15 years ago
  65. 5176228 block: Cache total_sectors to reduce bdrv_getlength calls by Stefan Hajnoczi · 15 years ago
  66. 557df6a block: Set backing_hd to NULL after deleting it by Stefan Hajnoczi · 15 years ago
  67. f2feebb block: bdrv_has_zero_init by Kevin Wolf · 15 years ago
  68. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  69. 5791533 block: Avoid forward declaration of bdrv_open_common by Kevin Wolf · 15 years ago
  70. b6ce07a block: Split bdrv_open by Kevin Wolf · 15 years ago
  71. 84a12e6 block: separate raw images from the file protocol by Christoph Hellwig · 15 years ago
  72. 1e1ea48 block: Free iovec arrays allocated by multiwrite_merge() by Stefan Hajnoczi · 15 years ago
  73. 8a22f02 block: Convert first_drv to QLIST by Stefan Hajnoczi · 15 years ago
  74. 1b7bdbc block: Convert bdrv_first to QTAILQ by Stefan Hajnoczi · 15 years ago
  75. b66460e block: Do not export bdrv_first by Stefan Hajnoczi · 15 years ago
  76. 6db9560 block: get rid of the BDRV_O_FILE flag by Christoph Hellwig · 15 years ago
  77. d6e9098 Replace calls of old bdrv_open by Kevin Wolf · 15 years ago
  78. 8b9b0cc blkdebug: Add events and rules by Kevin Wolf · 15 years ago
  79. 7eb58a6 block: Fix multiwrite memory leak in error case by Kevin Wolf · 15 years ago
  80. 0f0b604 block: Fix error code in multiwrite for immediate failures by Kevin Wolf · 15 years ago
  81. cb6d3ca block: Fix multiwrite error handling by Kevin Wolf · 15 years ago
  82. fd04a2a Wrong error message in block_passwd command by Shahar Havivi · 15 years ago
  83. 4dca4b6 block: more read-only changes, related to backing files by Naphtali Sprei · 15 years ago
  84. ba14414 Monitor: remove unneeded checks by Luiz Capitulino · 15 years ago
  85. 15dc269 block: saner flags filtering in bdrv_open2 by Christoph Hellwig · 15 years ago
  86. 2582bfe block: BLOCK_IO_ERROR QMP event by Luiz Capitulino · 15 years ago
  87. aaa0eb7 Count dirty blocks and expose an API to get dirty count by Liran Schour · 15 years ago
  88. e2a305f block: avoid creating too large iovecs in multiwrite_merge by Christoph Hellwig · 15 years ago
  89. f8a8324 win32: pair qemu_memalign() with qemu_vfree() by Herve Poussineau · 15 years ago
  90. 6987307 block: clean up bdrv_open2 structure a bit by Christoph Hellwig · 15 years ago
  91. 37226ad No need anymoe for bdrv_set_read_only by Naphtali Sprei · 15 years ago
  92. 9a8c4cc block: Return original error codes in bdrv_pread/write by Kevin Wolf · 15 years ago
  93. 3e39789 Revert "block: prevent multiwrite_merge from creating too large iovecs" by Anthony Liguori · 15 years ago
  94. 0076bc0 block: prevent multiwrite_merge from creating too large iovecs by Christoph Hellwig · 15 years ago
  95. 1d44952 block: fix cache flushing in bdrv_commit by Christoph Hellwig · 15 years ago
  96. 03cbdac Disable fall-back to read-only when cannot open drive's file for read-write by Naphtali Sprei · 15 years ago
  97. 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
  98. 3f5075a block: flush backing_hd in the right place by Christoph Hellwig · 15 years ago
  99. 756e673 block: Add bdrv_change_backing_file by Kevin Wolf · 15 years ago
  100. b783e40 block: Introduce BDRV_O_NO_BACKING by Kevin Wolf · 15 years ago