1. 946ff86 sg engine: fix old comment by Jens Axboe · 17 years ago
  2. 15ba640 sg engine: do type check only when sd has been setup by Jens Axboe · 17 years ago
  3. a05bd42 sg engine: errno return value fixes by Jens Axboe · 17 years ago
  4. b4ba5f3 splice engine: return negative for error by Jens Axboe · 17 years ago
  5. 76f58b9 syslet engine: fix segfault if syslets are not available by Jens Axboe · 17 years ago
  6. 7bb48f8 Revamp the file creation code by Jens Axboe · 17 years ago
  7. 0725726 GUASI engine: should use log_err() during runtime by Jens Axboe · 17 years ago
  8. ed8bd84 NULL engine: ->commit() has side effects, make sure it always works by Jens Axboe · 17 years ago
  9. 8999fe9 GUASI engine: free lingering requests from the buffer on cleanup by Davide Libenzi · 17 years ago
  10. 97c26cb GUASI update by Davide Libenzi · 17 years ago
  11. d6c6810 Add few debug statements and limit thread usage. by Davide Libenzi · 17 years ago
  12. 46eaa15 Adapth guasi.c to the new FIO strctures, and free the requests. by Davide Libenzi · 17 years ago
  13. 66b83d9 Update to guasi 0.5 diff by Davide Libenzi · 17 years ago
  14. 609342f GUASI IO engine by Davide Libenzi · 17 years ago
  15. c1db2dc libaio engine: queue init error handling by Jens Axboe · 17 years ago
  16. 2dc1bbe Move thread options into a seperate structure by Jens Axboe · 17 years ago
  17. 6d86144 Use log_info() throughout by Jens Axboe · 17 years ago
  18. 1760e67 Fix build on x86-64 distros without __NR_pread64/pwrite64 by Jens Axboe · 17 years ago
  19. b884635 Fix build of syslet engine on x86-64 by Jens Axboe · 17 years ago
  20. 3f34431 posixaio engine: better handling of partial completions by Jens Axboe · 17 years ago
  21. da751ca Update io engine comments by Jens Axboe · 17 years ago
  22. cfc99db mmap engine: make sure that page unaligned syncs work by Jens Axboe · 17 years ago
  23. 9f9214f nr_files conflict with filename by Jens Axboe · 17 years ago
  24. af52b34 Allow explicit setting of a number of files by Jens Axboe · 17 years ago
  25. e2e6791 syslet engine: residual fix by Jens Axboe · 17 years ago
  26. 0263882 File truncation and extend fixes by Jens Axboe · 17 years ago
  27. ba0fbe1 Turn the CPU burner into a real io engine by Jens Axboe · 17 years ago
  28. 7401c08 null engine: fix queue bug with repeated commit() calls before event retrieval by Jens Axboe · 17 years ago
  29. 65afa5f null engine: update to support queuing by Jens Axboe · 17 years ago
  30. 640e942 null engine: don't dup() stdin anymore by Jens Axboe · 17 years ago
  31. d16b88e Engines should not touch nr_open_files anymore by Jens Axboe · 17 years ago
  32. b5af829 Revamp file open/close handling by Jens Axboe · 17 years ago
  33. 34403fb Spelling fixes by Jens Axboe · 17 years ago
  34. fd1ff8e posixaio engine: residual data count by Jens Axboe · 17 years ago
  35. f423479 libaio engine: proper return value checking by Jens Axboe · 17 years ago
  36. 9bec88e Net engine: move connection setup into ->init() by Jens Axboe · 17 years ago
  37. b58cf3d Net engine: missing ->nr_open_files for clients by Jens Axboe · 17 years ago
  38. 2fd233b Convert null io engine to use ->setup() by Jens Axboe · 17 years ago
  39. 4f45320 Net engine: need to set ->nr_open_files by Jens Axboe · 17 years ago
  40. 138502a Only check FIO_DISKLESSIO in stat.c by Jens Axboe · 17 years ago
  41. a9defc9 [PATCH] ioengine flags: Replace FIO_NETIO with real flags that map the behavior by Joel Becker · 17 years ago
  42. a0a930e syslet engine: submission latency numbers by Jens Axboe · 17 years ago
  43. 5b38ee8 syslet engine: smart batching by Jens Axboe · 17 years ago
  44. 7756b0d syslet v4 support by Jens Axboe · 17 years ago
  45. 9ff9de6 First cut at doing sequences of atoms in one commit by Jens Axboe · 17 years ago
  46. 413dd45 Streamline thread_data data direction setting and checking by Jens Axboe · 17 years ago
  47. e1161c3 Add more context to the error messages by Jens Axboe · 17 years ago
  48. faf5c88 syslet: typo by Jens Axboe · 17 years ago
  49. e49499f syslet engine: style fix and ->queue() error return value fix by Jens Axboe · 17 years ago
  50. bf0dc8f by Ingo Molnar · 17 years ago
  51. 948f9b2 mmap IO engine cannot extend a file by Jens Axboe · 17 years ago
  52. 7e77dd0 Improve submission latency calculation by Jens Axboe · 17 years ago
  53. 755200a Add support for queuing > 1 command at the time by Jens Axboe · 17 years ago
  54. 22819ec Unify and fixup error handling by Jens Axboe · 17 years ago
  55. 36167d8 Change IO engine queuing by Jens Axboe · 17 years ago
  56. 7d44a74 [PATCH] syslet: code cleanup by Jens Axboe · 17 years ago
  57. 7f059a7 [PATCH] syslet: fix leak of ring and ahu by Jens Axboe · 17 years ago
  58. 2ca50be [PATCH] syslet: async_head_user struct should be permanent by Jens Axboe · 17 years ago
  59. a2e1b08 [PATCH] syslet engine: use pread instead lseek+read by Jens Axboe · 17 years ago
  60. db64e9b [PATCH] Let the syslet ioengine register check supportability by Jens Axboe · 17 years ago
  61. a4f4fdd [PATCH] First cut syslet async io support by Jens Axboe · 17 years ago
  62. 0c09442 [PATCH] Network engine poll() paranoia by Jens Axboe · 17 years ago
  63. 5fdd124 [PATCH] Make ctrl-c work with network io and accept loop by Jens Axboe · 17 years ago
  64. 95bcd81 [PATCH] Move td_verror() into io_ops->queue() hook by Jens Axboe · 17 years ago
  65. 311b84a [PATCH] Make the libaio fsync fallback really work by Jens Axboe · 17 years ago
  66. 8d714a6 [PATCH] libaio engine: fake work-around for sync issue by Jens Axboe · 17 years ago
  67. e5c40aa [PATCH] Fix libaio engine SYNC by Jens Axboe · 17 years ago
  68. 85eb1d4 [PATCH] Net engine typo by Jens Axboe · 17 years ago
  69. dc0deca [PATCH] SG IO engine: reduce allocations and memory leaks by Jens Axboe · 17 years ago
  70. 6ab9e26 [PATCH] SG IO engine: remember to set io_u->file in init by Jens Axboe · 17 years ago
  71. adee86c [PATCH] SG io engine: better handling of multiple files by Jens Axboe · 17 years ago
  72. d4f12dd [PATCH] Network engine cleanups and comments by Jens Axboe · 17 years ago
  73. 4d9345a [PATCH] Don't create files for engines that don't need them by Jens Axboe · 17 years ago
  74. 6bedbfa [PATCH] Network engine fixes by Jens Axboe · 17 years ago
  75. 7a6499d [PATCH] Network io engine updates by Jens Axboe · 17 years ago
  76. e2a26d2 [PATCH] Document ->queue() in the skeleton engine by Jens Axboe · 17 years ago
  77. cec6b55 [PATCH] Support residual io counts from io engines by Jens Axboe · 17 years ago
  78. 2fc2698 [PATCH] Support for > 1 network connection by Jens Axboe · 17 years ago
  79. e01547d [PATCH] Network engine updates by Jens Axboe · 17 years ago
  80. ed92ac0 [PATCH] Simple support for networked IO by Jens Axboe · 17 years ago
  81. f8fe35e [PATCH] Rename io engines by Jens Axboe · 17 years ago
  82. e8b8c9f [PATCH] Fix double free in sg engine error path by Jens Axboe · 17 years ago
  83. ccbb91c [PATCH] Fix busy-looping with aio engine and depth > 1 by Jens Axboe · 18 years ago
  84. 1e97cce [PATCH] Fix warnings from icc by Jens Axboe · 18 years ago
  85. a94ea28 [PATCH] 'null' ioengine by Jens Axboe · 18 years ago
  86. 02bcaa8 [PATCH] Time and seek optimizations by Jens Axboe · 18 years ago
  87. 830a78b [PATCH] Improve skeleton example by Jens Axboe · 18 years ago
  88. da51c05 [PATCH] Add skeleton external io engine by Jens Axboe · 18 years ago
  89. 5f35095 [PATCH] Link in known io engines by Jens Axboe · 18 years ago
  90. cb781c7 [PATCH] Missing memset and free-on-error in io engines by Jens Axboe · 18 years ago
  91. 34cfcda [PATCH] Make fio build again on "crippled" platforms by Jens Axboe · 18 years ago
  92. 076efc7 [PATCH] Improve io logging by Jens Axboe · 18 years ago
  93. eaf09db [PATCH] libaio sign error by Jens Axboe · 18 years ago
  94. 353a7e0 [PATCH] ->queue() error handling by Jens Axboe · 18 years ago
  95. 6040dab [PATCH] Make ->buflen == 0 on SYNC io_u's by Jens Axboe · 18 years ago
  96. b907a5b [PATCH] mmap io engine had broken sync by Jens Axboe · 18 years ago
  97. 87dc1ab [PATCH] Implement file syncing as data direction by Jens Axboe · 18 years ago
  98. 2953f57 [PATCH] Only the posixaio engine needs to link against -lrt by Jens Axboe · 18 years ago
  99. 8458500 [PATCH] Fix a bunch of bugs by Jens Axboe · 18 years ago
  100. 7a16dd0 [PATCH] Make io engines -W clean by Jens Axboe · 18 years ago