1. 39a0408 dmg: don't skip zero chunk by yuchenlin · 6 years ago
  2. e80fcf5 dmg: use enumeration type instead of hard coding number by yuchenlin · 6 years ago
  3. 5ef4082 dmg: fix binary search by yuchenlin · 6 years ago
  4. b47c7d5 dmg: Fixing wrong dmg block type value for block terminator. by Julio Faracco · 6 years ago
  5. 95a156f dmg: exchanging hardcoded dmg UDIF block types to enum. by Julio Faracco · 6 years ago
  6. 7a40b41 dmg: including dmg-lzfse module inside dmg block driver. by Julio Faracco · 6 years ago
  7. eaa2410 block: Require auto-read-only for existing fallbacks by Kevin Wolf · 6 years ago
  8. 398e6ad block: Deprecate bdrv_set_read_only() and users by Kevin Wolf · 7 years ago
  9. 6fb0022 dmg: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  10. e2b8247 block: do not set BDS read_only if copy_on_read enabled by Jeff Cody · 8 years ago
  11. fe5241b block: add bdrv_set_read_only() helper function by Jeff Cody · 8 years ago
  12. 862f215 block: Request child permissions in format drivers by Kevin Wolf · 8 years ago
  13. 4e4bf5c block: Attach bs->file only during .bdrv_open() by Kevin Wolf · 8 years ago
  14. 27685a8 dmg: Move libbz2 code to dmg-bz2.so by Fam Zheng · 8 years ago
  15. cf2ab8f block: Convert bdrv_pread(v) to BdrvChild by Kevin Wolf · 9 years ago
  16. 5411541 block: Use bool as appropriate for BDS members by Eric Blake · 9 years ago
  17. a5b8dd2 block: Move request_alignment into BlockLimit by Eric Blake · 9 years ago
  18. a650648 block: Set request_alignment during .bdrv_refresh_limits() by Eric Blake · 9 years ago
  19. 030c98a all: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  20. 3edf1e7 dmg: Implement .bdrv_co_preadv() interface by Kevin Wolf · 9 years ago
  21. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  22. 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
  23. 9a4f4c3 block: Convert bs->file to BdrvChild by Kevin Wolf · 10 years ago
  24. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  25. 177b751 block/dmg: improve zeroes handling by Peter Wu · 10 years ago
  26. 6b383c0 block/dmg: support bzip2 block entry types by Peter Wu · 10 years ago
  27. a8b10c6 block/dmg: factor out block type check by Peter Wu · 10 years ago
  28. 66ec3bb block/dmg: use SectorNumber from BLKX header by Peter Wu · 10 years ago
  29. c6d3486 block/dmg: fix sector data offset calculation by Peter Wu · 10 years ago
  30. 8daf425 block/dmg: set virtual size to a non-zero value by Peter Wu · 10 years ago
  31. 0599e56 block/dmg: process XML plists by Peter Wu · 10 years ago
  32. f6e6652 block/dmg: validate chunk size to avoid overflow by Peter Wu · 10 years ago
  33. 7aee37b block/dmg: process a buffer instead of reading ints by Peter Wu · 10 years ago
  34. b0e8dc5 block/dmg: extract processing of resource forks by Peter Wu · 10 years ago
  35. 65a1c7c block/dmg: extract mish block decoding functionality by Peter Wu · 10 years ago
  36. fa8354b block/dmg: properly detect the UDIF trailer by Peter Wu · 10 years ago
  37. b546a94 dmg: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  38. 521b2b5 block: Use correct width in format strings by Max Reitz · 11 years ago
  39. f0dce23 dmg: prevent chunk buffer overflow (CVE-2014-0145) by Stefan Hajnoczi · 11 years ago
  40. 686d714 dmg: use uint64_t consistently for sectors and lengths by Stefan Hajnoczi · 11 years ago
  41. c165f77 dmg: sanitize chunk length and sectorcount (CVE-2014-0145) by Stefan Hajnoczi · 11 years ago
  42. eb71803 dmg: use appropriate types when reading chunks by Stefan Hajnoczi · 11 years ago
  43. b404bf8 dmg: drop broken bdrv_pread() loop by Stefan Hajnoczi · 11 years ago
  44. 73ed27e dmg: prevent out-of-bounds array access on terminator by Stefan Hajnoczi · 11 years ago
  45. 2c1885a dmg: coding style and indentation cleanup by Stefan Hajnoczi · 11 years ago
  46. 015a103 bdrv: Use "Error" for opening images by Max Reitz · 11 years ago
  47. f5866fa block: Make find_image_format safe with NULL filename by Kevin Wolf · 12 years ago
  48. 1a86938 block: Add options QDict to .bdrv_open() by Kevin Wolf · 12 years ago
  49. 4f8aa2e dmg: Use g_free instead of free by Kevin Wolf · 12 years ago
  50. 69d34a3 dmg: Fix bdrv_open() error handling by Kevin Wolf · 12 years ago
  51. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  52. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  53. 2914caa block: take lock around bdrv_read implementations by Paolo Bonzini · 13 years ago
  54. 848c66e block: add a CoMutex to synchronous read drivers by Paolo Bonzini · 13 years ago
  55. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  56. 64a31d5 dmg: use qemu block API by Christoph Hellwig · 15 years ago
  57. 16cdf7c dmg: use pread by Christoph Hellwig · 15 years ago
  58. cd02a24 dmg: fix reading of uncompressed chunks by Christoph Hellwig · 15 years ago
  59. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  60. 1559ca0 dmg: fix ->open failure by Christoph Hellwig · 15 years ago
  61. 1cec71e Revert "support colon in filenames" by Anthony Liguori · 16 years ago
  62. 707c0db support colon in filenames by Ram Pai · 16 years ago
  63. 019d6b8 Move block drivers into their own directory by Anthony Liguori · 16 years ago[Renamed from block-dmg.c]
  64. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
  65. e60f469 Use C99 initializers for BlockDriver methods by aurel32 · 16 years ago
  66. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  67. 3ec88e8 block: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  68. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  69. 2137b4c Add qemu_realloc(), by Gerd Hoffmann. by ths · 17 years ago
  70. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  71. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  72. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  73. 83f6409 async file I/O API by bellard · 19 years ago
  74. 28a5c9c use uint8_t instead of char by bellard · 19 years ago
  75. 7c35359 raw dmg support by bellard · 20 years ago
  76. 995179f gcc 2.x fix by bellard · 20 years ago
  77. 585d0ed .dmg disk image format support (Johannes Schindelin) by bellard · 20 years ago