1. 453545a Set genesis time when running only network clients by Jens Axboe · 10 years ago
  2. 95820b6 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  3. fba5c5f smalloc: alloc failure cleanups by Jens Axboe · 11 years ago
  4. 836fcc0 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  5. 0dcebdf configure: add endian check by Jens Axboe · 11 years ago
  6. 67bf982 Add configure script by Jens Axboe · 11 years ago
  7. 2a988d8 Merge branch 'master' into gfio by Jens Axboe · 11 years ago
  8. fa80fea Add check for invariant TSC on x86 and use TSC is default clock if reliable by Jens Axboe · 11 years ago
  9. 7078106 Fix address truncation on Windows by Bruce Cran · 12 years ago
  10. b9d2f30 Separate the act of adding and starting a job by Jens Axboe · 12 years ago
  11. e61ca21 Move init code info libfio.c by Jens Axboe · 12 years ago
  12. 480b811 fio: factor out fio initialization code by Stephen M. Cameron · 12 years ago
  13. b775956 fio: factor out endian_check by Stephen M. Cameron · 12 years ago
  14. dd36672 fio: make client operations pluggable by Stephen M. Cameron · 12 years ago
  15. 59dfce5 Fixup includes by Jens Axboe · 12 years ago
  16. 7176856 Fix build issue for non-cgroup support by Jens Axboe · 12 years ago
  17. a3efc91 Move variables to backend, fix up line spaces by Jens Axboe · 12 years ago
  18. 2e1df07 Move some code around to better separate front/backend by Jens Axboe · 12 years ago
  19. 783a3eb Move gtod thread to gettime.c by Jens Axboe · 12 years ago
  20. e4413f0 fix early termination of runs caused by ramp_time > runtime by Steven Noonan · 12 years ago
  21. b8bc8cb Add log_avg_msec option by Jens Axboe · 12 years ago
  22. 8a32205 Fix initialization of lastrate when using ratemin by Josh Carter · 12 years ago
  23. 0684202 Expand continue_on_error to select which type of error to allow by Steven Lang · 12 years ago
  24. cf00f97 Fix io_u->buf calculation overflow by Jens Axboe · 13 years ago
  25. 18320cf Turn old debug printf() into a proper log_err() by Jens Axboe · 13 years ago
  26. cc60438 Fix printf() being used instead of log_info() by Bruce Cran · 13 years ago
  27. 11e950b client/server: send back nr_jobs and error exit code by Jens Axboe · 13 years ago
  28. 7e356b2 Memory leak fixes by Jens Axboe · 13 years ago
  29. d09a64a client/server: add support for passing disk_util structures by Jens Axboe · 13 years ago
  30. 7b82168 server: error handling fixes by Jens Axboe · 13 years ago
  31. af9c9fb client/server: request ETA instead of having the server send it automatically by Jens Axboe · 13 years ago
  32. cca8464 Pass arch/os in probe by Jens Axboe · 13 years ago
  33. 602d6ff Poll server idle loop any time the main status thread sleeps by Jens Axboe · 13 years ago
  34. c8eeb9d Add support for write_iops_log by Jens Axboe · 13 years ago
  35. 0ad5edc Endian sanity check by Jens Axboe · 13 years ago
  36. 70e0c31 server: idle loop support by Jens Axboe · 13 years ago
  37. cc0df00 server: attempt to handle client ctrl-c by Jens Axboe · 13 years ago
  38. cf451d1 server: add ETA as a specific command by Jens Axboe · 13 years ago
  39. c8aaba1 Move getrusage() out of thread_stat by Jens Axboe · 13 years ago
  40. f0505a1 Move stat_io_bytes/time to thread_data by Jens Axboe · 13 years ago
  41. 7b9f733 server: start conversion of data structures to network friendly types by Jens Axboe · 13 years ago
  42. a37f69b client: continue support for multiple connections by Jens Axboe · 13 years ago
  43. 37db14f Start of functional client by Jens Axboe · 13 years ago
  44. 009b1be Use poll() for connect loop by Jens Axboe · 13 years ago
  45. 5c341e9 Hide things not appropriate behind is_backend by Jens Axboe · 13 years ago
  46. 50d1697 Start of client/server by Jens Axboe · 13 years ago
  47. 067430b Fix disk utilization for delayed jobs by Jens Axboe · 13 years ago
  48. 3545a10 Ensure that buffer contents are random across jobs as well by Jens Axboe · 13 years ago
  49. d3cc4eb Make SH port work for packagers that don't differentiate between SH4 and SH4A by Jens Axboe · 13 years ago
  50. 1f84f1d Respect iodepth_batch_complete=0 in main loop by Dan Ehrenberg · 13 years ago
  51. ccc0205 Fix infinite loop on platforms with severely limited aio resources by Jens Axboe · 13 years ago
  52. 6aa2781 Fix killing of threads that haven't started by Michael Callahan · 13 years ago
  53. 47f767c Add gettid() for proper thread affinity on Linux by Jens Axboe · 13 years ago
  54. 6525896 Make processes work on HP-UX by Jens Axboe · 13 years ago
  55. be18a94 Set affinity before doing buffer and io_u allocs by Jens Axboe · 13 years ago
  56. f015394 Fix ramp time random screwup by Jens Axboe · 13 years ago
  57. 687c6a2 Fix ramp time bug by Jens Axboe · 13 years ago
  58. 4b0c257 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 13 years ago
  59. fca7035 Add --max-jobs/-j command line option by Jens Axboe · 13 years ago
  60. f097728 Fix for terminating threads in ramp time by Jens Axboe · 13 years ago
  61. d06093e Fix fill_device with queue depth higher than 1 by Steven Lang · 13 years ago
  62. bd93e34 Fixup wrong enum used for __check_min_rate() by Steven Lang · 13 years ago
  63. b20b6be Ensure we quit on SIGTERM by Jens Axboe · 13 years ago
  64. deaa1af Exit with error on signal by Jens Axboe · 13 years ago
  65. 91aea6e Add simple aligned alloc helper by Jens Axboe · 13 years ago
  66. 2b13e71 Get rid of shadow declarations by Jens Axboe · 13 years ago
  67. 69204d6 Eta/disk thread uses more than the minimum stack by Jens Axboe · 13 years ago
  68. 9a793c2 Fix race in exit of eta/util thread by Jens Axboe · 13 years ago
  69. 7985701 Change disk util / eta method from signal to thread by Jens Axboe · 13 years ago
  70. 7d9fb45 When verify fails, dump the good/bad blocks to files by Jens Axboe · 13 years ago
  71. 7ed4d7a Merge branch 'winfio' by Jens Axboe · 13 years ago
  72. 63a5826 Merge branch 'master' of ssh://router/data/git/fio by Jens Axboe · 13 years ago
  73. dfc6e75 setgid first, setuid second by Stefan Hajnoczi · 13 years ago
  74. 9b83656 Various fixes/updates by Bruce Cran · 13 years ago
  75. ecc314b FIO Windows update by Bruce Cran · 13 years ago
  76. 03e20d6 First snapshot of FIO for Windows by Bruce Cran · 13 years ago
  77. cda99fa fix ramp_in by Signed-off-by Steven Pratt · 13 years ago
  78. a5b01f1 Call path below SIGALRM isn't safe by Jens Axboe · 14 years ago
  79. 1c04bf7 Align memory buffers for RAW io engines by Jens Axboe · 14 years ago
  80. d708ac5 Fix assert by Jens Axboe · 14 years ago
  81. a917a8b Trim/discard fixes by Jens Axboe · 14 years ago
  82. 0d29de8 Add verify trim support by Jens Axboe · 14 years ago
  83. ff58fce Add support for replaying blktrace trim/discard by Jens Axboe · 14 years ago
  84. 304a47c Reduce thread stack size by bart Van Assche · 14 years ago
  85. cbe8d75 Reuse filled pattern by Radha Ramachandran · 14 years ago
  86. 02af098 Add total latency log by Jens Axboe · 14 years ago
  87. 5d7c5d3 Auto-detect missing hw support for crc32c and fallback to software by Jens Axboe · 14 years ago
  88. fb47e9a Missing new line by Jens Axboe · 14 years ago
  89. 904dc32 Cleanup up SIGILL for crc32c-intel by Jens Axboe · 14 years ago
  90. 61eb313 sfree(NULL) is ok by Jens Axboe · 14 years ago
  91. d54a144 Remember to prime the random generator by Jens Axboe · 14 years ago
  92. 008618a Verify log message by Jens Axboe · 14 years ago
  93. 07b3232 Cleanup profile support by Jens Axboe · 14 years ago
  94. 4ceb30d Use log_info() more consistently by Jens Axboe · 14 years ago
  95. e0b0d89 Add support for specifying UID/GID by Jens Axboe · 14 years ago
  96. 6adb38a Autodetect cgroup blkio mount point by Jens Axboe · 14 years ago
  97. dae5341 Move cgroup list to proper shared storage by Jens Axboe · 14 years ago
  98. 39f2202 Better support for setting up and removing private cgroups by Jens Axboe · 14 years ago
  99. a696fa2 Add support for blkio cgroups on Linux by Jens Axboe · 14 years ago
  100. 6a96276 Don't pass more than the queued IO depth in to getevents() by Radha Ramachandran · 15 years ago