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