1. 2cf3742 Fio 2.0.14 by Jens Axboe · 11 years ago
  2. 53737ae Fix problem with terminating on unaligned sizes by Jens Axboe · 11 years ago
  3. 6382049 Add FreeBSD cpu affinity support. by Bruce Cran · 11 years ago
  4. 80da8a8 Declare 'prev' and 'this' outside the loop to avoid clang warning about 'prev' being uninitialized by Bruce Cran · 11 years ago
  5. d93904c Fixup ia64 32-bit register clock cycle read by Jens Axboe · 11 years ago
  6. 6eb9d1b Fix x86 32-bit wrong variable type for rdtsc by Jens Axboe · 11 years ago
  7. b6e7d85 README: kill reference to non-functional SUSE package page by Jens Axboe · 11 years ago
  8. 7808086 Add recommendation that fio be run in a native console on Windows. by Bruce Cran · 11 years ago
  9. 35922a2 Update all Windows files except dobuild.cmd to use LF line endings by Bruce Cran · 11 years ago
  10. 427899c check output_format before calling show_idle_prof_stats() by Huadong Liu · 11 years ago
  11. ab3379b t/axmap: add pre/post bit set checks by Jens Axboe · 11 years ago
  12. 9e6eedc Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  13. 033ace1 Fix replay of IO pattern with multiple open files by Nikolaus Jeremic · 11 years ago
  14. 1e72a88 configure: missing Android config options by Aaron Carroll · 11 years ago
  15. 6d0e9f8 configure: attempt to get Android going again by Aaron Carroll · 11 years ago
  16. 5be4c94 Initialize global and non-static variables by Jens Axboe · 11 years ago
  17. 47f07dd Turn f->engine_data into a 64-bit value by Jens Axboe · 11 years ago
  18. d7145a7 configure: ensure that fatal errors kill config-host.h and mak files by Jens Axboe · 11 years ago
  19. 61ee0f8 Handle end_fsync if a file is closed by Jens Axboe · 11 years ago
  20. 8b156d8 configure: allow --cpu to be specified by Jens Axboe · 11 years ago
  21. 315fcfe Fix rate limiting by Jens Axboe · 11 years ago
  22. 82eb1b9 Windows: io cancellation often fails and causes crashes, so remove it. by Bruce Cran · 11 years ago
  23. e0224c6 Fix bug with rate and read/write mixed workloads at 100% bias by Jens Axboe · 11 years ago
  24. d6b18e2 t/log: include minmax.h for min() by Jens Axboe · 11 years ago
  25. 6ce038d Makfile: use LINK for the link phase by Jens Axboe · 11 years ago
  26. 627aa1a Fix zones for numjobs=x, where x > 1 by Jens Axboe · 11 years ago
  27. 3dc1e5b stat: fix wrong type used for 32-bit compiles by Jens Axboe · 11 years ago
  28. 0d73a2f Fix crash and precision of ETA with zones by Jens Axboe · 11 years ago
  29. 10a6b3c Windows: fix mlock, remove ftruncate and fix error handling. by Bruce Cran · 11 years ago
  30. 01d2695 Windows: fix sysconf(_SC_PHYS_PAGES). by Bruce Cran · 11 years ago
  31. e254d00 Get rid of fallocate on Windows by Jens Axboe · 11 years ago
  32. eef0244 Handle normal output wrapping of the percentile list by Jens Axboe · 11 years ago
  33. 619adf9 Cleanup the percentile output formatting by Jens Axboe · 11 years ago
  34. 435d195 Handle percentile lists with higher precision that 2 digits by Vincent Kang Fu · 11 years ago
  35. 723d7b3 Add --build-32bit-win switch to configure --help output. by Bruce Cran · 11 years ago
  36. 03244c1 windowsaio: fix file header format and improve error reporting. by Bruce Cran · 11 years ago
  37. cb340b1 Makefile: fixup init.c dependency by Jens Axboe · 11 years ago
  38. 7409711 Enable forced 32-bit build on Windows by Huadong Liu · 11 years ago
  39. c874d18 Fix copy/paste error in windowsaio register/unregister function names. by Bruce Cran · 11 years ago
  40. dd8dd3d Update the Windows installer by Bruce Cran · 11 years ago
  41. 7189c96 gettime: fixup AMD constant TSC detection by Jens Axboe · 11 years ago
  42. 5bd5f71 Fix failure to exit IO loop on some IO sizes by Jens Axboe · 11 years ago
  43. f41862f Update the Windows section of the README file. by Bruce Cran · 11 years ago
  44. 59308a6 Remove duplicated Windows configure options. by Bruce Cran · 11 years ago
  45. 86e5341 Default to CS_GTOD if CONFIG_CLOCK_GETTIME isn't defined. by Bruce Cran · 11 years ago
  46. ab9461e values.h is obsolete: use float.h and DBL_MIN/MAX instead. by Bruce Cran · 11 years ago
  47. 372fd65 clock: hardwire tsc as unreliable on Solaris for now by Jens Axboe · 11 years ago
  48. 2665069 parse: use MIN/MAXDOUBLE instead of some representation of NAN by Jens Axboe · 11 years ago
  49. fd112d3 Fix percentile_list option by Vincent Kang Fu · 11 years ago
  50. f67d6ee Makefile: fixup dependency problem for files in sub dirs by Jens Axboe · 11 years ago
  51. 444310f README: how to compile fio on Windows 64 bits by Neto, Antonio Jose Rodrigues · 11 years ago
  52. 7496ea3 Allow override of CFLAGS by David M. Lee · 11 years ago
  53. fc47559 Only disable stdout ETA output if results are going to stdout by Jens Axboe · 11 years ago
  54. 1d360ff net: 'nodelay' HOWTO/man page update by Jens Axboe · 11 years ago
  55. 1eafa37 configure: add TCP_NODELAY check by Jens Axboe · 11 years ago
  56. 6db56c2 windows: fix typo in <netinet/tcp.h> header by Jens Axboe · 11 years ago
  57. 98ffb8f Fix bugs in [v]snprintf usage by Ken Raeburn · 11 years ago
  58. 7d5185c Add empty <netinet/tcp.h> for Windows by Jens Axboe · 11 years ago
  59. 26e594a net: fix compile warning on Windows (and others) by Jens Axboe · 11 years ago
  60. 70a7878 net engine: implement option "nodelay" for TCP sockets by Steven Noonan · 12 years ago
  61. 680b5ab idletime: style cleanups by Jens Axboe · 11 years ago
  62. 7e09a9f configure: add SCHED_IDLE check by Jens Axboe · 11 years ago
  63. f2a2ce0 Add support for idletime profiling by Huadong Liu · 11 years ago
  64. 771e58b Add unified_rw_reporting option by Jens Axboe · 11 years ago
  65. 30a4588 HOWTO: indentation fix by Jens Axboe · 11 years ago
  66. fba5c5f smalloc: alloc failure cleanups by Jens Axboe · 11 years ago
  67. 78799de client/server: fixup missing TRIM conversions by Jens Axboe · 11 years ago
  68. 4b919f7 Fix crash with absurdly but not impossibly deeply nested device stacks by Ken Raeburn · 11 years ago
  69. 899fab3 configure: enable --extra-cflags for Windows by Jens Axboe · 11 years ago
  70. 208e4c8 configure: add --extra-cflags by Jens Axboe · 11 years ago
  71. dc0518c Fix Windows build by defining clock sources and adding include file. by Bruce Cran · 11 years ago
  72. 2c24c93 Always fsync if asked to by Jens Axboe · 11 years ago
  73. 6683745 Fix getopt def check by Jens Axboe · 11 years ago
  74. dcbbf5b configure: HPUX warning for empty CC by Jens Axboe · 11 years ago
  75. 68b739a Makefile: remove config-host.ld by Jens Axboe · 11 years ago
  76. 7560fe7 configure: add configure header to config-host.h by Jens Axboe · 11 years ago
  77. 4feafb1 configure: auto-generate a config-host.h by Jens Axboe · 11 years ago
  78. 0ac5d39 Drop EXTFLAG and lib references by Jens Axboe · 11 years ago
  79. f266b7f configure: kill windows FIO_HAVE_FDATASYNC by Jens Axboe · 11 years ago
  80. 4700b23 configure: solaris and windowsaio fixups by Jens Axboe · 11 years ago
  81. b31eaac options: add help to experimental_verify by Jens Axboe · 11 years ago
  82. 997843c configure: fix more old FIO_HAVE_ checks by Jens Axboe · 11 years ago
  83. 478920b NAN: use __builtin_nanf() if not available by Jens Axboe · 11 years ago
  84. c19df83 hash: make 64-bit type ULL by Jens Axboe · 11 years ago
  85. 97ac992 Correct ifdef checks for posix and linux fallocate by Jens Axboe · 11 years ago
  86. a3430ee configure: add that windows has RUSGE_THREAD by Jens Axboe · 11 years ago
  87. 44404c5 Add lib/getrusage.c by Jens Axboe · 11 years ago
  88. 7732a09 Use RUSAGE_THREAD, if available by Huadong Liu · 11 years ago
  89. 798827c init: complain on unrecognized option with builtin getopt_long_only() by Jens Axboe · 11 years ago
  90. 1f81991 Fix compile warnings on Windows by Jens Axboe · 11 years ago
  91. 36744c7 windows: don't provide strsep(), fio already has one by Jens Axboe · 11 years ago
  92. 4578d01 configure: add default compiler on Windows by Jens Axboe · 11 years ago
  93. cfd94f7 configure: fixup Windows by Jens Axboe · 11 years ago
  94. 0dcebdf configure: add endian check by Jens Axboe · 11 years ago
  95. 37adbfc Kill now unneeded clock definitions by Jens Axboe · 11 years ago
  96. 5351f56 OSX: Fixup warnings and clock_gettime() bug by Jens Axboe · 11 years ago
  97. c9e55ae configure: remember to output CC for windows by Jens Axboe · 11 years ago
  98. cb1125b configure: add --cc= option to script by Jens Axboe · 11 years ago
  99. aa83321 Fix 32-bit compile warning in should_check_rate() by Jens Axboe · 11 years ago
  100. 32bbd3a t/axmap: update to catch recent bugs by Jens Axboe · 11 years ago