1. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  2. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  3. 4e35b92 block: Fix spelling in comment (ineffcient -> inefficient) by Stefan Weil · 13 years ago
  4. 29cdb25 block: push recursive flushing up from drivers by Paolo Bonzini · 13 years ago
  5. 16d2fc0 block/cow: Return real error code by Li Zhi Hui · 13 years ago
  6. eb5d5be Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  7. e94d138 cow: use bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  8. 8114583 cow: convert to .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
  9. 3535a9c block: Use bdrv functions to replace file operation in cow.c by Li Zhi Hui · 13 years ago
  10. 9b2260c fix spelling in block sub directory by Dong Xu Wang · 13 years ago
  11. c68b89a block: Rename bdrv_co_flush to bdrv_co_flush_to_disk by Kevin Wolf · 13 years ago
  12. 8b94ff8 block: change flush to co_flush by Paolo Bonzini · 13 years ago
  13. e183ef7 block: take lock around bdrv_write implementations by Paolo Bonzini · 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. 205ef79 block: Allow bdrv_flush to return errors by Kevin Wolf · 14 years ago
  17. b0ad5a4 cow: Use bdrv_(p)write_sync for metadata writes by Kevin Wolf · 15 years ago
  18. 2063392 cow: use qemu block API by Christoph Hellwig · 15 years ago
  19. 893a9cb cow: stop using mmap by Christoph Hellwig · 15 years ago
  20. 122bb9e cow: use pread/pwrite by Christoph Hellwig · 15 years ago
  21. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  22. 48b66db cow: return errno instead of -1 by Juan Quintela · 15 years ago
  23. 31f3812 block/cow.c: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  24. 6f1953c block: use fdatasync instead of fsync if possible by Christoph Hellwig · 15 years ago
  25. db08adf qemu-img: Print available options with -o ? by Kevin Wolf · 16 years ago
  26. 0e7e198 Convert all block drivers to new bdrv_create by Kevin Wolf · 16 years ago
  27. 019d6b8 Move block drivers into their own directory by Anthony Liguori · 16 years ago[Renamed from block-cow.c]
  28. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
  29. 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 16 years ago
  30. e60f469 Use C99 initializers for BlockDriver methods by aurel32 · 16 years ago
  31. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  32. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  33. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  34. 83f6409 async file I/O API by bellard · 18 years ago
  35. 7a6cba6 Disk cache flush support. by pbrook · 19 years ago
  36. 712e787 probing fixes by bellard · 20 years ago
  37. 2b03a7a renamed set_bit to cow_set_bit (Paul Brook) by bellard · 20 years ago
  38. e2731ad fixed block close() method prototype by bellard · 20 years ago
  39. d524939 64 bit file I/O by default by bellard · 20 years ago
  40. ea2384d new disk image layer by bellard · 20 years ago