1. 720ff28 block: Convert bdrv_pwrite_zeroes() to BdrvChild by Kevin Wolf · 9 years ago
  2. d9ca2ea block: Convert bdrv_pwrite(v/_sync) to BdrvChild by Kevin Wolf · 9 years ago
  3. cf2ab8f block: Convert bdrv_pread(v) to BdrvChild by Kevin Wolf · 9 years ago
  4. 25ec177 block: Convert bdrv_co_writev() to BdrvChild by Kevin Wolf · 9 years ago
  5. 28b04a8 block: Convert bdrv_co_readv() to BdrvChild by Kevin Wolf · 9 years ago
  6. 74021bc block: Switch bdrv_write_zeroes() to byte interface by Eric Blake · 9 years ago
  7. 969401f parallels: Use DIV_ROUND_UP by Laurent Vivier · 9 years ago
  8. d004bd5 block: Rename blk_write_zeroes() by Eric Blake · 9 years ago
  9. 58369e2 qemu-common: stop including qemu/bswap.h from qemu-common.h by Paolo Bonzini · 9 years ago
  10. 983a160 block: Switch blk_*write_zeroes() to byte interface by Eric Blake · 9 years ago
  11. 8341f00 block: Allow BDRV_REQ_FUA through blk_pwrite() by Eric Blake · 9 years ago
  12. 72e775c block: Always set writeback mode in blk_new_open() by Kevin Wolf · 9 years ago
  13. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  14. efaa7c4 blockdev: Split monitor reference from BB creation by Max Reitz · 9 years ago
  15. 8942764 parallels: Use BB functions in .bdrv_create() by Kevin Wolf · 9 years ago
  16. 6340472 block: Use writeback in .bdrv_create() implementations by Kevin Wolf · 9 years ago
  17. ddf4987 parallels: Assign bs->file->bs to file in parallels_co_get_block_status by Fam Zheng · 9 years ago
  18. 67a0fd2 block: Add "file" output parameter to block status query functions by Fam Zheng · 9 years ago
  19. 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
  20. 7fb1cf1 qapi: Don't let implicit enum MAX member collide by Eric Blake · 9 years ago
  21. c9f6856 parallels: dirty BAT properly for continuous allocations by Vladimir Sementsov-Ogievskiy · 9 years ago
  22. 9a4f4c3 block: Convert bs->file to BdrvChild by Kevin Wolf · 10 years ago
  23. 6ebf9aa block: Drop drv parameter from bdrv_open() by Max Reitz · 9 years ago
  24. ddd2ef2 block/parallels: improve image writing performance further by Denis V. Lunev · 10 years ago
  25. 19f5dc1 block/parallels: optimize linear image expansion by Denis V. Lunev · 10 years ago
  26. d617901 block/parallels: add prealloc-mode and prealloc-size open paramemets by Denis V. Lunev · 10 years ago
  27. 0d31c7c block/parallels: delay writing to BAT till bdrv_co_flush_to_os by Denis V. Lunev · 10 years ago
  28. 2d68e22 block/parallels: create bat_entry_off helper by Denis V. Lunev · 10 years ago
  29. 6953d92 block/parallels: improve image reading performance by Denis V. Lunev · 10 years ago
  30. 6dd6b9f block/parallels: implement incorrect close detection by Denis V. Lunev · 10 years ago
  31. 49ad646 block/parallels: implement parallels_check method of block driver by Denis V. Lunev · 10 years ago
  32. 23d6bd3 block/parallels: move parallels_open/probe to the very end of the file by Denis V. Lunev · 10 years ago
  33. 9eae9cc block/parallels: read parallels image header and BAT into single buffer by Denis V. Lunev · 10 years ago
  34. dd97cdc block/parallels: keep BAT bitmap data in little endian in memory by Denis V. Lunev · 10 years ago
  35. 555cc9d block/parallels: create bat2sect helper by Denis V. Lunev · 10 years ago
  36. 369f7de block/parallels: rename catalog_ names to bat_ by Denis V. Lunev · 10 years ago
  37. cc5690f parallels: change copyright information in the image header by Denis V. Lunev · 10 years ago
  38. 74cf6c5 block/parallels: support parallels image creation by Denis V. Lunev · 10 years ago
  39. 5a41e1f block/parallels: _co_writev callback for Parallels format by Denis V. Lunev · 10 years ago
  40. d0e61ce block/parallels: mark parallels format driver as zero inited by Denis V. Lunev · 10 years ago
  41. 912f312 block/parallels: replace magic constants 4, 64 with proper sizeofs by Denis V. Lunev · 10 years ago
  42. 481fb9c block/parallels: provide _co_readv routine for parallels format driver by Denis V. Lunev · 10 years ago
  43. dd3bed1 block/parallels: add get_block_status by Roman Kagan · 10 years ago
  44. 9de9da1 block/parallels: read up to cluster end in one go by Roman Kagan · 10 years ago
  45. 2944256 block/parallels: switch to bdrv_read by Roman Kagan · 10 years ago
  46. 0789890 block/parallels: rename parallels_header to ParallelsHeader by Denis V. Lunev · 10 years ago
  47. da725d0 block/parallels: fix access to not initialized memory in catalog_bitmap by Denis V. Lunev · 10 years ago
  48. 02c4f26 block: Use g_new() & friends to avoid multiplying sizes by Markus Armbruster · 11 years ago
  49. d25d598 parallels: 2TB+ parallels images support by Denis V. Lunev · 11 years ago
  50. 418a7ad parallels: split check for parallels format in parallels_open by Denis V. Lunev · 11 years ago
  51. f08e2f8 parallels: replace tabs with spaces in block/parallels.c by Denis V. Lunev · 11 years ago
  52. 8c27d54 parallels: extend parallels format header with actual data values by Denis V. Lunev · 11 years ago
  53. f7b593d parallels: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  54. 9302e86 parallels: Sanity check for s->tracks (CVE-2014-0142) by Kevin Wolf · 11 years ago
  55. afbcc40 parallels: Fix catalog size integer overflow (CVE-2014-0143) by Kevin Wolf · 11 years ago
  56. 76abe40 block: do not abuse EMEDIUMTYPE by Paolo Bonzini · 11 years ago
  57. 015a103 bdrv: Use "Error" for opening images by Max Reitz · 11 years ago
  58. 1a86938 block: Add options QDict to .bdrv_open() by Kevin Wolf · 12 years ago
  59. 4653623 parallels: Fix bdrv_open() error handling by Kevin Wolf · 12 years ago
  60. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  61. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  62. 2914caa block: take lock around bdrv_read implementations by Paolo Bonzini · 13 years ago
  63. 848c66e block: add a CoMutex to synchronous read drivers by Paolo Bonzini · 13 years ago
  64. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 13 years ago
  65. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  66. 1dec5a7 parallels: use qemu block API by Christoph Hellwig · 15 years ago
  67. 9d8b88f parallels: use pread by Christoph Hellwig · 15 years ago
  68. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  69. 0a7fc98 Read-only device changed to opens it's file for read-only. by Naphtali Sprei · 15 years ago
  70. c34d245 Fix 32-bit overflow in parallels image support by David Woodhouse · 15 years ago
  71. 019d6b8 Move block drivers into their own directory by Anthony Liguori · 16 years ago[Renamed from block-parallels.c]
  72. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
  73. e60f469 Use C99 initializers for BlockDriver methods by aurel32 · 16 years ago
  74. 3ec88e8 block: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  75. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  76. 6ada745 Parallels disk image support, by Alex Beregszaszi. by ths · 18 years ago