fio.git
2014-07-03 Jens AxboeAdd support for runtime log compression
2014-07-02 Jens Axboelog: fix use-after-free
2014-07-02 Jens Axboecconv: convert ->log_offset on the wire
2014-07-01 Jens Axboe--latency-log is now gone
2014-07-01 Jens AxboeCleanup logging
2014-07-01 Jens Axboeclient: fix missing init of 'i'
2014-07-01 Jens Axboeclient: fix missing pdu->log_offset endianness conversion
2014-07-01 Jens AxboeAdd a typecheck for the endianness conversions
2014-07-01 Jens AxboeAdd option for including byte offset for each log entry
2014-06-30 Jens Axboeserver: update protocol version to 35
2014-06-30 Jens Axboeserver: pack over-the-wire structs
2014-06-28 Andrey KuzminFix typo in io_u.c::get_next_file()
2014-06-27 Jens Axboeclient: fix ETA run_str
2014-06-27 Jens Axboeeta: only pass real size of jobs_eta
2014-06-27 Jens AxboeFix struct jobs_eta packing on 32 vs 64-bit archs
2014-06-26 Andreas GruenbacherVerify: Tighten header length check in verify_header()
2014-06-26 Tiziano MüllerAdd configure flags for gfapi and rbd
2014-06-26 Andreas GruenbacherVerify: Fix and improve verify_header()
2014-06-26 Andreas Gruenbacherupdate_condensed_str(): Fix for empty input strings
2014-06-25 Puthikorn VoravootivatCast input argument for json_object_add_value_int to...
2014-06-24 Jens AxboeGet the crctest results properly aligned
2014-06-24 Jens AxboeEnsure that job name is set before being used
2014-06-24 Jens AxboeAdd a get_jobs_eta() to return jobs eta information
2014-06-24 Jens AxboeEnsure we have enough room for the ETA runstr
2014-06-23 Andreas GruenbacherFix two minor typos
2014-06-23 Jens AxboeREADME: update to include official mirrors for the...
2014-06-18 Jens AxboeAdd support for compiling for ESX
2014-06-18 George DowdingFix build from cmake
2014-06-17 Jens AxboeFixup run_str[] condensing with client/server
2014-06-16 Jens AxboeAdd string condensing for the ETA output
2014-06-16 Sumanth Kfio: Eliminate compilation warning in ppc
2014-06-10 Jens AxboeFio 2.1.10 fio-2.1.10
2014-06-10 Jens Axboeiolog: remember to add bytes to total IO size
2014-06-10 Jens AxboeReset file count when freeing files
2014-06-09 Jens AxboeFix crash on loading unknown IO engine with --ioengine
2014-06-09 Jens AxboeFix regression introduced by commit 334185e
2014-06-09 Doug KwanAdd aarch64 support.
2014-06-03 Jens Axboeglusterfs: remove glfs-handles.h include
2014-05-29 Haomai WangMake rbd engine use aio flush
2014-05-29 Rik FaithETA no longer works when -o specified
2014-05-20 Jens AxboeAdd ->invalidate() IO engine ops
2014-05-20 Jens Axboegfapi: indentify
2014-05-19 Jens AxboeRun the gluster engines through indent
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/cvubrugier/fio
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-05-19 Xan PengFix issue with dangling pointer in the rbd engine
2014-05-12 Jens AxboeFio 2.1.9 fio-2.1.9
2014-05-07 Jens Axboeverify: fix verification of uncompleted or errored ios
2014-05-01 Daniel GollubAvoid buildenv conditional in thread_option struct
2014-05-01 Daniel GollubAvoid double declaration of leXX_to_cpu
2014-05-01 Daniel GollubAvoid double-declaration of ARRAY_SIZE
2014-05-01 Daniel Gollubdistinguish internal/ext. builds with FIO_INTERNAL
2014-05-01 Daniel GollubReplace CONFIG_CPU_COUNT with plain CPU_COUNT
2014-04-30 Danny Al-Gaafcrc/test.c: fix include of time.h
2014-04-30 Jens AxboeMakefile: clean all *.d dependency files on make clean
2014-04-30 Daniel GollubRename time.h for third-party include of fio.h
2014-04-30 Daniel GollubFix gfio build due to disk_stat struct seperation
2014-04-29 Bruce CranWindows: always open files in binary mode
2014-04-28 Jens AxboeAdd option for io_limit
2014-04-23 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-23 Jens Axboeinit: don't set did_arg just for an engine option
2014-04-16 Jens AxboeError out if the set blocksize is larger than the file...
2014-04-15 Jens Axboesg/binject: only restore file flags if they have been set
2014-04-15 Jens Axboesg: check for error in fcntl() restore of flags
2014-04-15 Jens Axboebinject: check for error in fcntl() restore of flags
2014-04-15 Jens Axboebackend: fix potential division-by-zero
2014-04-15 Jens Axboeidletime: fix another missing unlock on error
2014-04-15 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-15 Jens Axboestrcpy: kill last of the suspect ones
2014-04-15 Bruce CranWindows: set sizeof(sun_path) to 260 (MAX_PATH).
2014-04-14 Jens Axboeinit: improve command line check for when to print...
2014-04-14 Jens Axboeinit: fix leak bug fix from commit 60c5ec73
2014-04-14 Jens Axboedisk util: fix bug in strncpy() conversion
2014-04-14 Jens AxboeFix potential NULL dereference in alloc_mem_mmap()
2014-04-14 Jens Axboediskutil: make it clear that parent != NULL for json...
2014-04-14 Jens Axboeparse: make it clear that 'cp' can't be NULL for o...
2014-04-14 Jens AxboeFix is_power_of_2() for longs
2014-04-14 Jens Axboeidletime: unlock ->start_lock in error cases
2014-04-14 Jens AxboeAvoid overwriting allocated pid_file
2014-04-14 Jens Axboegettime: init 'failed' before use
2014-04-14 Jens Axboestat: warn on failure to detach DU thread
2014-04-14 Jens Axboegettime: handle pthread_create() failure
2014-04-14 Jens Axboeinit: silence bogus td == NULL warning
2014-04-14 Jens Axboefilesetup: silence bogus warning on close(-1)
2014-04-14 Jens Axboee4defrag: pass 'error' into td_verror()
2014-04-14 Jens Axboetd_verror() needs errno style error
2014-04-14 Jens Axboenet engine: get rid of unused struct sockaddr_in6
2014-04-14 Jens Axboeserver: ensure that incoming iolog name is NULL terminated
2014-04-14 Jens Axboeserver: sanity check incoming command size (and payload)
2014-04-14 Jens Axboebackend: better NULL termination fix for IO scheduler...
2014-04-14 Jens Axboenum2str: ensure we never access postfix[] out-of-bounds
2014-04-14 Jens Axboemake_filename: another off-by-one buffer issue
2014-04-14 Jens AxboeError check fcntl() calls
2014-04-14 Jens Axboeinit: remove dead code
2014-04-14 Jens Axboebackend: fix potential divide-by-zero
2014-04-14 Jens Axboestat: fix potential divide-by-zero
2014-04-14 Jens Axboeidletime: fix potential divide-by-zero
2014-04-14 Jens Axboeeta: fix potential divide by zero
2014-04-14 Jens Axboeserver: fix missing comma in fio_server_ops[] strings
2014-04-14 Jens Axboegettime: use unsigned loop counter
next