1. 67bf982 Add configure script by Jens Axboe · 11 years ago
  2. 24d23ca Get rid of uninitialized_var() by Jens Axboe · 12 years ago
  3. 76a3179 splice: use ->o.memalign to indicate we want aligned buffers by Jens Axboe · 13 years ago
  4. a3edaf7 Use log_err() in the io engines by Jens Axboe · 14 years ago
  5. a5f3027 Initial commit for TRIM/DISCARD support by Jens Axboe · 14 years ago
  6. f011531 Update libaio/posixaio/splice for sync updates by Jens Axboe · 14 years ago
  7. 9c0d224 Don't allow pre_read on IO engines that cannot seek by Jens Axboe · 15 years ago
  8. cd98801 splice engine: fix vmsplice() problem with block sizes larger than a pipe by Jens Axboe · 15 years ago
  9. df9c26b Avoid opening files until they are used by Jens Axboe · 15 years ago
  10. f3f552b Add uninitialized_var() to silence bogus compiler warnings by Jens Axboe · 16 years ago
  11. 0aa417a splice: if splicing fails with EINVAL, it's most likely missing fs support by Jens Axboe · 16 years ago
  12. 2992b05 close_ioengine() clears ->data after calling engine cleanup by Jens Axboe · 16 years ago
  13. 3a6d267 splice: fix fallback from copy vmsplice to nothing by Jens Axboe · 17 years ago
  14. 8b85024 splice: fix problem with current mainline kernels by Jens Axboe · 17 years ago
  15. 7101d9c Full readonly check by Jens Axboe · 17 years ago
  16. 81887d5 splice: update to new vmsplice-to-user interface by Jens Axboe · 17 years ago
  17. a26fc7c Fix splice engine compile by Jens Axboe · 17 years ago
  18. bb446c1 splice engine: add unmapping for vmsplice-to-user by Jens Axboe · 17 years ago
  19. 4368857 splice: automatically detect whether vmsplice-to-user works by Jens Axboe · 17 years ago
  20. f24254e splice engine: support for vmsplice to user space by Jens Axboe · 17 years ago
  21. 317b95d Move os/arch/compiler headers into directories by Jens Axboe · 17 years ago
  22. b4ba5f3 splice engine: return negative for error by Jens Axboe · 17 years ago
  23. da751ca Update io engine comments by Jens Axboe · 17 years ago
  24. b5af829 Revamp file open/close handling by Jens Axboe · 17 years ago
  25. e1161c3 Add more context to the error messages by Jens Axboe · 17 years ago
  26. 22819ec Unify and fixup error handling by Jens Axboe · 17 years ago
  27. 36167d8 Change IO engine queuing by Jens Axboe · 17 years ago
  28. 95bcd81 [PATCH] Move td_verror() into io_ops->queue() hook by Jens Axboe · 17 years ago
  29. cec6b55 [PATCH] Support residual io counts from io engines by Jens Axboe · 17 years ago
  30. f8fe35e [PATCH] Rename io engines by Jens Axboe · 17 years ago[Renamed from engines/fio-engine-splice.c]
  31. 5f35095 [PATCH] Link in known io engines by Jens Axboe · 18 years ago
  32. 34cfcda [PATCH] Make fio build again on "crippled" platforms by Jens Axboe · 18 years ago
  33. 6040dab [PATCH] Make ->buflen == 0 on SYNC io_u's by Jens Axboe · 18 years ago
  34. 87dc1ab [PATCH] Implement file syncing as data direction by Jens Axboe · 18 years ago
  35. 7a16dd0 [PATCH] Make io engines -W clean by Jens Axboe · 18 years ago
  36. 53cdc68 [PATCH] First cut at supporting > 1 file per job by Jens Axboe · 18 years ago
  37. 2866c82 [PATCH] Separate io engines into separate loadable objects by Jens Axboe · 18 years ago