1. 10a6b3c Windows: fix mlock, remove ftruncate and fix error handling. by Bruce Cran · 11 years ago
  2. 01d2695 Windows: fix sysconf(_SC_PHYS_PAGES). by Bruce Cran · 11 years ago
  3. e254d00 Get rid of fallocate on Windows by Jens Axboe · 11 years ago
  4. eef0244 Handle normal output wrapping of the percentile list by Jens Axboe · 11 years ago
  5. 619adf9 Cleanup the percentile output formatting by Jens Axboe · 11 years ago
  6. 435d195 Handle percentile lists with higher precision that 2 digits by Vincent Kang Fu · 11 years ago
  7. 723d7b3 Add --build-32bit-win switch to configure --help output. by Bruce Cran · 11 years ago
  8. 03244c1 windowsaio: fix file header format and improve error reporting. by Bruce Cran · 11 years ago
  9. cb340b1 Makefile: fixup init.c dependency by Jens Axboe · 11 years ago
  10. 7409711 Enable forced 32-bit build on Windows by Huadong Liu · 11 years ago
  11. c874d18 Fix copy/paste error in windowsaio register/unregister function names. by Bruce Cran · 11 years ago
  12. dd8dd3d Update the Windows installer by Bruce Cran · 11 years ago
  13. 7189c96 gettime: fixup AMD constant TSC detection by Jens Axboe · 11 years ago
  14. 5bd5f71 Fix failure to exit IO loop on some IO sizes by Jens Axboe · 11 years ago
  15. f41862f Update the Windows section of the README file. by Bruce Cran · 11 years ago
  16. 59308a6 Remove duplicated Windows configure options. by Bruce Cran · 11 years ago
  17. 86e5341 Default to CS_GTOD if CONFIG_CLOCK_GETTIME isn't defined. by Bruce Cran · 11 years ago
  18. ab9461e values.h is obsolete: use float.h and DBL_MIN/MAX instead. by Bruce Cran · 11 years ago
  19. 372fd65 clock: hardwire tsc as unreliable on Solaris for now by Jens Axboe · 11 years ago
  20. 2665069 parse: use MIN/MAXDOUBLE instead of some representation of NAN by Jens Axboe · 11 years ago
  21. fd112d3 Fix percentile_list option by Vincent Kang Fu · 11 years ago
  22. f67d6ee Makefile: fixup dependency problem for files in sub dirs by Jens Axboe · 11 years ago
  23. 444310f README: how to compile fio on Windows 64 bits by Neto, Antonio Jose Rodrigues · 11 years ago
  24. 7496ea3 Allow override of CFLAGS by David M. Lee · 11 years ago
  25. fc47559 Only disable stdout ETA output if results are going to stdout by Jens Axboe · 11 years ago
  26. 1d360ff net: 'nodelay' HOWTO/man page update by Jens Axboe · 11 years ago
  27. 1eafa37 configure: add TCP_NODELAY check by Jens Axboe · 11 years ago
  28. 6db56c2 windows: fix typo in <netinet/tcp.h> header by Jens Axboe · 11 years ago
  29. 98ffb8f Fix bugs in [v]snprintf usage by Ken Raeburn · 11 years ago
  30. 7d5185c Add empty <netinet/tcp.h> for Windows by Jens Axboe · 11 years ago
  31. 26e594a net: fix compile warning on Windows (and others) by Jens Axboe · 11 years ago
  32. 70a7878 net engine: implement option "nodelay" for TCP sockets by Steven Noonan · 12 years ago
  33. 680b5ab idletime: style cleanups by Jens Axboe · 11 years ago
  34. 7e09a9f configure: add SCHED_IDLE check by Jens Axboe · 11 years ago
  35. f2a2ce0 Add support for idletime profiling by Huadong Liu · 11 years ago
  36. 771e58b Add unified_rw_reporting option by Jens Axboe · 11 years ago
  37. 30a4588 HOWTO: indentation fix by Jens Axboe · 11 years ago
  38. fba5c5f smalloc: alloc failure cleanups by Jens Axboe · 11 years ago
  39. 78799de client/server: fixup missing TRIM conversions by Jens Axboe · 11 years ago
  40. 4b919f7 Fix crash with absurdly but not impossibly deeply nested device stacks by Ken Raeburn · 11 years ago
  41. 899fab3 configure: enable --extra-cflags for Windows by Jens Axboe · 11 years ago
  42. 208e4c8 configure: add --extra-cflags by Jens Axboe · 11 years ago
  43. dc0518c Fix Windows build by defining clock sources and adding include file. by Bruce Cran · 11 years ago
  44. 2c24c93 Always fsync if asked to by Jens Axboe · 11 years ago
  45. 6683745 Fix getopt def check by Jens Axboe · 11 years ago
  46. dcbbf5b configure: HPUX warning for empty CC by Jens Axboe · 11 years ago
  47. 68b739a Makefile: remove config-host.ld by Jens Axboe · 11 years ago
  48. 7560fe7 configure: add configure header to config-host.h by Jens Axboe · 11 years ago
  49. 4feafb1 configure: auto-generate a config-host.h by Jens Axboe · 11 years ago
  50. 0ac5d39 Drop EXTFLAG and lib references by Jens Axboe · 11 years ago
  51. f266b7f configure: kill windows FIO_HAVE_FDATASYNC by Jens Axboe · 11 years ago
  52. 4700b23 configure: solaris and windowsaio fixups by Jens Axboe · 11 years ago
  53. b31eaac options: add help to experimental_verify by Jens Axboe · 11 years ago
  54. 997843c configure: fix more old FIO_HAVE_ checks by Jens Axboe · 11 years ago
  55. 478920b NAN: use __builtin_nanf() if not available by Jens Axboe · 11 years ago
  56. c19df83 hash: make 64-bit type ULL by Jens Axboe · 11 years ago
  57. 97ac992 Correct ifdef checks for posix and linux fallocate by Jens Axboe · 11 years ago
  58. a3430ee configure: add that windows has RUSGE_THREAD by Jens Axboe · 11 years ago
  59. 44404c5 Add lib/getrusage.c by Jens Axboe · 11 years ago
  60. 7732a09 Use RUSAGE_THREAD, if available by Huadong Liu · 11 years ago
  61. 798827c init: complain on unrecognized option with builtin getopt_long_only() by Jens Axboe · 11 years ago
  62. 1f81991 Fix compile warnings on Windows by Jens Axboe · 11 years ago
  63. 36744c7 windows: don't provide strsep(), fio already has one by Jens Axboe · 11 years ago
  64. 4578d01 configure: add default compiler on Windows by Jens Axboe · 11 years ago
  65. cfd94f7 configure: fixup Windows by Jens Axboe · 11 years ago
  66. 0dcebdf configure: add endian check by Jens Axboe · 11 years ago
  67. 37adbfc Kill now unneeded clock definitions by Jens Axboe · 11 years ago
  68. 5351f56 OSX: Fixup warnings and clock_gettime() bug by Jens Axboe · 11 years ago
  69. c9e55ae configure: remember to output CC for windows by Jens Axboe · 11 years ago
  70. cb1125b configure: add --cc= option to script by Jens Axboe · 11 years ago
  71. aa83321 Fix 32-bit compile warning in should_check_rate() by Jens Axboe · 11 years ago
  72. 32bbd3a t/axmap: update to catch recent bugs by Jens Axboe · 11 years ago
  73. 47d94b0 axmap: ensure that we never return a value that is larger than the map size by Jens Axboe · 11 years ago
  74. 731ef4c axmap: improve axmap_find_first_free() by Jens Axboe · 11 years ago
  75. 100f49f verify: stop on actual number of bytes needed to be verified by Jens Axboe · 11 years ago
  76. 55348b4 axmap: fix bug in axmap_find_first_free() by Jens Axboe · 11 years ago
  77. bcd5abf Make experimental_verify=1 handle all cases properly by Jens Axboe · 11 years ago
  78. 9dbc7bf Ensure all random seeds are repeatable for randrepeat=1 by Jens Axboe · 11 years ago
  79. 165eb05 eta: improve accuracy for rwmix workloads and verify by Jens Axboe · 11 years ago
  80. a240e44 Use unsigned long long for the uint64_t type by Jens Axboe · 11 years ago
  81. 4ee47af windows: use hweight64(), it's a 64-bit type by Jens Axboe · 11 years ago
  82. def823d Add hweight64() by Jens Axboe · 11 years ago
  83. 671b060 Fix _SC_NPROCESSORS_ONLN on Windows by Bruce Cran · 11 years ago
  84. 51aa2da Add generic hweight helpers by Jens Axboe · 11 years ago
  85. 44cbc6d verify: add new experimental mode that requires no meta data by Jens Axboe · 11 years ago
  86. 33c4881 Re-seed random generator when a file is reset by Jens Axboe · 11 years ago
  87. 17f0fd3 axmap: clear map->first_free when we reset it by Jens Axboe · 11 years ago
  88. 0415406 lfsr: add lfsr_reset() by Jens Axboe · 11 years ago
  89. ba458c2 gettime: use proper uint64_t types where needed by Jens Axboe · 11 years ago
  90. d5e3f5d Add info log on whether tsc is reliable or not for --cpuclock-test by Jens Axboe · 11 years ago
  91. 3cf1ff4 Windows: fix off-by-one error in fio_cpu_set and add affinity error messages. by Bruce Cran · 11 years ago
  92. d9759b1 Make hugetlbfs maping work by Shaohua Li · 11 years ago
  93. 99db656 fusion-aw: make configure and compile actually work by Jens Axboe · 11 years ago
  94. c11a9dd fusion-aw: fixes by Jens Axboe · 11 years ago
  95. 51e00d7 configure: use exit 0 instead of just exit by Jens Axboe · 11 years ago
  96. 6d68b99 Fix typo (READ/DDIR_READ). by Bruce Cran · 11 years ago
  97. 9793a6d Fix configure script for 64-bit Windows. by Bruce Cran · 11 years ago
  98. c81f934 Add CONFIG_64BIT_LLP64, CONFIG_POSIX_FALLOCATE and CONFIG_LINUX_FALLOCATE to Makefile. by Bruce Cran · 11 years ago
  99. dbd11ea Improve documentation for end_fsync by Jens Axboe · 11 years ago
  100. c7165b8 configure: enable e4defrag engine regardless of MOVE_EXTENT compile test by Jens Axboe · 11 years ago