1. 814917b gettime: init 'failed' before use by Jens Axboe · 10 years ago
  2. 6b0110c gettime: handle pthread_create() failure by Jens Axboe · 10 years ago
  3. caa3eb1 gettime: use unsigned loop counter by Jens Axboe · 10 years ago
  4. 919e789 fio: fix s390 time accounting by Christian Ehrhardt · 10 years ago
  5. 10aa136 Cleanup symbols that should be static by Jens Axboe · 10 years ago
  6. 225ba9e Branch and cache miss speedups by Jens Axboe · 10 years ago
  7. 572cfb3 Calloc() cleanup by Jens Axboe · 10 years ago
  8. 4e0a8fa Fixup bad logging types by Jens Axboe · 11 years ago
  9. b4ea84d Fix a few 4.8 extra anal warnings by Jens Axboe · 11 years ago
  10. 0f78b22 gettime: print 64-bit variable with ULL by Jens Axboe · 11 years ago
  11. 58002f9 gettime: use 32-bit atomic sequences by Jens Axboe · 11 years ago
  12. 4b91ee8 Fixup wrong types for dprint() by Jens Axboe · 11 years ago
  13. e259879 gettime: add some sanity checks to platform clock by Jens Axboe · 11 years ago
  14. 80da8a8 Declare 'prev' and 'this' outside the loop to avoid clang warning about 'prev' being uninitialized by Bruce Cran · 11 years ago
  15. 7189c96 gettime: fixup AMD constant TSC detection by Jens Axboe · 11 years ago
  16. 372fd65 clock: hardwire tsc as unreliable on Solaris for now by Jens Axboe · 11 years ago
  17. ba458c2 gettime: use proper uint64_t types where needed by Jens Axboe · 11 years ago
  18. d5e3f5d Add info log on whether tsc is reliable or not for --cpuclock-test by Jens Axboe · 11 years ago
  19. 67bf982 Add configure script by Jens Axboe · 11 years ago
  20. aa60bc5 time: convert to uint64_t by Jens Axboe · 11 years ago
  21. b0ff22d gettime: even rounding, don't always round up by Jens Axboe · 11 years ago
  22. 4de98eb Move 'tsc_reliable' outside of ARCH_HAVE_CPU_CLOCK by Jens Axboe · 11 years ago
  23. 7133911 clock: turn expensive division into multiply + cheap division by Jens Axboe · 11 years ago
  24. 9ff1c07 Use clock_gettime() for CPU clock calibration by Jens Axboe · 11 years ago
  25. 93f0b09 gettime: make last_cycles thread local too by Jens Axboe · 11 years ago
  26. 5d87939 gettime: use pthread_{set,get}specific() for TLS by Jens Axboe · 11 years ago
  27. 1d69e8a gettime: fix race/bug with threads and time keeping by Jens Axboe · 11 years ago
  28. 4f1d43c gettime: include per-cpu clock calibration in cpu clock test by Jens Axboe · 11 years ago
  29. b9b3498 gettime: locking fix and debug check for identical sequence by Jens Axboe · 11 years ago
  30. 7d11f87 cpu clock: add independent test for monotonic/sane TSC by Jens Axboe · 11 years ago
  31. 01423ea clock: ensure that we re-init if the clocksource changes from the default by Jens Axboe · 11 years ago
  32. d7abad3 cpu clock: round up when dividing by samples by Jens Axboe · 11 years ago
  33. 89db727 gettime: fix CPU calibration reported mean by Jens Axboe · 11 years ago
  34. c011000 gettime: calibration rounding error by Jens Axboe · 11 years ago
  35. 486332e Increase CPU clock calibration accuracy by Jens Axboe · 11 years ago
  36. fa80fea Add check for invariant TSC on x86 and use TSC is default clock if reliable by Jens Axboe · 11 years ago
  37. 39ab7da Move code around to satisfy t/stest linkage by Jens Axboe · 12 years ago
  38. 521da52 mutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED by Jens Axboe · 12 years ago
  39. 16de1bf Add FIO_PREFERRED_CLOCK_SOURCE to allow selection of clock source on a per-platform basis. by Bruce Cran · 12 years ago
  40. a734681 Add gettime.h by Jens Axboe · 12 years ago
  41. 783a3eb Move gtod thread to gettime.c by Jens Axboe · 12 years ago
  42. 5bd9c78 Use CLOCK_MONOTONIC if we can by Jens Axboe · 12 years ago
  43. 03e20d6 First snapshot of FIO for Windows by Bruce Cran · 13 years ago
  44. 09a3240 Fixup misuse of get_cpu_clock() by Jens Axboe · 14 years ago
  45. c223da8 Add support for specific clock sources by Jens Axboe · 14 years ago
  46. ba3e4e0 Fix rate option with iodepth > 1 by Radha Ramachandran · 14 years ago
  47. d481e00 Move back to realtime clock by Jens Axboe · 14 years ago
  48. be4ecfd Add gtod_cpu option for pinning gettimeofday() to a single CPU by Jens Axboe · 15 years ago
  49. 3e48892 Fix backwards clock on tsc source with Linux by Jens Axboe · 16 years ago
  50. 01743ee Rename list_* function and file to flist_ to avoid conflict with FreeBSD by Jens Axboe · 16 years ago
  51. 5ec10ea Style fixups by Jens Axboe · 16 years ago
  52. 317b95d Move os/arch/compiler headers into directories by Jens Axboe · 17 years ago
  53. 130fe61 Default to using gettimeofday() by Jens Axboe · 17 years ago
  54. 7e326f3 [PATCH] Remove the time init check by Jens Axboe · 17 years ago
  55. 1e97cce [PATCH] Fix warnings from icc by Jens Axboe · 17 years ago
  56. f5cc024 [PATCH] Comment typo by Jens Axboe · 17 years ago
  57. 02bcaa8 [PATCH] Time and seek optimizations by Jens Axboe · 17 years ago