1. ba1d1af posix-aio-compat: Allow read after EOF by Kevin Wolf · 13 years ago
  2. 384acbf async: Remove AsyncContext by Kevin Wolf · 13 years ago
  3. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  4. 5be4aab posix-aio-compat: Fix idle_threads counter by Kevin Wolf · 14 years ago
  5. ddca9fb trace: Trace posix-aio-compat.c completion and cancellation by Stefan Hajnoczi · 14 years ago
  6. dc786bc Move qemu_gettimeofday() to OS specific files by Jes Sorensen · 14 years ago
  7. b0cd712 Fix spelling in comments by Stefan Weil · 14 years ago
  8. 72aef73 use qemu_blockalign consistently by Christoph Hellwig · 14 years ago
  9. 6d519a5 trace: Trace virtio-blk, multiwrite, and paio_submit by Stefan Hajnoczi · 15 years ago
  10. 34cf008 posix-aio-compat: Fix async_conmtext for ioctl by Andrew de Quincey · 14 years ago
  11. b587a52 posix-aio-compat: Expand tabs that have crept in by Stefan Hajnoczi · 15 years ago
  12. 4817d32 posix-aio-compat.c: fix warning with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  13. 6769da2 posix-aio-compat: Fix error check by Kevin Wolf · 15 years ago
  14. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  15. 1e5b9d2 Remove aio_ctx from paio_* interface by Kevin Wolf · 15 years ago
  16. e5f3764 posix-aio-compat: Honour AsyncContext by Kevin Wolf · 15 years ago
  17. 8febfa2 Add qemu_aio_process_queue() by Kevin Wolf · 15 years ago
  18. 59c7b15 posix-aio-compat: Split out posix_aio_process_queue by Kevin Wolf · 15 years ago
  19. ee39930 posix-aio-compat: avoid signal race when spawning a thread by malc · 15 years ago
  20. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  21. 47faadc Unbreak BSD: use qemu_fdatasync instead of fdatasync by Blue Swirl · 15 years ago
  22. b2e12bc block: add aio_flush operation by Christoph Hellwig · 15 years ago
  23. 9ef91a6 raw-posix: refactor AIO support by Christoph Hellwig · 15 years ago
  24. 2341f9a rename HAVE_PREADV to CONFIG_PREADV by Juan Quintela · 15 years ago
  25. e7d54ae fix asynchronous ioctls by Christoph Hellwig · 16 years ago
  26. ceb42de native preadv/pwritev support (Christoph Hellwig) by aliguori · 16 years ago
  27. f141eaf push down vector linearization to posix-aio-compat.c (Christoph Hellwig) by aliguori · 16 years ago
  28. 221f715 new scsi-generic abstraction, use SG_IO (Christoph Hellwig) by aliguori · 16 years ago
  29. 514f7a2 Properly handle pthread_cond_timedwait timing out by malc · 16 years ago
  30. a8227a5 Cosmetics by malc · 16 years ago
  31. 5d47e37 Avoid thundering herd problem by malc · 16 years ago
  32. 30525af Avoid infinite loop around timed condition variable by malc · 16 years ago
  33. 8653c01 Error checking by malc · 16 years ago
  34. 55f11ca Rename sigev_signo to avoid FreeBSD problems (Juergen Lock) by blueswir1 · 16 years ago
  35. c9db92f Use kill instead of sigqueue: re-enables AIO on OpenBSD by blueswir1 · 16 years ago
  36. f094a78 Fix race in POSIX AIO emulation (Jan Kiszka) by aliguori · 16 years ago
  37. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  38. 3c529d9 Replace posix-aio with custom thread pool by aliguori · 16 years ago