fio.git
2018-08-02 Jens AxboeMerge branch 'szaydel/solaris-Wincompatible-pointer...
2018-08-02 Sam ZaydelFix incompatible pointer types warning on Solaris with...
2018-08-01 Adam Kupczykiolog: Added option read_iolog_chunked. Used to avoid...
2018-07-30 Jens AxboeMerge branch 'fio-histo-fix' of https://github.com...
2018-07-29 Ben Englandclean up argparse usage
2018-07-26 Jens AxboeMerge branch 'sgunmap2' of https://github.com/vincentkf...
2018-07-26 Vincent Fudocs: update HOWTO and manpage for sg trim support
2018-07-26 Vincent Futesting: add test scripts for sg ioengine
2018-07-26 Vincent Fuengines/sg: move asserts and debug statements behind...
2018-07-26 Vincent Fuengines/sg: add cmdp and dxferp for trims to sg error...
2018-07-26 Vincent Fuengines/sg: support trim operations via the UNMAP command
2018-07-26 Vincent Fustat: add IO submit and complete depths to JSON output
2018-07-26 Vincent Fuioengines: have ioengines with commit do own io account...
2018-07-25 Jens AxboeMerge branch 'fio-histo-log-pctiles' of https://github...
2018-07-25 Ben Englanddesign document for tools/hist/fio-histo-log-pctiles.py
2018-07-25 Jens AxboeMerge branch 'fio-c++-engine' of https://github.com...
2018-07-25 Kefu Chaireplace typeof with __typeof__
2018-07-24 Jens Axboeinit: unify 't' time period
2018-07-23 Jens Axboelibpmem: update print statement for bs now being ULL
2018-07-23 Jens Axboeparse: mark another fall-through switch case
2018-07-23 Jens Axboeparse: mark fall-through switch case
2018-07-23 Jens AxboeUse stdlib.h instead of malloc.h
2018-07-23 Jeff FurlongAdd support for >= 4G block sizes
2018-07-23 Jens AxboeFio 3.8 fio-3.8
2018-07-23 Jens Axboegfio: cleanup includes
2018-07-20 Ben Englandswitch to argparse module for CLI parsing
2018-07-19 Ben Englanduse interpolation for more accurate percentile calculation
2018-07-17 Ben Englandget latency percentiles over time from fio histo logs
2018-07-12 Jens Axboeaxmap: optimize ulog64 usage in axmap_handler()
2018-07-11 Jens Axboet/axmap: add longer overlap test case
2018-07-11 Jens Axboet/axmap: add regression case for recent overlap failure...
2018-07-11 Jens Axboeaxmap: fix continued sequential bit setting
2018-07-11 Jens Axboeaxmap: a few more cleanups
2018-07-11 Jens Axboeaxmap: remove unused 'data' argument to topdown handler
2018-07-11 Jens Axboefio: should_fsync() returns bool
2018-07-11 Jens Axboeaxmap: code cleanups
2018-07-11 Jens Axboet/axmap: add zero return overlap cases
2018-07-11 Jens Axboeaxmap: clean up 'no bits to set' case
2018-07-11 Jens Axboet/axmap: don't print 'pass' on failure
2018-07-11 Jens Axboet/axmap: a few more overlap cases
2018-07-11 Jens Axboet/axmap: clean up overlap tests
2018-07-10 Jens AxboeMakefile: lib/axmap no longer needs hweight
2018-07-10 Jens Axboet/axmap: add a few more overlap test cases
2018-07-10 Jens Axboeaxmap: ensure that overlaps are handled strictly sequential
2018-07-10 Jens Axboet/axmap: add overlap test cases
2018-07-10 Jens Axboeio_u: ensure we generate the full length of block sizes
2018-07-10 Jens Axboeio_u: fix negative offset due to wrap
2018-07-04 Jens Axboeblktrace: just ignore zero byte traces
2018-06-29 Jens AxboeFix compilation without cgroups
2018-06-29 Josef Bacikfio: add job_runtime to the thread json output
2018-06-29 Josef Bacikfio: work with cgroup2 as well
2018-06-21 Jens AxboeMerge branch 'doc-norandommap' of https://github.com...
2018-06-21 Steve Wisedoc: add text about possibly verify errors with norandommap
2018-06-20 Jens AxboeMerge branch 'wip-single-glfs-instance' of https:/...
2018-06-20 Zhang Huanglusterfs: capable to test with one single glfs instance
2018-06-18 Jens AxboeMerge branch 'readonly-trim' of https://github.com...
2018-06-18 Vincent Futesting: add test script for readonly parameter
2018-06-18 Vincent Fudoc: improve readonly option description
2018-06-18 Vincent Fuoptions: check for conflict between trims and readonly...
2018-06-18 Vincent Fuinit: abort write and trim jobs when --readonly option...
2018-06-18 Vincent Fuinit: ensure that fatal errors in fixup_options are...
2018-06-18 Vincent Fufilesetup: make trim jobs respect --readonly during...
2018-06-18 Vincent Fufio.h: also check trim operations in fio_ro_check
2018-06-15 Jens Axboeclient: close dup'ed descriptor if fdopen() fails
2018-06-15 Jens Axboeclient: check return of dup(2)
2018-06-15 Tomohiro Kusumiclient: parse env variables before sending job-file...
2018-06-12 Jens Axboerand: make randX_upto() do the end value increment
2018-06-12 Jens Axboerand: ensure that rand_between() can reach max value
2018-06-12 Jens Axboeinit: use o-> instead of td->o
2018-06-12 Jens Axboeinit: kill get_rand_start_delay()
2018-06-12 Jens Axboerand: cleanup rand_between() and helpers
2018-06-12 Jens Axboerand: add rand64_between()
2018-06-12 Jens AxboeFix start delay being the same across threads
2018-06-08 Igor Konopkostat: fix --bandwidth-log segfault
2018-06-08 Friendy.Su... idle-prof: Fix segment fault issue when run with '...
2018-06-05 Jens AxboeFix variable shadowing
2018-06-05 Jens Axboeiolog: remove 'td' from trim_io_piece()
2018-06-05 Jens Axboeclient: remove 'cmd' argument to stop handler
2018-06-05 Jens Axboeoptions: remove unused function parameters
2018-06-05 Jens Axboelog: fix signedness issue
2018-06-05 Jens Axboegettime: remove 'is_thread' variable to local clock...
2018-06-05 Jens Axboex86: don't need 'level' passed to amd/intel init functions
2018-06-05 Jens AxboeCleanup should_check_rate()
2018-06-05 Jens Axboefallocate: use 'offset' parameter
2018-06-05 Jens AxboeMerge branch 'make-nowarn-snprintf-call-va-end' of...
2018-06-05 Bart Van AsscheMake nowarn_snprintf() call va_end()
2018-06-05 Jens AxboeMove nowarn_snprintf.h to lib/
2018-06-05 Jens AxboeMerge branch 'suppress-gcc-8-warnings' of https://githu...
2018-06-05 Bart Van AsscheSuppress gcc 8 compiler warnings
2018-06-05 Jens AxboeMerge branch 'appveyor' of https://github.com/bvanassch...
2018-06-05 Jens AxboeMerge branch 'remove-show-run-stats' of https://github...
2018-06-05 Bart Van AsscheRename appveyor.yml into .appveyor.yml
2018-06-05 Bart Van AsscheRemove show_run_stats() because it has no callers
2018-06-04 Jens AxboeFix issue with rate_process=poisson and ramp time
2018-06-01 Jens AxboeFio 3.7 fio-3.7
2018-05-31 Jens Axboeio_u: ensure to invalidate cache on time_based random...
2018-05-25 Jens AxboeFix typo in bssplit documentation
2018-05-24 Bill O'Donnellmake fio scripts python3-ready (part 2)
2018-05-18 Jens AxboeMerge branch 'sg-verify2' of https://github.com/vincent...
2018-05-18 Vincent Fudocs: add documentation for sg ioengine WRITE SAME...
next