fio.git
2013-01-24 Jens AxboeAdd lib/getrusage.c
2013-01-24 Huadong LiuUse RUSAGE_THREAD, if available
2013-01-24 Jens Axboeinit: complain on unrecognized option with builtin...
2013-01-24 Jens AxboeFix compile warnings on Windows
2013-01-23 Jens Axboewindows: don't provide strsep(), fio already has one
2013-01-23 Jens Axboeconfigure: add default compiler on Windows
2013-01-23 Jens Axboeconfigure: fixup Windows
2013-01-23 Jens Axboeconfigure: add endian check
2013-01-23 Jens AxboeKill now unneeded clock definitions
2013-01-23 Jens AxboeOSX: Fixup warnings and clock_gettime() bug
2013-01-23 Jens Axboeconfigure: remember to output CC for windows
2013-01-23 Jens Axboeconfigure: add --cc= option to script
2013-01-23 Jens AxboeFix 32-bit compile warning in should_check_rate()
2013-01-23 Jens Axboet/axmap: update to catch recent bugs
2013-01-23 Jens Axboeaxmap: ensure that we never return a value that is...
2013-01-23 Jens Axboeaxmap: improve axmap_find_first_free()
2013-01-23 Jens Axboeverify: stop on actual number of bytes needed to be...
2013-01-23 Jens Axboeaxmap: fix bug in axmap_find_first_free()
2013-01-23 Jens AxboeMake experimental_verify=1 handle all cases properly
2013-01-23 Jens AxboeEnsure all random seeds are repeatable for randrepeat=1
2013-01-23 Jens Axboeeta: improve accuracy for rwmix workloads and verify
2013-01-21 Jens AxboeUse unsigned long long for the uint64_t type
2013-01-21 Jens Axboewindows: use hweight64(), it's a 64-bit type
2013-01-21 Jens AxboeAdd hweight64()
2013-01-21 Bruce CranFix _SC_NPROCESSORS_ONLN on Windows
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
next