1. f67d6ee Makefile: fixup dependency problem for files in sub dirs by Jens Axboe · 12 years ago
  2. 444310f README: how to compile fio on Windows 64 bits by Neto, Antonio Jose Rodrigues · 12 years ago
  3. 7496ea3 Allow override of CFLAGS by David M. Lee · 12 years ago
  4. fc47559 Only disable stdout ETA output if results are going to stdout by Jens Axboe · 12 years ago
  5. 1d360ff net: 'nodelay' HOWTO/man page update by Jens Axboe · 12 years ago
  6. 1eafa37 configure: add TCP_NODELAY check by Jens Axboe · 12 years ago
  7. 6db56c2 windows: fix typo in <netinet/tcp.h> header by Jens Axboe · 12 years ago
  8. 98ffb8f Fix bugs in [v]snprintf usage by Ken Raeburn · 12 years ago
  9. 7d5185c Add empty <netinet/tcp.h> for Windows by Jens Axboe · 12 years ago
  10. 26e594a net: fix compile warning on Windows (and others) by Jens Axboe · 12 years ago
  11. 70a7878 net engine: implement option "nodelay" for TCP sockets by Steven Noonan · 12 years ago
  12. 680b5ab idletime: style cleanups by Jens Axboe · 12 years ago
  13. 7e09a9f configure: add SCHED_IDLE check by Jens Axboe · 12 years ago
  14. f2a2ce0 Add support for idletime profiling by Huadong Liu · 12 years ago
  15. 771e58b Add unified_rw_reporting option by Jens Axboe · 12 years ago
  16. 30a4588 HOWTO: indentation fix by Jens Axboe · 12 years ago
  17. fba5c5f smalloc: alloc failure cleanups by Jens Axboe · 12 years ago
  18. 78799de client/server: fixup missing TRIM conversions by Jens Axboe · 12 years ago
  19. 4b919f7 Fix crash with absurdly but not impossibly deeply nested device stacks by Ken Raeburn · 12 years ago
  20. 899fab3 configure: enable --extra-cflags for Windows by Jens Axboe · 12 years ago
  21. 208e4c8 configure: add --extra-cflags by Jens Axboe · 12 years ago
  22. dc0518c Fix Windows build by defining clock sources and adding include file. by Bruce Cran · 12 years ago
  23. 2c24c93 Always fsync if asked to by Jens Axboe · 12 years ago
  24. 6683745 Fix getopt def check by Jens Axboe · 12 years ago
  25. dcbbf5b configure: HPUX warning for empty CC by Jens Axboe · 12 years ago
  26. 68b739a Makefile: remove config-host.ld by Jens Axboe · 12 years ago
  27. 7560fe7 configure: add configure header to config-host.h by Jens Axboe · 12 years ago
  28. 4feafb1 configure: auto-generate a config-host.h by Jens Axboe · 12 years ago
  29. 0ac5d39 Drop EXTFLAG and lib references by Jens Axboe · 12 years ago
  30. f266b7f configure: kill windows FIO_HAVE_FDATASYNC by Jens Axboe · 12 years ago
  31. 4700b23 configure: solaris and windowsaio fixups by Jens Axboe · 12 years ago
  32. b31eaac options: add help to experimental_verify by Jens Axboe · 12 years ago
  33. 997843c configure: fix more old FIO_HAVE_ checks by Jens Axboe · 12 years ago
  34. 478920b NAN: use __builtin_nanf() if not available by Jens Axboe · 12 years ago
  35. c19df83 hash: make 64-bit type ULL by Jens Axboe · 12 years ago
  36. 97ac992 Correct ifdef checks for posix and linux fallocate by Jens Axboe · 12 years ago
  37. a3430ee configure: add that windows has RUSGE_THREAD by Jens Axboe · 12 years ago
  38. 44404c5 Add lib/getrusage.c by Jens Axboe · 12 years ago
  39. 7732a09 Use RUSAGE_THREAD, if available by Huadong Liu · 12 years ago
  40. 798827c init: complain on unrecognized option with builtin getopt_long_only() by Jens Axboe · 12 years ago
  41. 1f81991 Fix compile warnings on Windows by Jens Axboe · 12 years ago
  42. 36744c7 windows: don't provide strsep(), fio already has one by Jens Axboe · 12 years ago
  43. 4578d01 configure: add default compiler on Windows by Jens Axboe · 12 years ago
  44. cfd94f7 configure: fixup Windows by Jens Axboe · 12 years ago
  45. 0dcebdf configure: add endian check by Jens Axboe · 12 years ago
  46. 37adbfc Kill now unneeded clock definitions by Jens Axboe · 12 years ago
  47. 5351f56 OSX: Fixup warnings and clock_gettime() bug by Jens Axboe · 12 years ago
  48. c9e55ae configure: remember to output CC for windows by Jens Axboe · 12 years ago
  49. cb1125b configure: add --cc= option to script by Jens Axboe · 12 years ago
  50. aa83321 Fix 32-bit compile warning in should_check_rate() by Jens Axboe · 12 years ago
  51. 32bbd3a t/axmap: update to catch recent bugs by Jens Axboe · 12 years ago
  52. 47d94b0 axmap: ensure that we never return a value that is larger than the map size by Jens Axboe · 12 years ago
  53. 731ef4c axmap: improve axmap_find_first_free() by Jens Axboe · 12 years ago
  54. 100f49f verify: stop on actual number of bytes needed to be verified by Jens Axboe · 12 years ago
  55. 55348b4 axmap: fix bug in axmap_find_first_free() by Jens Axboe · 12 years ago
  56. bcd5abf Make experimental_verify=1 handle all cases properly by Jens Axboe · 12 years ago
  57. 9dbc7bf Ensure all random seeds are repeatable for randrepeat=1 by Jens Axboe · 12 years ago
  58. 165eb05 eta: improve accuracy for rwmix workloads and verify by Jens Axboe · 12 years ago
  59. a240e44 Use unsigned long long for the uint64_t type by Jens Axboe · 12 years ago
  60. 4ee47af windows: use hweight64(), it's a 64-bit type by Jens Axboe · 12 years ago
  61. def823d Add hweight64() by Jens Axboe · 12 years ago
  62. 671b060 Fix _SC_NPROCESSORS_ONLN on Windows by Bruce Cran · 12 years ago
  63. 51aa2da Add generic hweight helpers by Jens Axboe · 12 years ago
  64. 44cbc6d verify: add new experimental mode that requires no meta data by Jens Axboe · 12 years ago
  65. 33c4881 Re-seed random generator when a file is reset by Jens Axboe · 12 years ago
  66. 17f0fd3 axmap: clear map->first_free when we reset it by Jens Axboe · 12 years ago
  67. 0415406 lfsr: add lfsr_reset() by Jens Axboe · 12 years ago
  68. ba458c2 gettime: use proper uint64_t types where needed by Jens Axboe · 12 years ago
  69. d5e3f5d Add info log on whether tsc is reliable or not for --cpuclock-test by Jens Axboe · 12 years ago
  70. 3cf1ff4 Windows: fix off-by-one error in fio_cpu_set and add affinity error messages. by Bruce Cran · 12 years ago
  71. d9759b1 Make hugetlbfs maping work by Shaohua Li · 12 years ago
  72. 99db656 fusion-aw: make configure and compile actually work by Jens Axboe · 12 years ago
  73. c11a9dd fusion-aw: fixes by Jens Axboe · 12 years ago
  74. 51e00d7 configure: use exit 0 instead of just exit by Jens Axboe · 12 years ago
  75. 6d68b99 Fix typo (READ/DDIR_READ). by Bruce Cran · 12 years ago
  76. 9793a6d Fix configure script for 64-bit Windows. by Bruce Cran · 12 years ago
  77. c81f934 Add CONFIG_64BIT_LLP64, CONFIG_POSIX_FALLOCATE and CONFIG_LINUX_FALLOCATE to Makefile. by Bruce Cran · 12 years ago
  78. dbd11ea Improve documentation for end_fsync by Jens Axboe · 12 years ago
  79. c7165b8 configure: enable e4defrag engine regardless of MOVE_EXTENT compile test by Jens Axboe · 12 years ago
  80. 1ae83d4 Pre-load and sort random blocks for pure read verify workloads by Jens Axboe · 12 years ago
  81. 7477673 lfsr: ensure we don't generate an offset + buflen that exceeds the max size by Jens Axboe · 12 years ago
  82. 38f30c8 filesetup: limit rand map to the actual IO size, if needed by Jens Axboe · 12 years ago
  83. d537c08 Add a check avoid segfault by Jianpeng Ma · 12 years ago
  84. 70a7516 Remove repeated --readonly options in documentation by Jianpeng Ma · 12 years ago
  85. 1983e32 Fix a potential integer overflow by Jianpeng Ma · 12 years ago
  86. 67bf982 Add configure script by Jens Axboe · 12 years ago
  87. 78c1111 Fix variable type warning by Jens Axboe · 12 years ago
  88. ffa93ca Fio 2.0.13 by Jens Axboe · 12 years ago
  89. fbccf46 Fix potential null pointer dereference on verify and requeue events by Jens Axboe · 12 years ago
  90. a28b019 server: move fio_net_cmd to the end of fio_net_int_cmd by Jens Axboe · 12 years ago
  91. 372aecb Use variable[] instead of GCC variable[0] syntax by Jens Axboe · 12 years ago
  92. b14c9ed Enable -ffast-math by Jens Axboe · 12 years ago
  93. aa60bc5 time: convert to uint64_t by Jens Axboe · 12 years ago
  94. 9cbef50 Use uintptr_t for engine data by Jens Axboe · 12 years ago
  95. 293b8c1 Start of transition from unsigned long long to uint64_t by Jens Axboe · 12 years ago
  96. 21415db zipf/pareto: use min of file size and io size for init by Jens Axboe · 12 years ago
  97. 0303a26 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago
  98. 898cf6c zipf/pareto: use size= if given, not always device size by Jens Axboe · 12 years ago
  99. 0cc6ee5 libaio: use container_of() instead of silly casting by Jens Axboe · 12 years ago
  100. b0ff22d gettime: even rounding, don't always round up by Jens Axboe · 12 years ago