1. ccb9dc1 linux-aio: Cancel BH if not needed by Kevin Wolf · 10 years ago
  2. 9d52aa3 raw-posix: Implement .bdrv_co_preadv/pwritev by Kevin Wolf · 9 years ago
  3. 2174f12 raw-posix: Switch to bdrv_co_* interfaces by Kevin Wolf · 11 years ago
  4. dd7f7ed linux-aio: make it more type safe by Paolo Bonzini · 9 years ago
  5. 6b98bd6 block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end by Paolo Bonzini · 9 years ago
  6. 80c71a2 block: Clean up includes by Peter Maydell · 9 years ago
  7. dca21ef aio: Add "is_external" flag for event handlers by Fam Zheng · 9 years ago
  8. 82595da linux-aio: simplify removal of completed iocbs from the list by Paolo Bonzini · 10 years ago
  9. de35464 linux-aio: drop return code from laio_io_unplug and ioq_submit by Paolo Bonzini · 10 years ago
  10. 8455ce0 linux-aio: rename LaioQueue idx field to "n" by Paolo Bonzini · 10 years ago
  11. 43f2376 linux-aio: track whether the queue is blocked by Paolo Bonzini · 10 years ago
  12. 28b2408 linux-aio: queue requests that cannot be submitted by Paolo Bonzini · 10 years ago
  13. 097310b block: Rename BlockDriverCompletionFunc to BlockCompletionFunc by Markus Armbruster · 10 years ago
  14. 7c84b1b block: Rename BlockDriverAIOCB* to BlockAIOCB* by Markus Armbruster · 10 years ago
  15. 8007429 block: Rename qemu_aio_release -> qemu_aio_unref by Fam Zheng · 10 years ago
  16. 771b64d linux-aio: Convert laio_aiocb_info.cancel to .cancel_async by Fam Zheng · 10 years ago
  17. 2cdff7f linux-aio: avoid deadlock in nested aio_poll() calls by Stefan Hajnoczi · 11 years ago
  18. a1abf40 linux-aio: Fix laio resource leak by Gonglei · 11 years ago
  19. 1b3abdc linux-aio: implement io plug, unplug and flush io queue by Ming Lei · 11 years ago
  20. abd269b block/linux-aio: fix memory and fd leak by Stefan Hajnoczi · 11 years ago
  21. c2f3426 block/raw-posix: implement .bdrv_detach/attach_aio_context() by Stefan Hajnoczi · 11 years ago
  22. f2e5dca aio: drop io_flush argument by Stefan Hajnoczi · 12 years ago
  23. 94473d0 block/linux-aio: drop qemu_laio_completion_cb() by Stefan Hajnoczi · 12 years ago
  24. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  25. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  26. d7331be aio: rename AIOPool to AIOCBInfo by Stefan Hajnoczi · 12 years ago
  27. 10fb6e0 raw-posix: move linux-aio.c to block/ by Paolo Bonzini · 12 years ago[Renamed from linux-aio.c]
  28. 9f8540e raw-posix: rename raw-posix-aio.h, hide unavailable prototypes by Paolo Bonzini · 13 years ago
  29. c90caf2 linux-aio: use event notifiers by Paolo Bonzini · 13 years ago
  30. f627aab aio: introduce AioContext, move bottom halves there by Paolo Bonzini · 12 years ago
  31. 3d9b492 consolidate qemu_iovec_memset{,_skip}() into single function and use existing iov_memset() by Michael Tokarev · 13 years ago
  32. bafbd6a aio: remove process_queue callback and qemu_aio_process_queue by Paolo Bonzini · 13 years ago
  33. 85e8dab aio: move BlockDriverAIOCB to qemu-aio.h by Paolo Bonzini · 13 years ago
  34. 91977c2 block: qemu_aio_get does not return NULL by Paolo Bonzini · 13 years ago
  35. b161e2e linux-aio: Allow reads beyond the end of growable images by Kevin Wolf · 13 years ago
  36. 449c184 linux-aio: Fix laio_submit error handling by Kevin Wolf · 13 years ago
  37. cf26a4e linux-aio: remove process requests callback by Paolo Bonzini · 13 years ago
  38. c30e624 linux aio: some comments by Frediano Ziglio · 14 years ago
  39. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  40. 384acbf async: Remove AsyncContext by Kevin Wolf · 14 years ago
  41. 2be5064 linux-aio: Fix typo in read() EINTR check by Stefan Hajnoczi · 15 years ago
  42. db0ffc2 linux-aio: Honour AsyncContext by Kevin Wolf · 15 years ago
  43. 8febfa2 Add qemu_aio_process_queue() by Kevin Wolf · 15 years ago
  44. 5c6c3a6 raw-posix: add Linux native AIO support by Christoph Hellwig · 16 years ago