fio.git
2013-02-01 Jens AxboeMakefile: fixup dependency problem for files in sub...
2013-02-01 Neto, Antonio... README: how to compile fio on Windows 64 bits
2013-01-31 David M. LeeAllow override of CFLAGS
2013-01-31 Jens AxboeOnly disable stdout ETA output if results are going...
2013-01-31 Jens Axboenet: 'nodelay' HOWTO/man page update
2013-01-31 Jens Axboeconfigure: add TCP_NODELAY check
2013-01-31 Jens Axboewindows: fix typo in <netinet/tcp.h> header
2013-01-30 Ken RaeburnFix bugs in [v]snprintf usage
2013-01-30 Jens AxboeAdd empty <netinet/tcp.h> for Windows
2013-01-30 Jens Axboenet: fix compile warning on Windows (and others)
2013-01-30 Steven Noonannet engine: implement option "nodelay" for TCP sockets
2013-01-30 Jens Axboeidletime: style cleanups
2013-01-30 Jens Axboeconfigure: add SCHED_IDLE check
2013-01-30 Huadong LiuAdd support for idletime profiling
2013-01-30 Jens AxboeAdd unified_rw_reporting option
2013-01-30 Jens AxboeHOWTO: indentation fix
2013-01-29 Jens Axboesmalloc: alloc failure cleanups
2013-01-29 Jens Axboeclient/server: fixup missing TRIM conversions
2013-01-29 Ken RaeburnFix crash with absurdly but not impossibly deeply neste...
2013-01-29 Jens Axboeconfigure: enable --extra-cflags for Windows
2013-01-29 Jens Axboeconfigure: add --extra-cflags
2013-01-28 Bruce CranFix Windows build by defining clock sources and adding...
2013-01-26 Jens AxboeAlways fsync if asked to
2013-01-25 Jens AxboeFix getopt def check
2013-01-25 Jens Axboeconfigure: HPUX warning for empty CC
2013-01-25 Jens AxboeMakefile: remove config-host.ld
2013-01-25 Jens Axboeconfigure: add configure header to config-host.h
2013-01-25 Jens Axboeconfigure: auto-generate a config-host.h
2013-01-24 Jens AxboeDrop EXTFLAG and lib references
2013-01-24 Jens Axboeconfigure: kill windows FIO_HAVE_FDATASYNC
2013-01-24 Jens Axboeconfigure: solaris and windowsaio fixups
2013-01-24 Jens Axboeoptions: add help to experimental_verify
2013-01-24 Jens Axboeconfigure: fix more old FIO_HAVE_ checks
2013-01-24 Jens AxboeNAN: use __builtin_nanf() if not available
2013-01-24 Jens Axboehash: make 64-bit type ULL
2013-01-24 Jens AxboeCorrect ifdef checks for posix and linux fallocate
2013-01-24 Jens Axboeconfigure: add that windows has RUSGE_THREAD
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
next