fio.git
2013-01-09 Jens AxboeFio 2.0.13 fio-2.0.13
2013-01-08 Jens AxboeFix potential null pointer dereference on verify and...
2013-01-08 Jens Axboeserver: move fio_net_cmd to the end of fio_net_int_cmd
2013-01-08 Jens AxboeUse variable[] instead of GCC variable[0] syntax
2013-01-08 Jens AxboeEnable -ffast-math
2013-01-04 Jens Axboetime: convert to uint64_t
2013-01-04 Jens AxboeUse uintptr_t for engine data
2013-01-04 Jens AxboeStart of transition from unsigned long long to uint64_t
2013-01-04 Jens Axboezipf/pareto: use min of file size and io size for init
2013-01-04 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2013-01-04 Jens Axboezipf/pareto: use size= if given, not always device...
2013-01-02 Jens Axboelibaio: use container_of() instead of silly casting
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
2013-01-01 Dan Horákimplement get_cpu_clock() for s390/s390x
2012-12-21 Jens Axboeclock: turn expensive division into multiply + cheap...
2012-12-21 Jens Axboet/axmap: update tester for lfsr_init() taking a seed...
2012-12-21 Jens AxboeInclude <stdint.h> before checking __WORDSIZE
2012-12-20 Jens AxboeFio 2.0.12.2 fio-2.0.12.2
2012-12-20 Bruce CranAdd return statements to arch_init functions for ia64...
2012-12-20 Jens AxboeUse clock_gettime() for CPU clock calibration
2012-12-19 Bruce CranConsistently indent using tabs in Windows files and...
2012-12-19 Bruce CranCreate a new Windows installer product GUID for 2.0.12.
2012-12-19 Bruce CranFix $(CC) override: use system compiler except on HP...
2012-12-18 Jens AxboeFio 2.0.12.1 fio-2.0.12.1
2012-12-18 Jens AxboeFixup CPUID for 32-bit x86
2012-12-18 Jens AxboeFio 2.0.12 fio-2.0.12
2012-12-18 Jens Axboewindowsaio: fix typo
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 AxboeAdd --cpuclock-test and clocksource= option help
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 Axboeclock: ensure that we re-init if the clocksource change...
2012-12-12 Jens Axboebinject: fixup ->file_data breakage
2012-12-12 Jens Axboefile: unify ->file_data and ->file_pos
2012-12-12 Jens Axboefile hash: don't close file fd on lookup/add race
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 AxboeDefine TSC arch_init() for PPC and IA64
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-12-06 Bruce Cranwindowsaio: create a single completion port during...
2012-12-06 Jens AxboeDocument the ioengine=net pingpong= option
2012-12-06 Bruce CranFix windows out-of-memory handling
2012-12-06 Bruce CranFree io_u related structures before killing IO engine
2012-12-06 Jens Axboewindowsaio: initialize and map windowsaio IO structure...
2012-12-06 Jens Axboeparser: always match the correct option length for...
2012-12-05 Jens AxboeFix man page indentation
2012-12-05 Jens Axboelfsr: add HOWTO and man page documentation
2012-12-04 Jens Axboelfsr: ensure that the cycle follows the randrepeat...
2012-12-04 Jens AxboeName the various random offsets we use
2012-12-01 Jens AxboeRevert "Change preferred default clocksource to gettime...
2012-12-01 Steven Noonanengines/net.c: fix compilation error due to missing...
2012-11-30 Jens AxboeWire up SIGUSR2 to kill blocking threads
2012-11-30 Jens AxboeChange preferred default clocksource to gettimeofday()
2012-11-30 Jens AxboeCache layout improvements
2012-11-30 Jens Axboenet: fix receiver start time
2012-11-30 Jens Axboenet: add basic ping/pong type workload support
2012-11-30 Jens Axboeverify: treat as failure if given verify type is differ...
2012-11-30 Jens Axboenet: sent udp open messages
2012-11-29 Jens AxboeMerge branch 'rand-map'
2012-11-29 Jens Axboesolaris: enable fadvise()
2012-11-29 Jens AxboeFix broken 'norandommap'
2012-11-29 Jens Axboeparse: fix wrong "might be used unitialized" warning...
2012-11-29 Jens AxboeWire up _weak posix_fadvise()
2012-11-29 Jens Axboenet: set runstate to SETTING_UP while waiting for a...
2012-11-29 Jens Axboenet: exit on WAITALL and !ret
2012-11-29 Jens Axboenet: fix segfault with receiver, tcp, and no hostname set
2012-11-29 Jens Axboelibfio: don't sent KILL signal to own process from...
2012-11-28 Jens AxboeAdd t/axmap tester
2012-11-28 Jens AxboeRename the bitmap to axmap
2012-11-28 Jens Axboebitmap: fix off-by-8 allocation error
2012-11-27 Bruce CranFix windowsaio IO error handling and document device...
2012-11-27 Jens AxboeFix compile for older Linux without mmap MAP_HUGETLB
2012-11-27 Jens Axboelfsr: crank it 128 times before using the sequence
2012-11-26 Jens AxboeEnsure that lfsr_init() is always called
2012-11-26 Jens AxboeAdd LFSR generator
2012-11-22 Jens AxboeRestore BUSY_OK bypassing of bitmap
2012-11-22 Jens AxboeKill now unused bitmap defines from legacy code
2012-11-22 Jens Axboebitmap: kill debug code
2012-11-22 Jens Axboebitmap: fix bit_masks[] for 32-bit compiles
2012-11-22 Jens AxboeRework file random map
2012-11-21 Aaron CarrollAdd support for Android
2012-11-20 Jens Axboememory: wire up mmap huge page support
2012-11-17 Jens AxboeUse unique seed for zipf/pareto init if rand_repeat...
2012-11-17 Bruce CranGenerate a new Windows installer product code for 2...
2012-11-17 Bruce CranAdd more examples to the Windows installer.
2012-11-15 Jens AxboeFio 2.0.11 fio-2.0.11
2012-11-15 Jens AxboeDocument random distribution
2012-11-15 Jens AxboeDisable random map automatically if a non-uniform rando...
2012-11-15 Jens Axboegenzipf: add help/usage screen (-h)
2012-11-15 Jens AxboeGet rid of -fno-omit-frame-pointer
2012-11-15 Vincent Kang Fut/genzfip: add -c option for csv output
2012-11-15 Jens Axboeserver: properly reset stat_number in fio_reset_state()
2012-11-14 Jens Axboeclient/server: fixup "All clients" reporting
next