summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-13Kill off 'max_jobs'segmented-threadsJens Axboe
2020-11-13Add thread_segments as neededJens Axboe
2020-11-13Wrap thread_data in thread_segmentJens Axboe
2020-11-12t/latency_percentiles.py: tweak terse output parseJens Axboe
2020-11-12Fio 3.24fio-3.24Jens Axboe
2020-11-12Makefile: fix fio version genJens Axboe
2020-11-09t/latency_percentiles.py: correct terse parseJens Axboe
2020-11-09Make sure we do libaio engine compatability namesJens Axboe
2020-11-09configure: remove libaio-uring remnantJens Axboe
2020-11-09Makefile: ensure that external libs are linked properly with dynamic engineJens Axboe
2020-11-09Remove the "libaio over io_uring" modeJens Axboe
2020-11-09FIO_EXT_ENG_DIR should be default pathJens Axboe
2020-11-09list all available dynamic ioengines with --enghelpEric Sandeen
2020-11-09fix dynamic engine loading for libaio engine etcEric Sandeen
2020-11-09fix dynamic engine buildEric Sandeen
2020-11-05Revert "Windows: update dobuild.cmd to run the configure/make"Jens Axboe
2020-11-05Merge branch 'master' of https://github.com/albert-chang0/fioJens Axboe
2020-11-05Merge branch 'patch-1' of https://github.com/gloit042/fioJens Axboe
2020-11-05engines/hdfs: swap fio_hdfsio_init and fio_hdfsio_io_u_initAlbert Chang
2020-11-05Makefile: fix usage of JAVA_HOME environmental variableAlbert Chang
2020-11-04Windows: update dobuild.cmd to run the configure/makeRebecca Cran
2020-11-04goptions: correct postfixgloit042
2020-11-01fio: fix dynamic engines soname definitionYigal Korman
2020-10-30t/zbd: Fix test target size of test case #48Shin'ichiro Kawasaki
2020-10-30zbd: Avoid excessive zone resetsShin'ichiro Kawasaki
2020-10-28Merge branch 'o_dsync' of https://github.com/anarazel/fioJens Axboe
2020-10-28extend --sync to allow {sync,dsync,0,1}, to support O_DSYNCAndres Freund
2020-10-14Disallow offload IO mode for engines marked with FIO_NO_OFFLOADJens Axboe
2020-10-13Merge branch 'patch-1' of https://github.com/chengli-rutgers/fio into masterJens Axboe
2020-10-13getopt_long: avoid variable global initializationCheng Li
2020-10-10Merge branch 'master' of https://github.com/bvanassche/fio into masterJens Axboe
2020-10-10simplify MB/s, IOPS interactive printout codeAlexey Dobriyan
2020-10-10flow: use unsigned long for the counterJens Axboe
2020-10-10flow: avoid holes in struct fio_flowJens Axboe
2020-10-09Merge branch 'master' of https://github.com/chengli-rutgers/fio into masterJens Axboe
2020-10-08td_var: avoid arithmetic on a pointer to void cast (#1096)Cheng Li
2020-09-25helper_thread: Increase timer accuracyBart Van Assche
2020-09-25helper_thread: Rework the interval timer codeBart Van Assche
2020-09-20Change the return value of two functions from 'void' into 'int'Bart Van Assche
2020-09-20helper_thread: Introduce the wait_for_action() functionBart Van Assche
2020-09-20helper_thread: Introduce a function for blocking Unix signalsBart Van Assche
2020-09-20gettime: Introduce rel_time_since()Bart Van Assche
2020-09-20gettime: Simplify get_cycles_per_msec()Bart Van Assche
2020-09-20gettime: Introduce fio_get_mono_time()Bart Van Assche
2020-09-20configure: Remove the CLOCK_MONOTONIC_PRECISE probeBart Van Assche
2020-09-14Merge branch 'msys2' of https://github.com/sitsofe/fio into masterJens Axboe
2020-09-14Merge branch 'backend' of https://github.com/bvanassche/fio into masterJens Axboe
2020-09-12travis: cleanup build scriptSitsofe Wheeler
2020-09-12configure: cleanup lex/yacc testsSitsofe Wheeler
2020-09-12memlock: avoid type confusion in format stringSitsofe Wheeler