docs: documentation for sg WRITE STREAM(16)
[fio.git] / gettime.c
2021-10-19 Jens AxboeMerge branch 'fixes_1290' of https://github.com/rthardi...
2021-05-27 Jens AxboeMerge branch 'fix-libpmem' of https://github.com/lukasz...
2021-05-18 Jens AxboeMerge branch 'taras/nfs-upstream' of https://github...
2021-04-25 Jens AxboeMerge branch 'pthread_getaffinity_1' of https://github...
2021-04-25 Tomohiro Kusumigettime: Fix compilation on non-Linux with pthread_geta...
2021-04-10 Jens AxboeMerge branch 'wip-rados-dont-zerowrite' of https:/...
2021-03-31 Jens Axboegettime: cleanup ifdef mess
2021-03-30 Jens Axboegettime: check affinity for thread, if we have it
2020-11-05 Jens AxboeMerge branch 'master' of https://github.com/albert...
2020-10-11 Jens AxboeMerge branch 'master' of https://github.com/bvanassche...
2020-09-20 Bart Van Asschegettime: Introduce rel_time_since()
2020-09-20 Bart Van Asschegettime: Simplify get_cycles_per_msec()
2020-09-20 Bart Van Asschegettime: Introduce fio_get_mono_time()
2020-01-28 Jens AxboeMerge branch 'stat-averaging-interval-start-fix' of...
2020-01-28 Jens AxboeMerge branch 'openbsd_swap' of https://github.com/bsdku...
2020-01-28 Jens AxboeMerge branch 'no_cpu_clock_no_tls_thread' of https...
2020-01-28 Kurt MillerFix build on architectures that don't have both cpu...
2018-11-29 Vincent Fugettime: use nsec in get_cycles_per_msec division
2018-10-19 Jens AxboeMerge branch 'fix-init-read-iolog' of https://github...
2018-09-27 Jens Axboegettime: slightly improve CPU clock calibration
2018-07-25 Jens AxboeMerge branch 'fio-c++-engine' of https://github.com...
2018-06-05 Jens Axboegettime: remove 'is_thread' variable to local clock...
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2018-03-19 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-15 Bart Van Asschegettime: Rework the clock thread starting mechanism
2018-01-12 Jens AxboeMerge branch 'fio-issue-450' of https://github.com...
2017-10-17 Jens AxboeMerge branch 'cpuclock-test'
2017-10-17 Jens Axboegettime: improve cpu clock test
2017-10-12 Jens AxboeMerge branch 'master' of https://github.com/Venutiwa/fio
2017-10-12 Jens AxboeMerge branch 'overflow_fix' of https://github.com/sitso...
2017-10-12 Sitsofe Wheelergettime: fix cycles_per_msec overflow when using 32...
2017-10-11 Jens AxboeMerge branch 'fgp_fixes' of https://github.com/sitsofe/fio
2017-10-11 Jens AxboeMerge branch 'windowaio_invalidate' of https://github...
2017-10-11 Jens AxboeMerge branch 'ci_and_configure' of https://github.com...
2017-10-09 Jens Axboetime: add ntime_since_now()
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-07-27 Jens AxboeMerge branch 'minor_fixes' of https://github.com/sitsof...
2017-07-27 Sitsofe Wheelertime: Add chosen clocksource debug
2017-07-02 Jens Axboegettime: reduce test CPU clock entries to 1000
2017-06-22 Jens Axboearch: tsc_reliable can be a bool
2017-06-22 Jens AxboeMerge branch 'nsec'
2017-06-22 Jens AxboeFixup some style issues
2017-06-22 Jens AxboeMerge branch 'nanosecond-2stage' of https://github...
2017-06-21 Vincent Fugettime: drop tv_valid->last_cycles and tv_valid->last_...
2017-06-21 Vincent Fugettime: for better accuracy calculate cycles_per_msec...
2017-06-21 Vincent Funanosecond: fix up conversion of ticks to nsec by doing...
2017-06-21 Vincent Funanosecond: update completion latency recording and...
2017-06-21 Vincent Funanosecond: initial commit changing timeval to timespec
2017-05-03 Vincent Fugettime: make utime_since_now and mtime_since_now consi...
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-11-27 Sitsofe Wheelerfio: Fix (unsigned) integer overflow issues
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-07-29 Jens Axboegettime: remove unneeded 'ret' in {utime,mtime}_since()
2016-07-29 YukiKitaFix overflow caused by signed long division by unsigned...
2015-11-21 Jens Axboegettime: get rid of the (unecessary) 10x scaling factor
2015-11-21 Jens Axboegettime: make cpuclock calibration more tolerant
2015-11-21 Jens Axboegettime: print first clock offset for CPU clock
2015-08-18 Jens AxboeMerge branch 'master' of git://github.com/DaveGlen/fio
2015-08-17 Jens Axboegettime: silence bogus gcc warnings
2015-05-06 Jens AxboeMerge branch 'master' of git://github.com/iuliur/fio
2015-05-01 Steven Noonangettime: add support for CLOCK_MONOTONIC_RAW
2015-03-20 Akash VermaCpu clock does not wrap if there is no CPU clock
2015-02-27 Christian Ehrhardtfio: fix cycles_start build issue
2015-01-29 Jens Axboegettime: remember to tear down clock cpumask on normal...
2015-01-29 Jens Axboegettime: fix unitialized variable on Solaris
2015-01-28 Jens Axboegettime: initialize cpusets properly
2015-01-28 Jens Axboegettime: if setaffinity fails, print the errno error
2015-01-06 Jens Axboegettime: include min/max cycle counts for CPU clock
2014-12-23 Jens Axboegettime: add basic init cpuclock test
2014-12-17 Jens Axboegettime: fix compile warning for !ARCH_HAVE_CPU_CLOCK
2014-12-17 Jens Axboegettime: offset CPU cycle counter by initial value
2014-12-17 Jens Axboegettime: cleanup for FIO_DEBUG_TIME
2014-12-17 Jens Axboegettime: fix overflow in cycle to usec conversion
2014-12-17 Jens Axboegettime: improve gettimeofday() offload support
2014-12-16 Jens Axboegettime: limit warning on CPU clock
2014-12-16 Jens Axboegettime: don't attempt to fixup what looks like a backw...
2014-11-06 Jens AxboeMake fio -Wshadow clean
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-09-30 Jens AxboeConstify a few more hot paths
2014-09-24 Jens AxboeFix compile for FIO_INC_DEBUG not set
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/cvubrugier/fio
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-14 Jens Axboegettime: init 'failed' before use
2014-04-14 Jens Axboegettime: handle pthread_create() failure
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()
next