fio.git
2020-01-06 Bart Van AsscheChange off64_t into uint64_t
2020-01-06 Bart Van AsscheFix the build in case FIO_HAVE_DISK_UTIL is not defined
2020-01-06 Bart Van AsscheWindows: Fix multiple configure tests
2020-01-06 Bart Van Asscheconfigure: Improve the getopt_long_only() test
2020-01-06 Bart Van Asscheconfigure: Improve the ibverbs test
2020-01-06 Bart Van AsscheMakefile: Use 'tr' if 'fmt' is not available
2020-01-06 Bart Van AsscheMakefile: Avoid duplicating code
2020-01-06 Jens AxboeMerge branch 'master' of https://github.com/vincentkfu/fio
2020-01-06 Vincent Fut/steadystate_tests: relax acceptance criterion
2020-01-06 Vincent Fut/run-fio-tests: automatically skip t/jobs/t0005 on...
2020-01-06 Jens AxboeMerge branch 'json1' of https://github.com/kusumi/fio
2020-01-06 Tomohiro Kusumijson: remove two redundant json_print_array() prototypes
2020-01-05 Jens AxboeMerge branch 'memalign1' of https://github.com/kusumi/fio
2020-01-05 Tomohiro Kusumilib/memalign: remove smalloc()/sfree() dependency
2020-01-05 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-01-04 Bart Van Asschet/read-to-pipe-async: Complain if option -f is specifie...
2020-01-04 Bart Van Asschet/memlock: Free allocated memory
2020-01-04 Bart Van Asschehelper_thread: Complain if select() fails
2020-01-04 Bart Van AsscheBlock signals for the helper thread
2020-01-04 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-01-04 Bart Van AsscheFix a potential deadlock in helper_do_stat()
2020-01-04 Bart Van AsscheHandle helper_thread_create() failures properly
2020-01-04 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-01-04 Bart Van AsscheImprove the pthread_condattr_setclock() test
2020-01-04 Bart Van AsscheOnly build t/read-to-pipe-async if pread() is available
2020-01-04 Bart Van Assche.appveyor.yml: Convert to ASCII
2020-01-04 Jens AxboeMerge branch 'master' of https://github.com/kenbarr1/fio
2020-01-03 Ken Barrio_u: fix rate limiting to handle file wrap-around
2020-01-03 Jens AxboeRevert "Fix a potential deadlock in helper_do_stat()"
2020-01-03 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-01-03 Jens AxboeMerge branch 'unit1' of https://github.com/kusumi/fio
2020-01-02 Bart Van AsscheFix a potential deadlock in helper_do_stat()
2020-01-02 Bart Van Asschet/read-to-pipe-async: Use the monotonic clock when...
2020-01-02 Bart Van AsscheUse CLOCK_MONOTONIC for condition variables used by...
2020-01-02 Bart Van AsscheMakefile: Build more test code
2020-01-01 Bart Van AsscheSuppress a Coverity taint warning in check_status_file()
2020-01-01 Bart Van AsscheMicro-optimize __load_ioengine()
2019-12-25 Zhenyu Yeio_uring: Enable io_uring ioengine on aarch64 arch
2019-12-23 Jens Axboeio_uring: add option for non-vectored read/write commands
2019-12-22 Tomohiro Kusumiunittests: add unittest suite for oslib/strsep.c
2019-12-22 Tomohiro Kusumiunittests: add unittest suite for oslib/strcasestr.c
2019-12-21 Jens AxboeMerge branch 'doc_fixes' of https://github.com/sitsofe/fio
2019-12-21 Jens AxboeMerge branch 'travis' of https://github.com/sitsofe/fio
2019-12-21 Sitsofe Wheelerdoc: fix up sphinx warnings
2019-12-21 Sitsofe WheelerHOWTO: fix up broken formatting in registerfiles section
2019-12-21 Sitsofe Wheelerdoc: stop saying backslashes need escaping
2019-12-21 Sitsofe Wheelertravis: switch to ubuntu 18.04 and install more libraries
2019-12-21 Sitsofe Wheelertravis: remove duplicate xcode image and add comments
2019-12-19 Jens AxboeMerge branch 'mine/patch-2' of https://github.com/hanne...
2019-12-19 Hannes WeisbachAdd example job file for exit_what
2019-12-19 Hannes WeisbachExpand choices for exitall
2019-12-19 Jens AxboeMerge branch 'windows_mkdir' of https://github.com...
2019-12-18 Sitsofe Wheelerfilesetup: fix directory creation issues
2019-12-18 Jens AxboeMerge branch 'issue-878' of https://github.com/vincentk...
2019-12-17 Vincent Fuclient/server: add missing fsync data structures
2019-12-16 Jens AxboeMerge branch 'cygwin-build-error' of https://github...
2019-12-16 Jens AxboeMerge branch 'travis-xcode11.2-python' of https://githu...
2019-12-16 Jens AxboeFio 3.17 fio-3.17
2019-12-16 Vincent FuMakefile: add libssp for Windows
2019-12-16 Vincent Fu.travis.yml: xcode11.2 scipy issue
2019-12-12 Jens Axboet/io_uring: check for CONFIG_HAVE_GETTID
2019-12-12 Vincent Fut/run-fio-tests: relax acceptance criterion for t0011
2019-12-12 Vincent Fu.appveyor.yml: run run-fio-tests.py
2019-12-12 Vincent Fu.travis.yml: run t/run-fio.tests.py as part of build
2019-12-12 Vincent Fut/steadystate_tests: use null ioengine for tests
2019-12-12 Vincent Fut/run-fio-tests: identify test id for debug messages
2019-12-12 Vincent Fut/run-fio-tests: improve Windows support
2019-12-12 Vincent Fut/run-fio-tests: detect requirements and skip tests...
2019-12-12 Vincent Fut/run-fio-tests: a few small improvements
2019-12-12 Vincent Fu.gitignore: ignore zbd test output files
2019-12-07 Jens Axboefilesetup: ensure to setup random generator properly
2019-12-06 Jens AxboeRenumber RWF_UNCACHED
2019-12-06 Jens Axboepvsync2: add support for RWF_UNCACHED
2019-12-06 Jens Axboeio_uring: add support for RWF_UNCACHED
2019-11-27 Jens AxboeMerge branch 'engine-rados-fix-first' of https://github...
2019-11-27 Adam Kupczykengines/rados: fix error with getting last instead...
2019-11-26 Jens AxboeMerge branch 'fallocate-truncate' of https://github...
2019-11-26 Jens AxboeMerge branch 'rados-now-use-completion-callbacks' of...
2019-11-26 Jens AxboeMerge branch 'const1' of https://github.com/kusumi/fio
2019-11-25 Adam Kupczykengines/rados: changed polling to completion callbacks...
2019-11-25 Tomohiro Kusumiparse: Silence discard-const warning on OpenBSD
2019-11-14 Vincent Fut/run-fio-tests: improve error handling
2019-11-14 Vincent Fuio_u: move to next zone even if zoneskip is unset
2019-11-14 Vincent Fufilesetup: improve LFSR init failure error message
2019-11-12 Trip Volpefilesetup: add fallocate=truncate option.
2019-11-07 Jens AxboeMerge branch 'testing' of https://github.com/vincentkfu/fio
2019-11-06 Vincent Fut/run-fio-tests: a script to automate running fio tests
2019-11-06 Vincent Fut/jobs: fix t0011 syntax error
2019-11-06 Vincent Fut/jobs: clean up t0009 and use only 4 CPUs
2019-11-06 Vincent Fut/jobs: drop time_based in t0007
2019-11-06 Vincent Fut/jobs: use current directory for test file for t0003...
2019-11-06 Vincent Fut/jobs: fixup t0002 test jobs
2019-11-06 Vincent Fut/stest: non-zero exit value on failure
2019-11-06 Vincent Fut/sgunmap-test.py: drop six.moves dependency
2019-11-06 Vincent Fut/steadystate_tests: better support automated testing
2019-11-06 Vincent Fut/strided.py: change LFSR tests
2019-11-06 Vincent Fut/readonly: replace shell script with python script
2019-11-06 Vincent Fut/iee754: add return value
2019-11-05 Khem Rajarch-arm: Consider armv7ve arch as well
2019-11-03 Jens AxboeMerge branch 'master' of https://github.com/aphreet/fio
next