1. a68594c Include location for RH related distros. by Jens Axboe · 17 years ago
  2. 390c40e Forced kill is not used anymore. by Jens Axboe · 17 years ago
  3. d924494 Gently prod children with a SIGQUIT on terminate by Jens Axboe · 17 years ago
  4. 5451792 Improve error logging and handling by Jens Axboe · 17 years ago
  5. fdf3de2 Fio 1.13 by Jens Axboe · 17 years ago
  6. 7ff1c14 fio.h: Fix TD_DDIR_RANDWRITE by Joel Becker · 17 years ago
  7. 1e53148 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 17 years ago
  8. 34403fb Spelling fixes by Jens Axboe · 17 years ago
  9. 4db4e3d Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 17 years ago
  10. 480936d fio.h: Grow td->verror by Joel Becker · 17 years ago
  11. fd1ff8e posixaio engine: residual data count by Jens Axboe · 17 years ago
  12. 37e974a io_u completion error propagation by Jens Axboe · 17 years ago
  13. f423479 libaio engine: proper return value checking by Jens Axboe · 17 years ago
  14. b9448b9 Add example network io job file by Jens Axboe · 17 years ago
  15. 9bec88e Net engine: move connection setup into ->init() by Jens Axboe · 17 years ago
  16. b58cf3d Net engine: missing ->nr_open_files for clients by Jens Axboe · 17 years ago
  17. 2fd233b Convert null io engine to use ->setup() by Jens Axboe · 17 years ago
  18. 4f45320 Net engine: need to set ->nr_open_files by Jens Axboe · 17 years ago
  19. 0be06ea Accept -foo as well as --foo for options by Jens Axboe · 17 years ago
  20. 0e9f7fa Improve friendliness of --cmdhelp by Jens Axboe · 17 years ago
  21. 320beef Don't require 'all' argument to --cmdhelp to dump all options by Jens Axboe · 17 years ago
  22. 5af1c6f Document file_service_type option by Jens Axboe · 17 years ago
  23. 7c83c08 Fix for file_service_type=random by Jens Axboe · 17 years ago
  24. bdb4e2e Better management of open files by Jens Axboe · 17 years ago
  25. 9bf2061 Excessive passing around of struct fio_file by Jens Axboe · 17 years ago
  26. 138502a Only check FIO_DISKLESSIO in stat.c by Jens Axboe · 17 years ago
  27. a9defc9 [PATCH] ioengine flags: Replace FIO_NETIO with real flags that map the behavior by Joel Becker · 17 years ago
  28. 9728ce3 [PATCH] init.c: Expose f_out and f_err to loaded libraries via dlsym() by Joel Becker · 17 years ago
  29. ad231bc [PATCH] parse.c: Make FIO_OPT_STR explicitly one value by Joel Becker · 17 years ago
  30. 780bf1a Don't do rate checks, if no ratemin has been specified. by Jens Axboe · 17 years ago
  31. 8a7bd87 Document loading external io engines by Jens Axboe · 17 years ago
  32. 7b395ca Prefix external io engine loading with 'external' by Joel Becker · 17 years ago
  33. 71dc58b Fix parser bug by Joel Becker · 17 years ago
  34. bc5b77a Duplicate name checks in ioengines.c by Jens Axboe · 17 years ago
  35. 1ff2a7e syslet: x86_64 support by Jens Axboe · 17 years ago
  36. bcd83c1 Style fixup by Jens Axboe · 17 years ago
  37. 4667c19 Move syslet check into the arch header, where it belongs by Jens Axboe · 17 years ago
  38. e77fe33 Fio version 1.12 by Jens Axboe · 17 years ago
  39. 9467b77 Temporary iodepth_low work-around for syslets by Jens Axboe · 17 years ago
  40. a0a930e syslet engine: submission latency numbers by Jens Axboe · 17 years ago
  41. eb7c8ae Move the iodepth_batch into td_io_queue() instead by Jens Axboe · 17 years ago
  42. ec1aee0 Extend option name from 16 to 20 bytes by Jens Axboe · 17 years ago
  43. c6441dc Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 17 years ago
  44. cb5ab51 Add iodepth_batch setting by Jens Axboe · 17 years ago
  45. c084f46 Merge branch 'master' of ssh://git.kernel.dk/data/git/fio by Jens Axboe · 17 years ago
  46. c01c039 Do proper wait for pending IO on clean exit by Jens Axboe · 17 years ago
  47. ad2da60 No need to do fadvise() on O_DIRECT/raw IO by Jens Axboe · 17 years ago
  48. c0a6b0d Speedup init_disk_util() when dealing with many jobs by Jens Axboe · 17 years ago
  49. 5b38ee8 syslet engine: smart batching by Jens Axboe · 17 years ago
  50. face81b Move ->commit() call to td_io_getevents() by Jens Axboe · 17 years ago
  51. 7756b0d syslet v4 support by Jens Axboe · 17 years ago
  52. 4d2e0f4 Requeue io_u flags fix by Jens Axboe · 17 years ago
  53. 9ff9de6 First cut at doing sequences of atoms in one commit by Jens Axboe · 17 years ago
  54. d7762cf Move completion handler into the io_u by Jens Axboe · 17 years ago
  55. 10cad1a Don't include engines we don't have by Jens Axboe · 17 years ago
  56. 78217df IO engine callback need not dump possible values by Jens Axboe · 17 years ago
  57. 0904200 Rate must always calculate bytes done by Jens Axboe · 17 years ago
  58. c3852ae Improve rate usec calculation by Jens Axboe · 17 years ago
  59. b1ec1da Move handling of possible values into the option parser by Jens Axboe · 17 years ago
  60. 413dd45 Streamline thread_data data direction setting and checking by Jens Axboe · 17 years ago
  61. 0aabe16 Add option to select how to service multiple files by Jens Axboe · 17 years ago
  62. 5945b9b Dump io_u on timeout by Jens Axboe · 17 years ago
  63. 9d80e11 Correct spelling error by Jens Axboe · 17 years ago
  64. e1161c3 Add more context to the error messages by Jens Axboe · 17 years ago
  65. 94cd00d List syslet-rw as a supported option in the ioengine help dump by Jens Axboe · 17 years ago
  66. 1df341f syslet: syscall still needs void * cast by Jens Axboe · 17 years ago
  67. fa01d13 Don't check st_size for special files by Jens Axboe · 17 years ago
  68. faf5c88 syslet: typo by Jens Axboe · 17 years ago
  69. 3707f45 Further improve thread handling by Jens Axboe · 17 years ago
  70. 19a98c4 Fix crash on thread exit by Jens Axboe · 17 years ago
  71. 50070b5 Thread waitpid() error check by Jens Axboe · 17 years ago
  72. a2f77c9 Improve thread reap handling by Jens Axboe · 17 years ago
  73. 55bc972 Disable timeout handling for now by Jens Axboe · 17 years ago
  74. e9310e0 Include engines in dependency check by Jens Axboe · 17 years ago
  75. 433afcb io_u timeout handling by Jens Axboe · 17 years ago
  76. 0c6e751 Track io_u state (free or in-flight) by Jens Axboe · 17 years ago
  77. 145dad6 No need to cast async_exec() syscall to void * anymore by Jens Axboe · 17 years ago
  78. e49499f syslet engine: style fix and ->queue() error return value fix by Jens Axboe · 17 years ago
  79. bf0dc8f by Ingo Molnar · 17 years ago
  80. 069c291 Still need to put io_u on early exit by Jens Axboe · 17 years ago
  81. 49db69a Correct io_u_*_complete() return checking by Jens Axboe · 17 years ago
  82. 19abcd3 Don't overwrite error by Jens Axboe · 17 years ago
  83. f692a76 Fix double io_u free on error in do_verify() by Jens Axboe · 17 years ago
  84. 43d7680 64-bit compile warnings by Jens Axboe · 17 years ago
  85. 8abdce6 Change IO latency histogram to be in power-of-10 by Jens Axboe · 17 years ago
  86. e4dd8a0 Makefile: libdir is not used anymore by Jens Axboe · 17 years ago
  87. 72cb971 More __must_check annotations by Jens Axboe · 17 years ago
  88. b2fdda4 Static error value checking by Jens Axboe · 17 years ago
  89. 948f9b2 mmap IO engine cannot extend a file by Jens Axboe · 17 years ago
  90. 6c23570 Leftover debug message by Jens Axboe · 17 years ago
  91. e916b39 Add low water mark for queuing depth by Jens Axboe · 17 years ago
  92. 079ad09 First step for group reporting by Jens Axboe · 17 years ago
  93. 5aeb77d Fix sync engine completion latency by Jens Axboe · 17 years ago
  94. e7e6cfb Update io_u.c comments by Jens Axboe · 17 years ago
  95. 7e77dd0 Improve submission latency calculation by Jens Axboe · 17 years ago
  96. 00de55e Use 0 timeout for command completion peek by Jens Axboe · 17 years ago
  97. 65db085 Update documentation wrt comment by Jens Axboe · 17 years ago
  98. 5cc2da3 fio: allow '#' comments by Ingo Molnar · 17 years ago
  99. ad18c1e fio: syslet.h build fix by Ingo Molnar · 17 years ago
  100. 77f392b Be safe and re-prep requeue io_u's by Jens Axboe · 17 years ago