fio.git
2012-03-02 Jens AxboeGUI fixes
2012-03-02 Jens AxboeStart of support for auto-starting the backend
2012-03-02 Jens AxboeClear UI/progress bar on disconnect/quit
2012-03-02 Jens AxboeTerminate clients when 'Disconnect' is clicked
2012-03-02 Jens AxboeMove connection details to separate dialog box
2012-03-02 Jens AxboeAdd support for client timed out ops
2012-03-02 Jens AxboeDon't update CR fields
2012-03-02 Jens AxboeAdd more job info
2012-03-01 Jens AxboeMore gui changes
2012-03-01 Jens Axboegfio: fix error handling in send_job_files()
2012-02-29 Jens AxboeUpdate GUI to attempt to graphically handle ETA output
2012-02-29 Jens AxboeAdd GUI probe support
2012-02-29 Jens AxboeMove client structure into client.h
2012-02-29 Jens AxboeVarious GUI updates
2012-02-29 Jens AxboeRename job files
2012-02-29 Jens AxboeMerge branch 'master' into gfio
2012-02-29 Jens AxboeRename crc functions to private namespace
2012-02-28 Jens AxboeFio 2.0.5 fio-2.0.5
2012-02-28 Jens AxboeReally fix IOPS logging
2012-02-24 Jens AxboeFix Makefile for gfio build
2012-02-24 Jens AxboeMove init code info libfio.c
2012-02-24 Jens AxboeFio 2.0.4 fio-2.0.4
2012-02-24 Jens AxboeMerge branch 'master' into gfio
2012-02-24 Jens AxboeFix verify
2012-02-24 Stephen M.... fio: work on textview alignment
2012-02-24 Stephen M.... fio: work on widget alignment
2012-02-24 Stephen M.... fio: make gui capture text ops
2012-02-24 Stephen M.... fio: construct options from gui
2012-02-24 Stephen M.... fio: add job file to gui temporarily
2012-02-24 Stephen M.... fio: add hostname, port, and address type (ipv4, ipv6...
2012-02-24 Stephen M.... fio: factor out FIO_NET_PORT
2012-02-24 Stephen M.... fio: Use a progress bar instead of a label
2012-02-24 Stephen M.... fio: make gui status update in timely fashion
2012-02-24 Stephen M.... fio: make the gui display thread status
2012-02-24 Stephen M.... fio: capture thread status display
2012-02-24 Stephen M.... fio: make gui actually do something
2012-02-24 Stephen M.... fio: add placeholder gui client ops
2012-02-24 Stephen M.... fio: link fio code with gui code
2012-02-24 Stephen M.... fio: factor out fio initialization code
2012-02-24 Stephen M.... fio: factor out endian_check
2012-02-24 Stephen M.... fio: add send job and quit buttons to gui
2012-02-24 Stephen M.... fio: add minimal gui program
2012-02-24 Stephen M.... fio: make client operations pluggable
2012-02-23 Jens Axboeclient: exit if no jobs were sent and client is idle
2012-02-23 Jens Axboeverify: put all header verification in one place
2012-02-23 Jens AxboeFix // comment
2012-02-23 Jens AxboeRemove holes in verify_header structure
2012-02-22 Bruce CranImplement sigaction for Windows.
2012-02-22 Bruce Cranstat() doesn't work with devices on Windows, so move...
2012-02-22 Jens AxboeUse crc32c for the verify_header checksum
2012-02-22 Jens AxboeAuto-detect whether to use hw assisted crc32c
2012-02-22 Jens AxboeAdd checksum to verify_header
2012-02-22 Daniel Ehrenbergflow: Fixing uninitialized variable
2012-02-20 Bruce CranFix tabbing and comment characters in Windows code.
2012-02-20 Bruce CranRemove unused Windows version.h and version.rc files.
2012-02-20 Bruce CranAdd missing os/windows/posix.c file.
2012-02-20 Jens AxboeFix IOPS logging for mixed read/write workloads
2012-02-20 Bruce CranMove Windows port to MinGW
2012-02-20 Bruce CranAdd FIO_PREFERRED_CLOCK_SOURCE to allow selection of...
2012-02-20 Bruce CranAdd OS_PATH_SEPARATOR for platforms which have differen...
2012-02-20 Dan EhrenbergToken-based flow control
2012-02-20 Josh CarterFix bandwidth logging for mixed read/write workloads.
2012-02-20 Bruce CranFix assumption that pointers fits in a 'long'
2012-02-20 Jens AxboeNeed glibc 2.8 or bigger for fallocate
2012-02-20 Jens Axboemutex: don't attempt to use CLOCK_MONOTONIC
2012-02-20 Bruce Crannice() error handling
2012-02-17 Jens Axboemac: doesn't have pthread_condattr_setclock()
2012-02-17 Jens Axboemutex: guard pthread_condattr_setclock() by defined...
2012-02-16 Jens Axboemutex: more clock fixes
2012-02-15 Jens AxboeMutex timeout work-around
2012-02-15 Jens AxboeMutex fixes
2012-02-15 Jens AxboeFixup includes
2012-02-15 Jens AxboeFix typo
2012-02-15 Jens AxboeFix build issue for non-cgroup support
2012-02-15 Jens AxboeFix grammatical error
2012-02-15 Jens Axboemutex: set and use the proper clock source
2012-02-11 Jens AxboeRevert "Change iolog overlap assert to a debug dump"
2012-02-11 Jens AxboeAdd job files for zone bug
2012-02-11 Jens AxboeOnly attempt zone switch if we have zones enabled
2012-02-10 Jens AxboeChange iolog overlap assert to a debug dump
2012-02-10 Jens AxboeSlave aggregate output format fix
2012-02-10 Jens AxboeFix missing ';' before slave disk utilization in terse...
2012-02-09 Jens AxboeFix a few other static code checker spotted "issues"
2012-02-09 Jens AxboeFixup a few items spotted by a static code checker
2012-02-09 Jens AxboeAdd gettime.h
2012-02-09 Jens AxboeMove variables to backend, fix up line spaces
2012-02-09 Jens AxboeMove some code around to better separate front/backend
2012-02-09 Jens AxboeMove gtod thread to gettime.c
2012-02-08 Jens AxboeInstall man page in /usr/share/man by default on OSX
2012-02-07 Jens Axboestat: fix typo
2012-02-07 Jens Axboestat: NaN fixes
2012-02-07 Steven LangEnable completion latency stat collection on verify
2012-02-07 Steven LangOptimize pattern verify
2012-02-07 Jens AxboeFio 2.0.3 fio-2.0.3
2012-02-07 Jens AxboeAdd regression test job file for commit 52c58027
2012-02-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-02-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-02-06 Jens AxboeFail if we can't satisfy the minimum block size
2012-02-03 Jens Axboemac: remove unused timer_create()
2012-02-03 Jens AxboeUse CLOCK_MONOTONIC if we can
next