1. 4feafb1 configure: auto-generate a config-host.h by Jens Axboe · 11 years ago
  2. 0ac5d39 Drop EXTFLAG and lib references by Jens Axboe · 11 years ago
  3. f266b7f configure: kill windows FIO_HAVE_FDATASYNC by Jens Axboe · 11 years ago
  4. 4700b23 configure: solaris and windowsaio fixups by Jens Axboe · 11 years ago
  5. b31eaac options: add help to experimental_verify by Jens Axboe · 11 years ago
  6. 997843c configure: fix more old FIO_HAVE_ checks by Jens Axboe · 11 years ago
  7. 478920b NAN: use __builtin_nanf() if not available by Jens Axboe · 11 years ago
  8. c19df83 hash: make 64-bit type ULL by Jens Axboe · 11 years ago
  9. 97ac992 Correct ifdef checks for posix and linux fallocate by Jens Axboe · 11 years ago
  10. a3430ee configure: add that windows has RUSGE_THREAD by Jens Axboe · 11 years ago
  11. 44404c5 Add lib/getrusage.c by Jens Axboe · 11 years ago
  12. 7732a09 Use RUSAGE_THREAD, if available by Huadong Liu · 11 years ago
  13. 798827c init: complain on unrecognized option with builtin getopt_long_only() by Jens Axboe · 11 years ago
  14. 1f81991 Fix compile warnings on Windows by Jens Axboe · 11 years ago
  15. 36744c7 windows: don't provide strsep(), fio already has one by Jens Axboe · 11 years ago
  16. 4578d01 configure: add default compiler on Windows by Jens Axboe · 11 years ago
  17. cfd94f7 configure: fixup Windows by Jens Axboe · 11 years ago
  18. 0dcebdf configure: add endian check by Jens Axboe · 11 years ago
  19. 37adbfc Kill now unneeded clock definitions by Jens Axboe · 11 years ago
  20. 5351f56 OSX: Fixup warnings and clock_gettime() bug by Jens Axboe · 11 years ago
  21. c9e55ae configure: remember to output CC for windows by Jens Axboe · 11 years ago
  22. cb1125b configure: add --cc= option to script by Jens Axboe · 11 years ago
  23. aa83321 Fix 32-bit compile warning in should_check_rate() by Jens Axboe · 11 years ago
  24. 32bbd3a t/axmap: update to catch recent bugs by Jens Axboe · 11 years ago
  25. 47d94b0 axmap: ensure that we never return a value that is larger than the map size by Jens Axboe · 11 years ago
  26. 731ef4c axmap: improve axmap_find_first_free() by Jens Axboe · 11 years ago
  27. 100f49f verify: stop on actual number of bytes needed to be verified by Jens Axboe · 11 years ago
  28. 55348b4 axmap: fix bug in axmap_find_first_free() by Jens Axboe · 11 years ago
  29. bcd5abf Make experimental_verify=1 handle all cases properly by Jens Axboe · 11 years ago
  30. 9dbc7bf Ensure all random seeds are repeatable for randrepeat=1 by Jens Axboe · 11 years ago
  31. 165eb05 eta: improve accuracy for rwmix workloads and verify by Jens Axboe · 11 years ago
  32. a240e44 Use unsigned long long for the uint64_t type by Jens Axboe · 11 years ago
  33. 4ee47af windows: use hweight64(), it's a 64-bit type by Jens Axboe · 11 years ago
  34. def823d Add hweight64() by Jens Axboe · 11 years ago
  35. 671b060 Fix _SC_NPROCESSORS_ONLN on Windows by Bruce Cran · 11 years ago
  36. 51aa2da Add generic hweight helpers by Jens Axboe · 11 years ago
  37. 44cbc6d verify: add new experimental mode that requires no meta data by Jens Axboe · 11 years ago
  38. 33c4881 Re-seed random generator when a file is reset by Jens Axboe · 11 years ago
  39. 17f0fd3 axmap: clear map->first_free when we reset it by Jens Axboe · 11 years ago
  40. 0415406 lfsr: add lfsr_reset() by Jens Axboe · 11 years ago
  41. ba458c2 gettime: use proper uint64_t types where needed by Jens Axboe · 11 years ago
  42. d5e3f5d Add info log on whether tsc is reliable or not for --cpuclock-test by Jens Axboe · 11 years ago
  43. 3cf1ff4 Windows: fix off-by-one error in fio_cpu_set and add affinity error messages. by Bruce Cran · 11 years ago
  44. d9759b1 Make hugetlbfs maping work by Shaohua Li · 11 years ago
  45. 99db656 fusion-aw: make configure and compile actually work by Jens Axboe · 11 years ago
  46. c11a9dd fusion-aw: fixes by Jens Axboe · 11 years ago
  47. 51e00d7 configure: use exit 0 instead of just exit by Jens Axboe · 11 years ago
  48. 6d68b99 Fix typo (READ/DDIR_READ). by Bruce Cran · 11 years ago
  49. 9793a6d Fix configure script for 64-bit Windows. by Bruce Cran · 11 years ago
  50. c81f934 Add CONFIG_64BIT_LLP64, CONFIG_POSIX_FALLOCATE and CONFIG_LINUX_FALLOCATE to Makefile. by Bruce Cran · 11 years ago
  51. dbd11ea Improve documentation for end_fsync by Jens Axboe · 11 years ago
  52. c7165b8 configure: enable e4defrag engine regardless of MOVE_EXTENT compile test by Jens Axboe · 11 years ago
  53. 1ae83d4 Pre-load and sort random blocks for pure read verify workloads by Jens Axboe · 11 years ago
  54. 7477673 lfsr: ensure we don't generate an offset + buflen that exceeds the max size by Jens Axboe · 11 years ago
  55. 38f30c8 filesetup: limit rand map to the actual IO size, if needed by Jens Axboe · 11 years ago
  56. d537c08 Add a check avoid segfault by Jianpeng Ma · 11 years ago
  57. 70a7516 Remove repeated --readonly options in documentation by Jianpeng Ma · 11 years ago
  58. 1983e32 Fix a potential integer overflow by Jianpeng Ma · 11 years ago
  59. 67bf982 Add configure script by Jens Axboe · 11 years ago
  60. 78c1111 Fix variable type warning by Jens Axboe · 11 years ago
  61. ffa93ca Fio 2.0.13 by Jens Axboe · 11 years ago
  62. fbccf46 Fix potential null pointer dereference on verify and requeue events by Jens Axboe · 11 years ago
  63. a28b019 server: move fio_net_cmd to the end of fio_net_int_cmd by Jens Axboe · 11 years ago
  64. 372aecb Use variable[] instead of GCC variable[0] syntax by Jens Axboe · 11 years ago
  65. b14c9ed Enable -ffast-math by Jens Axboe · 11 years ago
  66. aa60bc5 time: convert to uint64_t by Jens Axboe · 11 years ago
  67. 9cbef50 Use uintptr_t for engine data by Jens Axboe · 11 years ago
  68. 293b8c1 Start of transition from unsigned long long to uint64_t by Jens Axboe · 11 years ago
  69. 21415db zipf/pareto: use min of file size and io size for init by Jens Axboe · 11 years ago
  70. 0303a26 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 11 years ago
  71. 898cf6c zipf/pareto: use size= if given, not always device size by Jens Axboe · 11 years ago
  72. 0cc6ee5 libaio: use container_of() instead of silly casting by Jens Axboe · 11 years ago
  73. b0ff22d gettime: even rounding, don't always round up by Jens Axboe · 11 years ago
  74. 4de98eb Move 'tsc_reliable' outside of ARCH_HAVE_CPU_CLOCK by Jens Axboe · 11 years ago
  75. 15cf40b implement get_cpu_clock() for s390/s390x by Dan Horák · 11 years ago
  76. 7133911 clock: turn expensive division into multiply + cheap division by Jens Axboe · 12 years ago
  77. 4e59017 t/axmap: update tester for lfsr_init() taking a seed argument by Jens Axboe · 12 years ago
  78. 6cd9493 Include <stdint.h> before checking __WORDSIZE by Jens Axboe · 12 years ago
  79. 539e9a1 Fio 2.0.12.2 by Jens Axboe · 12 years ago
  80. d20b2ca Add return statements to arch_init functions for ia64 and ppc. by Bruce Cran · 12 years ago
  81. 9ff1c07 Use clock_gettime() for CPU clock calibration by Jens Axboe · 12 years ago
  82. 79b199d Consistently indent using tabs in Windows files and remove trailing spaces. by Bruce Cran · 12 years ago
  83. 60f32ac Create a new Windows installer product GUID for 2.0.12. by Bruce Cran · 12 years ago
  84. b165e2b Fix $(CC) override: use system compiler except on HP-UX and Solaris. by Bruce Cran · 12 years ago
  85. 477051b Fio 2.0.12.1 by Jens Axboe · 12 years ago
  86. 267339f Fixup CPUID for 32-bit x86 by Jens Axboe · 12 years ago
  87. 2e4717e Fio 2.0.12 by Jens Axboe · 12 years ago
  88. b010641 windowsaio: fix typo by Jens Axboe · 12 years ago
  89. 93f0b09 gettime: make last_cycles thread local too by Jens Axboe · 12 years ago
  90. 5d87939 gettime: use pthread_{set,get}specific() for TLS by Jens Axboe · 12 years ago
  91. 1d69e8a gettime: fix race/bug with threads and time keeping by Jens Axboe · 12 years ago
  92. 2389364 Add --cpuclock-test and clocksource= option help by Jens Axboe · 12 years ago
  93. 4f1d43c gettime: include per-cpu clock calibration in cpu clock test by Jens Axboe · 12 years ago
  94. b9b3498 gettime: locking fix and debug check for identical sequence by Jens Axboe · 12 years ago
  95. 7d11f87 cpu clock: add independent test for monotonic/sane TSC by Jens Axboe · 12 years ago
  96. 01423ea clock: ensure that we re-init if the clocksource changes from the default by Jens Axboe · 12 years ago
  97. 84b3842 binject: fixup ->file_data breakage by Jens Axboe · 12 years ago
  98. ef5f5a3 file: unify ->file_data and ->file_pos by Jens Axboe · 12 years ago
  99. e6c4d73 file hash: don't close file fd on lookup/add race by Jens Axboe · 12 years ago
  100. d06ab91 Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio by Jens Axboe · 12 years ago