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