1. c3a1b74 Fix skewed latencies for rate IOPS by SEOKYOUNG KO · 11 years ago
  2. 5b3faae Fix rate iops with ramp time by SEOKYOUNG KO · 11 years ago
  3. 111e032 Add --parse-only command line option by Jens Axboe · 11 years ago
  4. 9c639a7 configure: fixup __sync_fetch_and_add() by Jens Axboe · 11 years ago
  5. adaa46d configure: add general libs for Solaris by Jens Axboe · 11 years ago
  6. 7366ad0 solaris: ensure that TCP_NODELAY gets picked up by Jens Axboe · 11 years ago
  7. 8e47ca6 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  8. f2dc46a powerpc: use mfspr for Time Base Register reads by Steven Noonan · 11 years ago
  9. 38b9354 Fix compile of RDMA engine for SunOS 5.x by Jens Axboe · 11 years ago
  10. 6264c7a net: fix warning for systems without TCP_NODELAY by Jens Axboe · 11 years ago
  11. 517a1a4 Revert "debug: only do getpid() if we have to" by Jens Axboe · 11 years ago
  12. 6418b9c FIO-VERSION-GEN: use `foo` instead of $(foo) by Jens Axboe · 11 years ago
  13. 3ba1ba7 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  14. b65588b configure: use `foo` instead of $(foo) by Jens Axboe · 11 years ago
  15. 6244334 powerpc: harden the clock ATB probe a bit by Jens Axboe · 11 years ago
  16. 4247d1a powerpc: use ATB clock, if it's available by Jens Axboe · 11 years ago
  17. 0f78b22 gettime: print 64-bit variable with ULL by Jens Axboe · 11 years ago
  18. 985ee30 debug: make __dprint() have printf() like argument type checking by Jens Axboe · 11 years ago
  19. 8037423 debug: only do getpid() if we have to by Jens Axboe · 11 years ago
  20. 58002f9 gettime: use 32-bit atomic sequences by Jens Axboe · 11 years ago
  21. 4b91ee8 Fixup wrong types for dprint() by Jens Axboe · 11 years ago
  22. e259879 gettime: add some sanity checks to platform clock by Jens Axboe · 11 years ago
  23. 7be39be Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  24. cc8350a Add LICENSE to Windows installer, fix filename extensions and update URL. by Bruce Cran · 11 years ago
  25. 43f09da Add section 9 to HOWTO table of contents. by Bruce Cran · 11 years ago
  26. e382e66 Add --eta-newline option by Jens Axboe · 11 years ago
  27. 2cf3742 Fio 2.0.14 by Jens Axboe · 11 years ago
  28. 53737ae Fix problem with terminating on unaligned sizes by Jens Axboe · 11 years ago
  29. 6382049 Add FreeBSD cpu affinity support. by Bruce Cran · 11 years ago
  30. 80da8a8 Declare 'prev' and 'this' outside the loop to avoid clang warning about 'prev' being uninitialized by Bruce Cran · 11 years ago
  31. d93904c Fixup ia64 32-bit register clock cycle read by Jens Axboe · 11 years ago
  32. 6eb9d1b Fix x86 32-bit wrong variable type for rdtsc by Jens Axboe · 11 years ago
  33. b6e7d85 README: kill reference to non-functional SUSE package page by Jens Axboe · 11 years ago
  34. 7808086 Add recommendation that fio be run in a native console on Windows. by Bruce Cran · 11 years ago
  35. 35922a2 Update all Windows files except dobuild.cmd to use LF line endings by Bruce Cran · 11 years ago
  36. 427899c check output_format before calling show_idle_prof_stats() by Huadong Liu · 11 years ago
  37. ab3379b t/axmap: add pre/post bit set checks by Jens Axboe · 11 years ago
  38. 9e6eedc Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  39. 033ace1 Fix replay of IO pattern with multiple open files by Nikolaus Jeremic · 11 years ago
  40. 1e72a88 configure: missing Android config options by Aaron Carroll · 11 years ago
  41. 6d0e9f8 configure: attempt to get Android going again by Aaron Carroll · 11 years ago
  42. 5be4c94 Initialize global and non-static variables by Jens Axboe · 11 years ago
  43. 47f07dd Turn f->engine_data into a 64-bit value by Jens Axboe · 11 years ago
  44. d7145a7 configure: ensure that fatal errors kill config-host.h and mak files by Jens Axboe · 11 years ago
  45. 61ee0f8 Handle end_fsync if a file is closed by Jens Axboe · 11 years ago
  46. 8b156d8 configure: allow --cpu to be specified by Jens Axboe · 11 years ago
  47. 315fcfe Fix rate limiting by Jens Axboe · 11 years ago
  48. 82eb1b9 Windows: io cancellation often fails and causes crashes, so remove it. by Bruce Cran · 11 years ago
  49. e0224c6 Fix bug with rate and read/write mixed workloads at 100% bias by Jens Axboe · 11 years ago
  50. d6b18e2 t/log: include minmax.h for min() by Jens Axboe · 11 years ago
  51. 6ce038d Makfile: use LINK for the link phase by Jens Axboe · 11 years ago
  52. 627aa1a Fix zones for numjobs=x, where x > 1 by Jens Axboe · 11 years ago
  53. 3dc1e5b stat: fix wrong type used for 32-bit compiles by Jens Axboe · 11 years ago
  54. 0d73a2f Fix crash and precision of ETA with zones by Jens Axboe · 11 years ago
  55. 10a6b3c Windows: fix mlock, remove ftruncate and fix error handling. by Bruce Cran · 11 years ago
  56. 01d2695 Windows: fix sysconf(_SC_PHYS_PAGES). by Bruce Cran · 11 years ago
  57. e254d00 Get rid of fallocate on Windows by Jens Axboe · 11 years ago
  58. eef0244 Handle normal output wrapping of the percentile list by Jens Axboe · 11 years ago
  59. 619adf9 Cleanup the percentile output formatting by Jens Axboe · 11 years ago
  60. 435d195 Handle percentile lists with higher precision that 2 digits by Vincent Kang Fu · 11 years ago
  61. 723d7b3 Add --build-32bit-win switch to configure --help output. by Bruce Cran · 11 years ago
  62. 03244c1 windowsaio: fix file header format and improve error reporting. by Bruce Cran · 11 years ago
  63. cb340b1 Makefile: fixup init.c dependency by Jens Axboe · 11 years ago
  64. 7409711 Enable forced 32-bit build on Windows by Huadong Liu · 11 years ago
  65. c874d18 Fix copy/paste error in windowsaio register/unregister function names. by Bruce Cran · 11 years ago
  66. dd8dd3d Update the Windows installer by Bruce Cran · 11 years ago
  67. 7189c96 gettime: fixup AMD constant TSC detection by Jens Axboe · 11 years ago
  68. 5bd5f71 Fix failure to exit IO loop on some IO sizes by Jens Axboe · 11 years ago
  69. f41862f Update the Windows section of the README file. by Bruce Cran · 11 years ago
  70. 59308a6 Remove duplicated Windows configure options. by Bruce Cran · 11 years ago
  71. 86e5341 Default to CS_GTOD if CONFIG_CLOCK_GETTIME isn't defined. by Bruce Cran · 11 years ago
  72. ab9461e values.h is obsolete: use float.h and DBL_MIN/MAX instead. by Bruce Cran · 11 years ago
  73. 372fd65 clock: hardwire tsc as unreliable on Solaris for now by Jens Axboe · 11 years ago
  74. 2665069 parse: use MIN/MAXDOUBLE instead of some representation of NAN by Jens Axboe · 11 years ago
  75. fd112d3 Fix percentile_list option by Vincent Kang Fu · 11 years ago
  76. f67d6ee Makefile: fixup dependency problem for files in sub dirs by Jens Axboe · 11 years ago
  77. 444310f README: how to compile fio on Windows 64 bits by Neto, Antonio Jose Rodrigues · 11 years ago
  78. 7496ea3 Allow override of CFLAGS by David M. Lee · 11 years ago
  79. fc47559 Only disable stdout ETA output if results are going to stdout by Jens Axboe · 11 years ago
  80. 1d360ff net: 'nodelay' HOWTO/man page update by Jens Axboe · 11 years ago
  81. 1eafa37 configure: add TCP_NODELAY check by Jens Axboe · 11 years ago
  82. 6db56c2 windows: fix typo in <netinet/tcp.h> header by Jens Axboe · 11 years ago
  83. 98ffb8f Fix bugs in [v]snprintf usage by Ken Raeburn · 11 years ago
  84. 7d5185c Add empty <netinet/tcp.h> for Windows by Jens Axboe · 11 years ago
  85. 26e594a net: fix compile warning on Windows (and others) by Jens Axboe · 11 years ago
  86. 70a7878 net engine: implement option "nodelay" for TCP sockets by Steven Noonan · 12 years ago
  87. 680b5ab idletime: style cleanups by Jens Axboe · 11 years ago
  88. 7e09a9f configure: add SCHED_IDLE check by Jens Axboe · 11 years ago
  89. f2a2ce0 Add support for idletime profiling by Huadong Liu · 11 years ago
  90. 771e58b Add unified_rw_reporting option by Jens Axboe · 11 years ago
  91. 30a4588 HOWTO: indentation fix by Jens Axboe · 11 years ago
  92. fba5c5f smalloc: alloc failure cleanups by Jens Axboe · 11 years ago
  93. 78799de client/server: fixup missing TRIM conversions by Jens Axboe · 11 years ago
  94. 4b919f7 Fix crash with absurdly but not impossibly deeply nested device stacks by Ken Raeburn · 11 years ago
  95. 899fab3 configure: enable --extra-cflags for Windows by Jens Axboe · 11 years ago
  96. 208e4c8 configure: add --extra-cflags by Jens Axboe · 11 years ago
  97. dc0518c Fix Windows build by defining clock sources and adding include file. by Bruce Cran · 11 years ago
  98. 2c24c93 Always fsync if asked to by Jens Axboe · 11 years ago
  99. 6683745 Fix getopt def check by Jens Axboe · 11 years ago
  100. dcbbf5b configure: HPUX warning for empty CC by Jens Axboe · 11 years ago