fio.git
2018-03-27 Sitsofe Wheelerconfigure/Makefile: make Cygwin force less
2018-03-27 Sitsofe Wheelerdoc: add Windows processor group behaviour and Windows...
2018-03-27 Sitsofe Wheelerwindows: target Windows 7 and add support for more...
2018-03-27 Sitsofe Wheelerwindows: prepare for Windows build split
2018-03-27 Sitsofe Wheelerwindows: update EULA
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
2018-02-28 Jens Axboeconfigure: improve static zlib package warning
2018-02-27 Jens AxboeMerge branch 'master' of https://github.com/brycepg/fio
2018-02-27 Bryce GuintaRefer to zlib-static package in zlib static build warning
2018-02-26 Jens AxboeMerge branch 'wip-ifed-howto-update' of https://github...
2018-02-26 Igor FedotovUpdate HOWTO with RADOS information
2018-02-21 Sitsofe Wheelerwindows: document MinGW zlib install and remove custom...
2018-02-21 Sitsofe Wheelerwindows: minor windows installer improvements
2018-02-21 Sitsofe Wheelerappveyor: minor refactoring, clarifications
2018-02-20 Jens AxboeFio 3.5 fio-3.5
2018-02-14 Jens AxboeMerge branch 'wip-ifed-rados' of https://github.com...
2018-02-14 Igor FedotovAdd support for Ceph Rados benchmarking.
2018-02-12 Jens Axboedebug: fix inverted logic in fio_did_warn() fio-3.4
2018-02-12 Jens Axboeiolog: convert drop warning to fio_did_warn()
2018-02-12 Jens Axboeio_u: convert zoned bug warning to fio_did_warn()
2018-02-12 Jens Axboeverify: convert verify buf too small warning to fio_did...
2018-02-12 Jens Axboefilesetup: convert root flush warning to fio_did_warn()
2018-02-12 Jens Axboeinit: add global 'warned' state
2018-02-12 Jens AxboeMerge branch 'master' of https://github.com/brycepg/fio
2018-02-10 Jens Axboeinit: fixup some bad style in previous commit
2018-02-10 Damian Yurzolainit: fix broken verify_interval
2018-02-08 Jens AxboeInclude 'numjobs' in global options output
2018-02-07 Jens Axboemmap: don't include MADV_FREE in fadvise_hint check
2018-02-07 Jens AxboeLet fadvise_hint also apply too mmap engine and madvise
next