1. 4c057b3 posixaio: fix thread problem with using errno by Jens Axboe · 11 years ago
  2. 2ae0b20 Replace list based free/busy/requeue list with FIFO + ring by Jens Axboe · 11 years ago
  3. f832642 posixaio: restart suspend list after we have used aio_suspend() by Jens Axboe · 11 years ago
  4. 5351f56 OSX: Fixup warnings and clock_gettime() bug by Jens Axboe · 11 years ago
  5. 67bf982 Add configure script by Jens Axboe · 11 years ago
  6. e97c144 Fix aiocb compile warnings on HPUX by Jens Axboe · 13 years ago
  7. 9918be5 posixaio: fix for HP-UX by Jens Axboe · 13 years ago
  8. def1d8e Rewrite posixaio back off comment to be closer to actual English by Jens Axboe · 13 years ago
  9. afa1640 Ensure that we honor aio_read/write() returning EAGAIN by Jens Axboe · 13 years ago
  10. 03e20d6 First snapshot of FIO for Windows by Bruce Cran · 14 years ago
  11. a3edaf7 Use log_err() in the io engines by Jens Axboe · 14 years ago
  12. a5f3027 Initial commit for TRIM/DISCARD support by Jens Axboe · 14 years ago
  13. 6ff42e9 posixaio: return any ready event in ->getevents() by Jens Axboe · 14 years ago
  14. 2faf9ec fix a weird check of the return value of aio_cancel. by YAMAMOTO Takashi · 14 years ago
  15. f011531 Update libaio/posixaio/splice for sync updates by Jens Axboe · 14 years ago
  16. df9c26b Avoid opening files until they are used by Jens Axboe · 15 years ago
  17. 207cb0f posixaio: not all platforms have aio_fsync() by Jens Axboe · 16 years ago
  18. bc733f3 posixaio: need fcntl.h by Jens Axboe · 16 years ago
  19. 01743ee Rename list_* function and file to flist_ to avoid conflict with FreeBSD by Jens Axboe · 16 years ago
  20. 2992b05 close_ioengine() clears ->data after calling engine cleanup by Jens Axboe · 16 years ago
  21. 565cc35 posixaio: Missing memset() by Jens Axboe · 16 years ago
  22. 3c77037 posixaio: speedup by using aio_suspend() instead of manual waiting by Jens Axboe · 16 years ago
  23. a3cc770 unsigned vs signed warnings by Jens Axboe · 17 years ago
  24. e7d2e61 ->getevents() should take unsigned args by Jens Axboe · 17 years ago
  25. 7101d9c Full readonly check by Jens Axboe · 17 years ago
  26. 317b95d Move os/arch/compiler headers into directories by Jens Axboe · 17 years ago
  27. 2dc1bbe Move thread options into a seperate structure by Jens Axboe · 17 years ago
  28. 3f34431 posixaio engine: better handling of partial completions by Jens Axboe · 17 years ago
  29. da751ca Update io engine comments by Jens Axboe · 17 years ago
  30. b5af829 Revamp file open/close handling by Jens Axboe · 17 years ago
  31. fd1ff8e posixaio engine: residual data count by Jens Axboe · 17 years ago
  32. e1161c3 Add more context to the error messages by Jens Axboe · 17 years ago
  33. 36167d8 Change IO engine queuing by Jens Axboe · 17 years ago
  34. 95bcd81 [PATCH] Move td_verror() into io_ops->queue() hook by Jens Axboe · 17 years ago
  35. cec6b55 [PATCH] Support residual io counts from io engines by Jens Axboe · 17 years ago
  36. f8fe35e [PATCH] Rename io engines by Jens Axboe · 17 years ago[Renamed from engines/fio-engine-posixaio.c]
  37. 5f35095 [PATCH] Link in known io engines by Jens Axboe · 18 years ago
  38. cb781c7 [PATCH] Missing memset and free-on-error in io engines by Jens Axboe · 18 years ago
  39. 34cfcda [PATCH] Make fio build again on "crippled" platforms by Jens Axboe · 18 years ago
  40. 87dc1ab [PATCH] Implement file syncing as data direction by Jens Axboe · 18 years ago
  41. 7a16dd0 [PATCH] Make io engines -W clean by Jens Axboe · 18 years ago
  42. 53cdc68 [PATCH] First cut at supporting > 1 file per job by Jens Axboe · 18 years ago
  43. 2866c82 [PATCH] Separate io engines into separate loadable objects by Jens Axboe · 18 years ago