1. e4654d2 block: per caller dirty bitmap by Fam Zheng · 11 years ago
  2. f4a193e block/stream: Don't stream unbacked devices by Max Reitz · 11 years ago
  3. 8582972 sheepdog: implement .bdrv_get_allocated_file_size by Liu Yuan · 11 years ago
  4. d4cd961 iscsi: add bdrv_co_write_zeroes by Peter Lieven · 11 years ago
  5. 01a6a23 iscsi: simplify iscsi_co_discard by Peter Lieven · 11 years ago
  6. ba6c591 iscsi: set limits in BlockDriverState by Peter Lieven · 11 years ago
  7. 04f19e4 block/raw: copy BlockLimits on raw_open by Peter Lieven · 11 years ago
  8. 186d4f2 block/iscsi: add .bdrv_get_info by Peter Lieven · 11 years ago
  9. d32f35c block: introduce BDRV_REQ_MAY_UNMAP request flag by Peter Lieven · 11 years ago
  10. aa7bfbf block: add flags to bdrv_*_write_zeroes by Peter Lieven · 11 years ago
  11. 78a52ad qcow2: fix possible corruption when reading multiple clusters by Peter Lieven · 11 years ago
  12. b04b6b6 block: Print its file name if backing file opening failed by Fam Zheng · 11 years ago
  13. 3412f7b block: vhdx - add .bdrv_create() support by Jeff Cody · 11 years ago
  14. 61c02e5 block: vhdx - fix comment typos in header, fix incorrect struct fields by Jeff Cody · 11 years ago
  15. 1e74a97 block: vhdx - break out code operations to functions by Jeff Cody · 11 years ago
  16. c325ee1 block: vhdx - move more endian translations to vhdx-endian.c by Jeff Cody · 11 years ago
  17. 0b7da09 block: vhdx - remove BAT file offset bit shifting by Jeff Cody · 11 years ago
  18. d92aa88 block: vhdx write support by Jeff Cody · 11 years ago
  19. 8adc523 block: vhdx - add log write support by Jeff Cody · 11 years ago
  20. 1a848fd block: vhdx - add region overlap detection for image files by Jeff Cody · 11 years ago
  21. 0a43a1b block: vhdx - log parsing, replay, and flush support by Jeff Cody · 11 years ago
  22. c46415a block: vhdx code movement - move vhdx_close() above vhdx_open() by Jeff Cody · 11 years ago
  23. c3906c5 block: vhdx - update log guid in header, and first write tracker by Jeff Cody · 11 years ago
  24. 0f48e8f block: vhdx - break endian translation functions out by Jeff Cody · 11 years ago
  25. 625565d block: vhdx - log support struct and defines by Jeff Cody · 11 years ago
  26. 28541d4 block: vhdx code movement - VHDXMetadataEntries and BDRVVHDXState to header. by Jeff Cody · 11 years ago
  27. 4f18b78 block: vhdx - add header update capability. by Jeff Cody · 11 years ago
  28. 6e9d290 block: vhdx - minor comments and typo correction. by Jeff Cody · 11 years ago
  29. 0173e7b block/vpc: fix virtual size for images created with disk2vhd by Peter Lieven · 11 years ago
  30. 511018e block/raw-posix: fix FreeBSD compilation by Andreas Tobler · 11 years ago
  31. e4ef9f4 bswap.h: Remove cpu_to_be64wu() by Peter Maydell · 11 years ago
  32. a126050 Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging by Anthony Liguori · 11 years ago
  33. f4c129a vmdk: Implment bdrv_get_specific_info by Fam Zheng · 11 years ago
  34. 80308d3 sheepdog: check simultaneous create in resend_aioreq by MORITA Kazutaka · 11 years ago
  35. 3520068 sheepdog: cancel aio requests if possible by MORITA Kazutaka · 11 years ago
  36. a37dcdf sheepdog: make add_aio_request and send_aioreq void functions by MORITA Kazutaka · 11 years ago
  37. 011603c sheepdog: try to reconnect to sheepdog after network error by MORITA Kazutaka · 11 years ago
  38. 72e0996 sheepdog: reload inode outside of resend_aioreq by MORITA Kazutaka · 11 years ago
  39. 2412aec sheepdog: handle vdi objects in resend_aio_req by MORITA Kazutaka · 11 years ago
  40. 80731d9 sheepdog: check return values of qemu_co_recv/send correctly by MORITA Kazutaka · 11 years ago
  41. b94a261 block: Avoid unecessary drv->bdrv_getlength() calls by Kevin Wolf · 11 years ago
  42. 1841f88 sheepdog: pass copy_policy in the request by Liu Yuan · 11 years ago
  43. 29a67f7 sheepdog: explicitly set copies as type uint8_t by Liu Yuan · 11 years ago
  44. ba2ab2f qcow2: Flush image after creation by Max Reitz · 11 years ago
  45. 73f395f misc: New spelling fixes in comments by Stefan Weil · 11 years ago
  46. fb8fe35 block/vpc: check that the image has not been truncated by Peter Lieven · 11 years ago
  47. 6e13610 qcow2: Unset zero_beyond_eof in save_vmstate by Max Reitz · 11 years ago
  48. eedff66 qcow2: Restore total_sectors value in save_vmstate by Max Reitz · 11 years ago
  49. dbbcaa8 vmdk: fix VMFS extent parsing by Fam Zheng · 11 years ago
  50. c338b6a vmdk: Only read cid from image file when opening by Fam Zheng · 11 years ago
  51. 45d57f6 block/raw-win32: Always use -errno in hdev_open by Max Reitz · 11 years ago
  52. 899f1ae vmdk: Fix vmdk_parse_extents by Fam Zheng · 11 years ago
  53. 52c8d62 vmdk: refuse enabling zeroed grain with flat images by Fam Zheng · 11 years ago
  54. 4823970 vmdk: convert error code to use errp by Fam Zheng · 11 years ago
  55. e428e43 block/raw-posix: Employ error parameter by Max Reitz · 11 years ago
  56. ca28840 blkverify: Employ error parameter by Max Reitz · 11 years ago
  57. 10ffa72 blkdebug: Employ error parameter by Max Reitz · 11 years ago
  58. c6252b7 block/raw-win32: Employ error parameter by Max Reitz · 11 years ago
  59. 92f1dee block/raw_bsd: Employ error parameter by Max Reitz · 11 years ago
  60. 1fa5cc8 qcow2: Evaluate overlap check options by Max Reitz · 11 years ago
  61. 4a273c3 qcow2: Add more overlap check bitmask macros by Max Reitz · 11 years ago
  62. 4092e99 qcow2: Array assigning options to OL check bits by Max Reitz · 11 years ago
  63. 05de7e8 qcow2: Add overlap-check options by Max Reitz · 11 years ago
  64. 3e35539 qcow2: Make overlap check mask variable by Max Reitz · 11 years ago
  65. 231bb26 qcow2: Use negated overflow check mask by Max Reitz · 11 years ago
  66. 00c49b2 qcow2: Use better type for numerical snapshot ID by Max Reitz · 11 years ago
  67. 84757f7 qcow2: Fix snapshot restoration in snapshot_create by Max Reitz · 11 years ago
  68. f9bff97 qcow2: Remove wrong metadata overlap check by Max Reitz · 11 years ago
  69. 9e3f089 qcow2: Add missing space in error message by Max Reitz · 11 years ago
  70. f6186f4 block: Add BlockDriver.bdrv_check_ext_snapshot. by Benoît Canet · 11 years ago
  71. 92bc50a block/get_block_status: avoid redundant callouts on raw devices by Peter Lieven · 11 years ago
  72. 88fb153 qcow2: Assert against snapshot name/ID overflow by Max Reitz · 11 years ago
  73. 9186ad9 qcow2: Free allocated snapshot table on error by Max Reitz · 11 years ago
  74. 37d41f0 qcow2: Always use error path on writing snapshots by Max Reitz · 11 years ago
  75. 8f730dd qcow2: Free preallocated zero clusters by Max Reitz · 11 years ago
  76. 998b959 qcow2: Use pread for inactive L1 in overlap check by Max Reitz · 11 years ago
  77. 37764df qcow2: Add support for ImageInfoSpecific by Max Reitz · 11 years ago
  78. a8d8ecb block/qapi: Human-readable ImageInfoSpecific dump by Max Reitz · 11 years ago
  79. eae041f block: Add bdrv_get_specific_info by Max Reitz · 11 years ago
  80. 79e14bf qapi: make use of new BlockJobType by Fam Zheng · 11 years ago
  81. 3fc4b10 blockjob: rename BlockJobType to BlockJobDriver by Fam Zheng · 11 years ago
  82. 634ebf4 Merge remote-tracking branch 'bonzini/scsi-next' into staging by Anthony Liguori · 11 years ago
  83. 24c7608 block/iscsi: reenable iscsi_co_get_block_status by Peter Lieven · 11 years ago
  84. e3b21ef qcow2: Free allocated L2 cluster on error by Max Reitz · 11 years ago
  85. fda74f8 qcow2: Switch L1 table in a single sequence by Max Reitz · 11 years ago
  86. 5641bf4 block: vhdx - add migration blocker by Jeff Cody · 11 years ago
  87. db07490 qcow2: CHECK_OFLAG_COPIED is obsolete by Max Reitz · 11 years ago
  88. 1e242b5 qcow2: Correct endianness in overlap check by Max Reitz · 11 years ago
  89. 6165300 qcow2: Remove useless count_contiguous_clusters() parameter by Kevin Wolf · 11 years ago
  90. 22f0dd2 qcow2: COMPRESSED on count_contiguous_clusters by Max Reitz · 11 years ago
  91. 15684a4 qcow2: count_contiguous_clusters and compression by Max Reitz · 11 years ago
  92. 320c706 qcow2: Free only newly allocated clusters on error by Max Reitz · 11 years ago
  93. be0b742 qcow2: Always use error path in l2_allocate by Max Reitz · 11 years ago
  94. 8585afd qcow2: Don't put invalid L2 table into cache by Max Reitz · 11 years ago
  95. e390cf5 qcow2: Correct bitmap size in zero expansion by Max Reitz · 11 years ago
  96. c01dbcc qcow2: Assert against currently impossible overflow by Max Reitz · 11 years ago
  97. 687fb89 block: qed - use QEMU_PACKED for on-disk structures by Jeff Cody · 11 years ago
  98. c4217f6 block: qcow2 - used QEMU_PACKED for on-disk structures by Jeff Cody · 11 years ago
  99. e54835c block: vpc - use QEMU_PACKED for on-disk structures by Jeff Cody · 11 years ago
  100. 8368feb block: vdi - use QEMU_PACKED for on-disk structures by Jeff Cody · 11 years ago