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