fio.git
2018-04-09 Jens Axboestat: remove dead 'nr_uninit' assignment
2018-04-09 Jens Axboeinit: fix memory leak in error handling
2018-04-08 Jens Axboesteadystate: check for division by zero in mean calculation
2018-04-08 Jens Axboeeta: fix dead variable assignments
2018-04-08 Jens Axboeparse: fix dead 'org' assignment
2018-04-08 Jens Axboefilesetup: fix dead assignment of 'ret'
2018-04-08 Jens Axboeclient: fix bad shadowing of 'ret'
2018-04-08 Jens Axboeserver: fix dead assignment of variable
2018-04-08 Jens Axboeaxmap: use calloc() for level alloc
2018-04-08 Jens AxboeRemove binject engine
2018-04-06 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-04-06 Bart Van AsscheFix floating point option range formatting
2018-04-05 Rebecca CranFix return value checking of fread() in iolog.c
2018-04-04 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-04-04 Bart Van AsscheEnsure that .minfp and .maxfp are respected for FIO_OPT...
2018-04-04 Bart Van Asscheoption parsing: Mark arguments that are not modified...
2018-04-04 Bart Van Asscheparse.h: Remove a superfluous cast
2018-04-04 Bart Van AsscheOnly populate the write buffer if necessary
2018-04-04 Bart Van AsscheRename TD_F_VER_NONE into TD_F_DO_VERIFY
2018-04-04 Bart Van Asscheengines/sg: Make I/O error messages more informative
2018-04-03 Jens AxboeMerge branch 'fixbug_glfs' of https://github.com/simon...
2018-04-03 simonglusterfs: always allocate io_u->engine_data
2018-03-30 Jens AxboeMerge branch 'aarch64-crc32c' of https://github.com...
2018-03-30 Sitsofe WheelerMinor style changes
2018-03-30 Sitsofe Wheeleraarch64: refactor HW ARM CRC32c detection
2018-03-29 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-29 Bart Van Asscheswitch_ioscheduler(): only remove the last character...
2018-03-29 Bart Van AsscheMake it clear to Coverity that the tmp buffer in switch...
2018-03-23 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-23 Jens Axboesmalloc: Remove Valgrind instrumentation
2018-03-22 Jens Axboeserver: use scalloc() for sk_out allocation
2018-03-22 Jens AxboeMerge branch 'gcc' of https://github.com/sitsofe/fio
2018-03-22 Sitsofe Wheelercompiler: set minimum compiler version to GCC 4.1.0
2018-03-22 Jens Axboesmalloc: oom cleanups
2018-03-22 Jens Axboesg: fix sign extension
2018-03-22 Jens Axboeserver: fix error handling for shared memory handling
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-22 Jens Axboeserver: handle shared mem pool allocation failures
2018-03-21 Sitsofe WheelerAdd include-what-you-use pragmas
2018-03-21 Sitsofe Wheeleroslib: make str* compat functions more uniform
2018-03-21 Sitsofe WheelerUse POSIX path for poll.h and fcntl.h headers
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2018-03-21 Jens Axboeserver: process STOP/QUIT commands out-of-line
2018-03-21 Jens AxboeMerge branch 'asprintf' of https://github.com/bvanassch...
2018-03-21 Jens Axboedebug: remove extra parens
2018-03-20 Jens Axboeoptgroup: move debug code into function
2018-03-20 Jens AxboeFix whitespace issues in previous commit
2018-03-20 Jens AxboeMerge branch 'expand_fiohistparser' of https://github...
2018-03-20 krisdExpand fiologparser_hist operations with new options
2018-03-19 Jens Axboeoptgroup: add check for optgroup bit numbers being...
2018-03-19 Bart Van Asscheverify: Simplify dump_buf()
2018-03-19 Bart Van Asschelog: Modify the implementation such that it uses asprintf()
2018-03-19 Bart Van AsscheAdd an asprintf() implementation
2018-03-19 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-19 Kris Davissg: add read/write FUA options
2018-03-17 Jens AxboeMerge branch 'pthread-cond' of https://github.com/bvana...
2018-03-16 Bart Van AsscheSignal td->free_cond with the associated mutex held
2018-03-16 Bart Van AsscheMake sure that assert() expressions do not have side...
2018-03-15 Bart Van AsscheSuppress uninteresting data race reports
2018-03-15 Bart Van Asschegettime: Rework the clock thread starting mechanism
2018-03-15 Bart Van AsscheImprove Valgrind instrumentation of memory allocations
2018-03-15 Bart Van AsscheRename fio_mutex into fio_sem
2018-03-15 Bart Van AsscheSplit mutex.c and .h each into three files
2018-03-13 Jens Axboeio_u: only rewind file position if it's non-zero
2018-03-13 Jens Axboeconfigure: don't disable lex on FreeBSD
2018-03-13 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-03-12 Bart Van Asscheparse: Fix two compiler warnings
2018-03-12 Bart Van Asschestat: Fix a compiler warning in __show_run_stats()
2018-03-12 Bart Van AsscheRename struct rb_node into struct fio_rb_node
2018-03-12 Bart Van Asscheconfigure: Disable lex on NetBSD
2018-03-10 Bart Van Asschefilesetup: Initialize all members of struct fio_file
2018-03-10 Bart Van Asschehelper_thread: Initialize all helper_data members befor...
2018-03-10 Bart Van AsscheDeclare debug_levels[] const
2018-03-09 Jens Axboefilesetup: don't round/adjust size for size_percent...
2018-03-09 Bart Van AsscheMakefile: Rerun the configure script if it has been...
2018-03-09 Jens Axboeio_u: 'is_random' can be a boolean
2018-03-09 Jens Axboeio_u: kill get_next_{offset,buflen} wrappers
2018-03-09 Bart Van AsscheRemove prof_io_ops.fill_io_u_off(), .fill_io_u_size...
2018-03-09 Jens Axboemutex: fix other locations where we are not waking...
2018-03-09 Jens Axboemutex: ensure that fio_mutex_up() holds mutex lock...
2018-03-07 Jens AxboeMerge branch 'disable_opt' of https://github.com/sitsof...
2018-03-07 Sitsofe Wheelerappveyor: disable setting compiler march
2018-03-07 Sitsofe Wheelerconfigure: make --disable-optimizations disable march...
2018-03-07 Jens Axboeconfigure: don't override march if already set
2018-03-07 Jeff FurlongReduce LOG_MSEC_SLACK
2018-03-07 Jens AxboeMerge branch 'wip-rbd-engine' of https://github.com...
2018-03-07 Jason Dillamanrbd: remove support for blkin tracing
2018-03-07 Jason Dillamanrbd: fixed busy-loop when using eventfd polling
2018-03-06 Jens AxboeDefault to building native code
2018-03-06 Jens AxboeDon't make fadvise failure fatal
2018-03-05 Jens AxboeMerge branch 'howto_typos' of https://github.com/dirtyh...
2018-03-05 Patrick Callahandoc: fix typos in HOWTO
2018-03-05 Jens AxboeMerge branch 'manpage_typos' of https://github.com...
2018-03-05 Patrick Callahandoc: fix typos in fio man page
2018-03-02 Jens AxboeMerge branch 'mpath_nvme_diskutil' of https://github...
2018-03-02 Sitsofe Wheelerdiskutil: minor style cleanup
2018-03-02 Potnuri Bharat... diskutil: try additional slave device path if first...
2018-03-01 Jens AxboeMerge branch 'hotfix_counter_overflow' of https://githu...
2018-03-01 Alexander LarinFix overflow of counters incremented on each I/O operation
2018-02-28 Jens AxboeMerge branch 'win_build' of https://github.com/sitsofe/fio
next