server: sanity check incoming command size (and payload)
[fio.git] / gettime.c
2014-04-14 Jens Axboegettime: use unsigned loop counter
2014-04-08 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-08 Christian Ehrhardtfio: fix s390 time accounting
2014-04-02 Jens AxboeMerge branch 'erwan/clang' of https://github.com/enovan...
2014-04-02 Jens AxboeMerge branch 'erwan/nobasename' of https://github.com...
2014-04-02 Jens AxboeCleanup symbols that should be static
2014-02-26 Jens AxboeBranch and cache miss speedups
2013-12-06 Jens AxboeCalloc() cleanup
2013-04-15 Jens AxboeFixup bad logging types
2013-04-11 Jens AxboeFix a few 4.8 extra anal warnings
2013-03-04 Jens AxboeMerge branch 'master' into gfio
2013-02-26 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2013-02-26 Jens Axboegettime: print 64-bit variable with ULL
2013-02-25 Jens Axboegettime: use 32-bit atomic sequences
2013-02-25 Jens AxboeFixup wrong types for dprint()
2013-02-24 Jens Axboegettime: add some sanity checks to platform clock
2013-02-21 Jens AxboeMerge branch 'master' into gfio
2013-02-21 Bruce CranDeclare 'prev' and 'this' outside the loop to avoid...
2013-02-03 Jens Axboegettime: fixup AMD constant TSC detection
2013-02-02 Jens Axboeclock: hardwire tsc as unreliable on Solaris for now
2013-01-24 Jens AxboeMerge branch 'master' into gfio
2013-01-21 Jens Axboegettime: use proper uint64_t types where needed
2013-01-18 Jens AxboeAdd info log on whether tsc is reliable or not for...
2013-01-10 Jens AxboeAdd configure script
2013-01-09 Jens AxboeMerge branch 'master' into gfio
2013-01-04 Jens Axboetime: convert to uint64_t
2013-01-01 Jens Axboegettime: even rounding, don't always round up
2013-01-01 Jens AxboeMove 'tsc_reliable' outside of ARCH_HAVE_CPU_CLOCK
2012-12-21 Jens Axboeclock: turn expensive division into multiply + cheap...
2012-12-20 Jens AxboeUse clock_gettime() for CPU clock calibration
2012-12-18 Jens Axboegettime: make last_cycles thread local too
2012-12-18 Jens Axboegettime: use pthread_{set,get}specific() for TLS
2012-12-18 Jens Axboegettime: fix race/bug with threads and time keeping
2012-12-17 Jens Axboegettime: include per-cpu clock calibration in cpu clock...
2012-12-17 Jens Axboegettime: locking fix and debug check for identical...
2012-12-17 Jens Axboecpu clock: add independent test for monotonic/sane TSC
2012-12-14 Jens AxboeMerge branch 'master' into gfio
2012-12-14 Jens Axboeclock: ensure that we re-init if the clocksource change...
2012-12-11 Jens AxboeMerge branch 'master' into gfio
2012-12-10 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-12-10 Jens Axboecpu clock: round up when dividing by samples
2012-12-10 Jens Axboegettime: fix CPU calibration reported mean
2012-12-10 Jens Axboegettime: calibration rounding error
2012-12-10 Jens AxboeIncrease CPU clock calibration accuracy
2012-12-09 Jens AxboeAdd check for invariant TSC on x86 and use TSC is defau...
2012-11-14 Jens AxboeMerge branch 'master' into gfio
2012-11-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-11-06 Jens AxboeMove code around to satisfy t/stest linkage
2012-08-21 Jens AxboeMerge branch 'master' into gfio
2012-08-02 Jens Axboemutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED
2012-02-20 Bruce CranAdd FIO_PREFERRED_CLOCK_SOURCE to allow selection of...
2012-02-09 Jens AxboeAdd gettime.h
2012-02-09 Jens AxboeMove gtod thread to gettime.c
2012-02-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-02-03 Jens AxboeUse CLOCK_MONOTONIC if we can
2011-01-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-08-15 Jens AxboeFixup misuse of get_cpu_clock()
2010-03-24 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2010-03-24 Jens AxboeAdd support for specific clock sources
2009-12-09 Radha RamachandranFix rate option with iodepth > 1
2009-12-04 Jens AxboeMove back to realtime clock
2008-12-08 Jens AxboeAdd gtod_cpu option for pinning gettimeofday() to a...
2008-11-13 Jens AxboeFix backwards clock on tsc source with Linux
2008-06-02 Jens AxboeRename list_* function and file to flist_ to avoid...
2008-03-06 Jens AxboeStyle fixups
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-03-06 Jens AxboeDefault to using gettimeofday()
2007-01-13 Jens Axboe[PATCH] Remove the time init check
2006-12-05 Jens Axboe[PATCH] Fix warnings from icc
2006-11-24 Jens Axboe[PATCH] Comment typo
2006-11-24 Jens Axboe[PATCH] Time and seek optimizations