1. 370e681 block/cloop: use PRIu32 format specifier for uint32_t by Stefan Hajnoczi · 11 years ago
  2. 42d43d3 block/cloop: fix offsets[] size off-by-one by Stefan Hajnoczi · 11 years ago
  3. f56b9bc block/cloop: refuse images with bogus offsets (CVE-2014-0144) by Stefan Hajnoczi · 11 years ago
  4. 7b103b3 block/cloop: refuse images with huge offsets arrays (CVE-2014-0144) by Stefan Hajnoczi · 11 years ago
  5. 509a41b block/cloop: prevent offsets_size integer overflow (CVE-2014-0143) by Stefan Hajnoczi · 11 years ago
  6. d65f97a block/cloop: validate block_size header field (CVE-2014-0144) by Stefan Hajnoczi · 11 years ago
  7. 015a103 bdrv: Use "Error" for opening images by Max Reitz · 12 years ago
  8. 1a86938 block: Add options QDict to .bdrv_open() by Kevin Wolf · 12 years ago
  9. 1a60657 cloop: Fix bdrv_open() error handling by Kevin Wolf · 12 years ago
  10. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  11. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  12. 756f51e block/cloop: Use g_free instead of free by Dong Xu Wang · 13 years ago
  13. 5b47b7c block/cloop: Fix coding style by Dong Xu Wang · 13 years ago
  14. 2914caa block: take lock around bdrv_read implementations by Paolo Bonzini · 13 years ago
  15. 848c66e block: add a CoMutex to synchronous read drivers by Paolo Bonzini · 13 years ago
  16. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  17. 20be49e cloop: use qemu block API by Christoph Hellwig · 15 years ago
  18. c94304b cloop: use pread by Christoph Hellwig · 15 years ago
  19. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  20. 019d6b8 Move block drivers into their own directory by Anthony Liguori · 16 years ago[Renamed from block-cloop.c]
  21. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
  22. e60f469 Use C99 initializers for BlockDriver methods by aurel32 · 16 years ago
  23. 3ec88e8 block: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  24. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  25. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  26. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  27. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  28. 83f6409 async file I/O API by bellard · 19 years ago
  29. 28a5c9c use uint8_t instead of char by bellard · 19 years ago
  30. 585d0ed .dmg disk image format support (Johannes Schindelin) by bellard · 20 years ago
  31. 3c56521 cloop driver (Johannes Schindelin) by bellard · 20 years ago