fio.git
2014-02-19 Christian Ehrhardtfio: fix job clone mem leak
2014-02-18 Danny Al-Gaafadd example job file for the RBD engine
2014-02-18 Danny Al-Gaaffio.1: add rbd options to man page
2014-02-18 Daniel Gollublibrbd ioengine support
2014-02-14 Jens AxboeFix early termination of cpu id string
2014-02-14 Jens AxboeFix another typo in gtod_reduce()
2014-02-14 Jens AxboeFix inverted logic in gtod_reduce()
2014-02-14 Jens AxboeDon't compute iops samples for gtod_reduce=1
2014-02-13 Sitsofe Wheelerio_u_qiter: Fix buffer overrun
2014-02-13 Sitsofe Wheelercpuid: Null terminate x86 CPU string.
2014-02-13 Bruce CranFix IPv6 check on FreeBSD by including netinet/in.h
2014-02-13 Jens Axboenull: style fixup
2014-02-13 Daniel Gollubengines/null: allow build as external C++ ioengine
2014-02-13 Daniel GollubIntroduce get_ioengine for external engines
2014-02-13 Daniel GollubFix g++ warning about void* used in arithmetic
2014-02-12 Jens Axboeclang: fix warnings with clang build
2014-02-12 Daniel GollubMake parse.h C++ safe by avoiding "or" keyword
2014-02-12 Daniel GollubMake file.h C++ safe by casting fio_file_flags
2014-02-12 Jens AxboeMake err.h a bit more Windows friendly
2014-02-11 Jens Axboeparse: cleanup difference between profile and normal...
2014-02-11 Jens AxboeFio 2.1.5 fio-2.1.5
2014-02-11 Jens Axboeparse: get rid of raw option offsets
2014-02-11 Jens AxboePlug a free basic memory leaks
2014-02-11 Jens AxboeEnfore that lockfile= must precede filename=
2014-02-11 Jens AxboeFix issue with openfiles= and file sizing
2014-02-10 Jens AxboeFix issue with td->mutex being used-after-free
2014-02-08 Jens Axboecrc: add option to list possible crc types
2014-02-08 Jens Axboecrc: ensure we properly match test name
2014-02-08 Jens AxboeREADME: update for crctest
2014-02-07 Jens AxboeAdd support for testing checksumming speed
2014-02-07 Jens AxboePrioritize lockfile= option
2014-02-07 Jens AxboeFix crash with file locking and dup'ed files
2014-02-06 Jens Axboeverify: always log IO in the order they are issued
2014-02-05 Jens AxboeMore precise fix for verify_backlog verification failure
2014-02-05 Puthikorn VoravootivatFix verify_backlog start verification before finish...
2014-02-05 Jens AxboeFix for prematurely stopping on verify
2014-02-05 Puthikorn VoravootivatFix rand_seed mismatches in verify phase
2014-02-05 Stefan Hajnocziinit: log error on missing --output-format argument
2014-02-05 Stefan Hajnocziinit: --minimal does not take an optional argument
2014-01-29 Jens Axboeinit: update email address
2014-01-29 Bruce CranEnable IPv6 in the Windows build
2014-01-28 Grant Grundlerfio: consolidate rand_seed to uint64_t
2014-01-28 Bruce CranUpdate Windows build for new threading library
2014-01-28 Bruce CranFix Windows headers for IPv6
2014-01-25 Jens Axboeengine: protect net engine IPv6 support with configure...
2014-01-25 Jens Axboeclient/server: don't reset ipv6 expectations
2014-01-25 Jens Axboeconfigure: add test for whether required IPv6 helpers
2014-01-25 Jens Axboeserver: fix wrong error return on host lookup failure
2014-01-24 Jens AxboeAdd verify_only to man page
2014-01-24 Juan CasseAdds check for rand_seed during verify phase.
2014-01-24 Juan CasseAdds verify_only option
2014-01-24 Juan CasseAdds check for numberio during verify phase.
2014-01-24 Jens Axboeengine: more checks on IPv6 and multicast
2014-01-24 Jens Axboeserver: make the connect code fully IPv6
2014-01-24 Jens Axboeengine: pass in right protocol family on host lookup
2014-01-24 Jens Axboeengine: IPv6 net engine updates
2014-01-24 Jens Axboeengine: basic support for IPv6 in the net IO engine
2014-01-23 Jens AxboeFix potential oops in file unlocking at free time
2014-01-15 Jens Axboeserver: convert buffer pattern settings across client...
2014-01-14 Jens AxboeAdd option for specifically setting buffer contents
2014-01-11 Jens AxboeAdd option to manually seed the random generators
2013-12-30 Jens AxboeUpdate README to reflect that fio now runs on OpenBSD
2013-12-30 Jens Axboelibfio: add missing OS's to fio_os_strings[]
2013-12-30 JohnAdd OpenBSD support
2013-12-21 Castor FuMake configure tests pass pickier compiler options.
2013-12-09 Jens AxboeAdd options to have fio latency profile a device
2013-12-06 Jens AxboeCalloc() cleanup
2013-11-27 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2013-11-27 Jens Axboeinit: escape description option string
2013-11-27 Jens Axboeinit: allow FIO_OPT_STR_SET options to have an optional...
2013-11-26 Bruce CranWindows: add CONFIG_TLS_THREAD=y and swap pthreadGC2...
2013-11-21 Jens AxboeError out gracefully if we don't find the replay device...
2013-11-21 Jens Axboeblktrace: add support for non-native endian format
2013-11-16 Jens AxboeFio 2.1.4 fio-2.1.4
2013-11-15 Chris MasonAdd support for O_ATOMIC
2013-11-08 Jens AxboeFix access-outside-array of o->rwmix[]
2013-11-07 Jens Axboeserver: make job/connection lists private
2013-11-06 Jens Axboesolaris: ensure that -D_REENTRANT gets set
2013-11-06 Jens Axboeposixaio: fix thread problem with using errno
2013-11-06 Jens Axboeserver: get rid of compile warning on platforms where...
2013-11-04 Bruce CranFix a couple of typos in fio2gnuplot.
2013-11-04 Bruce CranUse #!/usr/bin/env to allow for interpreters in differe...
2013-11-01 Bruce Cranserver: ensure that fio_time_init() is called before...
2013-11-01 Bruce CranImplement writev on Windows
2013-11-01 Bruce CranUpdate Windows code to fix build breakage
2013-10-31 Castor Fuconfigure: add option to disable libnuma usage
2013-10-31 Castor FuAdd json output for client/server mode
2013-10-31 Jens AxboeFix bad asm constrants for x86-64 cpuid()
2013-10-16 Hong Zhiguoclient: fix free of wrong pointer
2013-10-11 Jens Axboeppc: disable CPU clock until we can detect whether...
2013-10-11 Akash Vermaarch-ppc.h: Fix typo in header guard
2013-10-09 Akinobu Mitamake ioengine specific command line options work
2013-10-08 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2013-10-08 Hong Zhiguofix crash: free of wrong pointer in bssplit_ddir
2013-10-04 Sitsofe Wheelerhowto: Fix redundant entries
2013-10-04 Sitsofe Wheelerman page: Bump up release date
2013-10-04 Sitsofe Wheelerman page: fix broken formatting before OUTPUT section
2013-10-04 Sitsofe Wheelerman page: manpagify things that look like syscalls.
2013-10-04 Sitsofe Wheelerman page: Fix typos
2013-10-04 Jens Axboeman page: correct typoe
next