fio.git
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...
2018-05-18 Vincent Fuengines/sg: add support for WRITE AND VERIFY, WRITE...
2018-05-16 Bill O'Donnellmake fio scripts python3-ready
2018-05-15 Jens AxboeMerge branch 'master' of https://github.com/majianpeng/fio
2018-05-15 Jianpeng MaThis partly revert 97bb54c9606c(add __load_ioengine...
2018-04-27 Jens Axboeiolog: default to good return
2018-04-27 Jens Axboeiolog/blktrace: boolean conversion
2018-04-27 Jens Axboeblktrace: make sure to account SYNC/TRIM at load time
2018-04-26 Jens AxboeUpdate documentation for 'replay_skip'
2018-04-26 Jens AxboeMakefile: ensure we kill all object files
2018-04-26 Jens Axboeblktrace: add 'reply_skip' option
2018-04-26 Jens Axboeblktrace: kill zero sized write test
2018-04-26 Jens Axboeblktrace: handle flush/sync replay
2018-04-26 Jens Axboeblktrace: change barrier to a flush
2018-04-26 Jens Axboeiolog: always use calloc() and always init both lists
2018-04-26 Jens Axboeblktrace: ignore 0 byte writes
2018-04-26 Jens Axboeblktrace: don't re-clear ipo
2018-04-24 Jens Axboet/*: missing statics
2018-04-24 Jens Axboeengines/libaio: don't sleep for 0 reap return for 0...
2018-04-21 Jens Axboeconfigure: use proper CONFIG_ prefix for asprintf/vasprintf
2018-04-20 Jens Axboeengines: fixup fio_q_status style violations
2018-04-20 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-04-18 Bart Van AsscheIntroduce enum fio_q_status
2018-04-18 Bart Van AsscheRemove dead code from fio_io_sync()
2018-04-18 Bart Van Asschegfapi: Make fio_gf_queue() set the I/O unit error statu...
2018-04-18 Bart Van AsscheChange return type of td_io_commit() into void
2018-04-18 Bart Van AsscheSimplify num2str()
2018-04-18 Bart Van AsscheIntroduce enum n2s_unit
2018-04-18 Bart Van AsscheDeclare stat_calc_lat_nu() static
2018-04-18 Jens AxboeRemove verifysort/verifysort_nr from documentation
2018-04-18 Jens Axboeiolog: update stale comment
2018-04-18 Jens AxboeDeprecate verifysort and verifysort_nr
2018-04-18 Jens Axboeparse: add support for soft deprecated options
2018-04-17 Jens Axboeinit: ensure that read/write use the same random seed...
2018-04-17 Jens AxboeMerge branch 'nvml-to-pmdk' of https://github.com/sscar...
2018-04-16 sscargalNVML references renamed to PMDK
2018-04-16 Jens AxboeFio 3.6 fio-3.6
2018-04-14 Jens Axboecconv: add conversion for 'replay_time_scale'
2018-04-14 Jens AxboeAdd 'replay_time_scale' option
2018-04-14 Jens Axboeiolog: fix issue with replay rate
2018-04-13 Jens AxboeMerge branch 'proc_group' of https://github.com/sitsofe/fio
2018-04-10 Tomohiro Kusumios/os-dragonfly: sync with header file changes in upstream
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-27 Sitsofe Wheelerdoc: add cpus_allowed reference to log_compression_cpus
2018-03-27 Sitsofe Wheelerappveyor: make 32 bit build target XP + minor fixes
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
next