fio.git
2013-01-21 Jens AxboeAdd generic hweight helpers
2013-01-21 Jens Axboeverify: add new experimental mode that requires no...
2013-01-21 Jens AxboeRe-seed random generator when a file is reset
2013-01-21 Jens Axboeaxmap: clear map->first_free when we reset it
2013-01-21 Jens Axboelfsr: add lfsr_reset()
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-18 Bruce CranWindows: fix off-by-one error in fio_cpu_set and add...
2013-01-17 Shaohua LiMake hugetlbfs maping work
2013-01-14 Jens Axboefusion-aw: make configure and compile actually work
2013-01-14 Jens Axboefusion-aw: fixes
2013-01-14 Jens Axboeconfigure: use exit 0 instead of just exit
2013-01-13 Bruce CranFix typo (READ/DDIR_READ).
2013-01-13 Bruce CranFix configure script for 64-bit Windows.
2013-01-13 Bruce CranAdd CONFIG_64BIT_LLP64, CONFIG_POSIX_FALLOCATE and...
2013-01-13 Jens AxboeImprove documentation for end_fsync
2013-01-12 Jens Axboeconfigure: enable e4defrag engine regardless of MOVE_EX...
2013-01-12 Jens AxboePre-load and sort random blocks for pure read verify...
2013-01-11 Jens Axboelfsr: ensure we don't generate an offset + buflen that...
2013-01-11 Jens Axboefilesetup: limit rand map to the actual IO size, if...
2013-01-11 Jianpeng MaAdd a check avoid segfault
2013-01-10 Jianpeng MaRemove repeated --readonly options in documentation
2013-01-10 Jianpeng MaFix a potential integer overflow
2013-01-10 Jens AxboeAdd configure script
2013-01-09 Jens AxboeFix variable type warning
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
next