1. 9ff9de6 First cut at doing sequences of atoms in one commit by Jens Axboe · 17 years ago
  2. d7762cf Move completion handler into the io_u by Jens Axboe · 17 years ago
  3. 10cad1a Don't include engines we don't have by Jens Axboe · 17 years ago
  4. 78217df IO engine callback need not dump possible values by Jens Axboe · 17 years ago
  5. 0904200 Rate must always calculate bytes done by Jens Axboe · 17 years ago
  6. c3852ae Improve rate usec calculation by Jens Axboe · 17 years ago
  7. b1ec1da Move handling of possible values into the option parser by Jens Axboe · 17 years ago
  8. 413dd45 Streamline thread_data data direction setting and checking by Jens Axboe · 17 years ago
  9. 0aabe16 Add option to select how to service multiple files by Jens Axboe · 17 years ago
  10. 5945b9b Dump io_u on timeout by Jens Axboe · 17 years ago
  11. 9d80e11 Correct spelling error by Jens Axboe · 17 years ago
  12. e1161c3 Add more context to the error messages by Jens Axboe · 17 years ago
  13. 94cd00d List syslet-rw as a supported option in the ioengine help dump by Jens Axboe · 17 years ago
  14. 1df341f syslet: syscall still needs void * cast by Jens Axboe · 17 years ago
  15. fa01d13 Don't check st_size for special files by Jens Axboe · 17 years ago
  16. faf5c88 syslet: typo by Jens Axboe · 17 years ago
  17. 3707f45 Further improve thread handling by Jens Axboe · 17 years ago
  18. 19a98c4 Fix crash on thread exit by Jens Axboe · 17 years ago
  19. 50070b5 Thread waitpid() error check by Jens Axboe · 17 years ago
  20. a2f77c9 Improve thread reap handling by Jens Axboe · 17 years ago
  21. 55bc972 Disable timeout handling for now by Jens Axboe · 17 years ago
  22. e9310e0 Include engines in dependency check by Jens Axboe · 17 years ago
  23. 433afcb io_u timeout handling by Jens Axboe · 17 years ago
  24. 0c6e751 Track io_u state (free or in-flight) by Jens Axboe · 17 years ago
  25. 145dad6 No need to cast async_exec() syscall to void * anymore by Jens Axboe · 17 years ago
  26. e49499f syslet engine: style fix and ->queue() error return value fix by Jens Axboe · 17 years ago
  27. bf0dc8f by Ingo Molnar · 17 years ago
  28. 069c291 Still need to put io_u on early exit by Jens Axboe · 17 years ago
  29. 49db69a Correct io_u_*_complete() return checking by Jens Axboe · 17 years ago
  30. 19abcd3 Don't overwrite error by Jens Axboe · 17 years ago
  31. f692a76 Fix double io_u free on error in do_verify() by Jens Axboe · 17 years ago
  32. 43d7680 64-bit compile warnings by Jens Axboe · 17 years ago
  33. 8abdce6 Change IO latency histogram to be in power-of-10 by Jens Axboe · 17 years ago
  34. e4dd8a0 Makefile: libdir is not used anymore by Jens Axboe · 17 years ago
  35. 72cb971 More __must_check annotations by Jens Axboe · 17 years ago
  36. b2fdda4 Static error value checking by Jens Axboe · 17 years ago
  37. 948f9b2 mmap IO engine cannot extend a file by Jens Axboe · 17 years ago
  38. 6c23570 Leftover debug message by Jens Axboe · 17 years ago
  39. e916b39 Add low water mark for queuing depth by Jens Axboe · 17 years ago
  40. 079ad09 First step for group reporting by Jens Axboe · 17 years ago
  41. 5aeb77d Fix sync engine completion latency by Jens Axboe · 17 years ago
  42. e7e6cfb Update io_u.c comments by Jens Axboe · 17 years ago
  43. 7e77dd0 Improve submission latency calculation by Jens Axboe · 17 years ago
  44. 00de55e Use 0 timeout for command completion peek by Jens Axboe · 17 years ago
  45. 65db085 Update documentation wrt comment by Jens Axboe · 17 years ago
  46. 5cc2da3 fio: allow '#' comments by Ingo Molnar · 17 years ago
  47. ad18c1e fio: syslet.h build fix by Ingo Molnar · 17 years ago
  48. 77f392b Be safe and re-prep requeue io_u's by Jens Axboe · 17 years ago
  49. c1324df Missing clear of some IO state by Jens Axboe · 17 years ago
  50. 6bb1c84 Clean core files on make clean by Jens Axboe · 17 years ago
  51. afab5e4 Fix busy looping for io_u_queued_complete() by Jens Axboe · 17 years ago
  52. d2d7fa5 Verify requeue handling by Jens Axboe · 17 years ago
  53. 3d7c391 Retrieve next file to service in get_io_u() by Jens Axboe · 17 years ago
  54. 755200a Add support for queuing > 1 command at the time by Jens Axboe · 17 years ago
  55. 9978463 Differentiate between bool error return and real error value by Jens Axboe · 17 years ago
  56. 9760102 Cleanup end IO handling by Jens Axboe · 17 years ago
  57. 22819ec Unify and fixup error handling by Jens Axboe · 17 years ago
  58. 3af6ef3 Fully parallellize io_u verification by Jens Axboe · 17 years ago
  59. 36167d8 Change IO engine queuing by Jens Axboe · 17 years ago
  60. 48097d5 [PATCH] Add thinktime_spin parameter by Jens Axboe · 17 years ago
  61. 73170f1 [PATCH] Don't check status if ret < 0 by Jens Axboe · 17 years ago
  62. fab6aa7 [PATCH] Catch processes/threads that unexpectedly exited by Jens Axboe · 17 years ago
  63. a641814 [PATCH] Further improve child exit reaping by Jens Axboe · 17 years ago
  64. e26f8f7 [PATCH] file descriptor is int by Jens Axboe · 17 years ago
  65. ec11830 [PATCH] IO completion time histograms by Jens Axboe · 17 years ago
  66. 2f073b0 [PATCH] Fix random seed for numjobs > 1 by Jens Axboe · 17 years ago
  67. 5bf13a5 [PATCH] Fixup client error exit by Jens Axboe · 17 years ago
  68. 890df53 [PATCH] Fixup file type recognition by Jens Axboe · 17 years ago
  69. 429ca07 [PATCH] Defer engine ops verification check by Jens Axboe · 17 years ago
  70. b6959b5 [PATCH] Make fio compile on non-x86 again by Jens Axboe · 17 years ago
  71. 7d44a74 [PATCH] syslet: code cleanup by Jens Axboe · 17 years ago
  72. 7f059a7 [PATCH] syslet: fix leak of ring and ahu by Jens Axboe · 17 years ago
  73. 2ca50be [PATCH] syslet: async_head_user struct should be permanent by Jens Axboe · 17 years ago
  74. a2e1b08 [PATCH] syslet engine: use pread instead lseek+read by Jens Axboe · 17 years ago
  75. db64e9b [PATCH] Let the syslet ioengine register check supportability by Jens Axboe · 17 years ago
  76. f3502ba [PATCH] Exabytes by Jens Axboe · 17 years ago
  77. d0ff85d [PATCH] Document syslet-rw engine by Jens Axboe · 17 years ago
  78. a4f4fdd [PATCH] First cut syslet async io support by Jens Axboe · 17 years ago
  79. 340fd24 [PATCH] Make fio_assert() core dump the job by Jens Axboe · 17 years ago
  80. a4a8171 [PATCH] Random map needs to use ->real_file_size, not ->file_size by Jens Axboe · 17 years ago
  81. 437c9b7 [PATCH] Make the exit value meaningfull by Jens Axboe · 17 years ago
  82. e9fbdd7 [PATCH] Woops, left debug clear in there by Jens Axboe · 17 years ago
  83. 0032bf9 [PATCH] Add fio_assert() by Jens Axboe · 17 years ago
  84. 07e4b62 [PATCH] Fix buflen trimming by Jens Axboe · 17 years ago
  85. 3951414 [PATCH] Total io is the sum of READ and WRITE by Jens Axboe · 17 years ago
  86. bca4ed4 [PATCH] One more round of random map fixes by Jens Axboe · 17 years ago
  87. c8c51ef [PATCH] Sign warning by Jens Axboe · 17 years ago
  88. 0c09442 [PATCH] Network engine poll() paranoia by Jens Axboe · 17 years ago
  89. 1c9e06e [PATCH] Document/comment fio.h by Jens Axboe · 17 years ago
  90. 5fdd124 [PATCH] Make ctrl-c work with network io and accept loop by Jens Axboe · 17 years ago
  91. 95bcd81 [PATCH] Move td_verror() into io_ops->queue() hook by Jens Axboe · 17 years ago
  92. 6d66307 [PATCH] Allow thread/group dump regardless of error state by Jens Axboe · 17 years ago
  93. 2eaa41c [PATCH] Fix stack overflow by Jens Axboe · 17 years ago
  94. 46fda8d [PATCH] Separate bandwidth log and rate display by Jens Axboe · 17 years ago
  95. dbe1125 [PATCH] Pretty up stat output by Jens Axboe · 17 years ago
  96. 24868ca [PATCH] Kill redundant header files by Jens Axboe · 17 years ago
  97. c685b5b [PATCH] More random map fixes by Jens Axboe · 17 years ago
  98. afdbe58 [PATCH] Random map fix by Jens Axboe · 17 years ago
  99. 675de85 [PATCH] Size parse should use strtoll() by Jens Axboe · 17 years ago
  100. f4ee22c [PATCH] File size fix on NULL io engines by Jens Axboe · 17 years ago