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