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