fio.git
2020-01-22 Phillip ChenPer-command priority: Priority logging and libaio/io_ur...
2020-01-22 Phillip ChenWhitespace standardization
2020-01-22 Su, Friendyengines: add engine for file stat
2020-01-18 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-01-18 Bart Van Asscheclient: Fix memory leaks in handle_job_opt()
2020-01-18 Bart Van Asschepmemblk: Fix a memory leak
2020-01-18 Bart Van Asschelib/memcpy: Suppress a Coverity leak report for setup_t...
2020-01-18 Bart Van Asschestat: Fix another memory leak in add_ddir_status_json()
2020-01-18 Bart Van Asschestat: Fix a memory leak in add_ddir_status_json()
2020-01-18 Bart Van Asschestat: Remove several superfluous if-tests
2020-01-18 Bart Van Asschestat: Remove more superfluous casts
2020-01-18 Bart Van Asschestat: Remove two superfluous casts
2020-01-16 Jens AxboeMerge branch 'fix_verify_push' of https://github.com...
2020-01-16 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-01-16 Jens AxboeMerge branch 'issue-825' of https://github.com/Leafless...
2020-01-16 Gwendal Grignouverify: Fix test to not check for numberio when verify_...
2020-01-16 Andrey KuzminUse aux_path, if set, when loading verify state
2020-01-15 LeaflessMelospizaMoved diskutil reporting functions to stat.c
2020-01-14 Keith Buschengines/io_uring: use fixed opcodes for pre-mapped...
2020-01-13 Jens Axboetime: limit usec_sleep() to maximum intervals of 1...
2020-01-12 Bart Van Asschet/read-to-pipe-async: Complain if pthread_detach()...
2020-01-12 Bart Van Asschet/read-to-pipe-async: Do not divide by zero
2020-01-12 Bart Van Asschet/memlock: Verify 'threads' argument
2020-01-12 Bart Van Asscheserver: Make it explicit that the setsockopt() return...
2020-01-12 Bart Van Asscheblktrace: Fix memory leaks in error paths
2020-01-12 Bart Van Asscheblktrace: Check value of 'merge_buf' pointer before...
2020-01-12 Bart Van Asscheblktrace: Pass a positive error code to td_verror()
2020-01-09 Jens Axboeio_uring: set sqe iopriority, if prio/prioclass is set
2020-01-07 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-01-06 Bart Van AsscheWindows >= 7: Make fio_getaffinity() error reporting...
2020-01-06 Bart Van AsscheWindows: Uninline CPU affinity functions
2020-01-06 Bart Van AsscheWindows: Use snprintf() instead of StringCch*()
2020-01-06 Bart Van AsscheInclude "oslib/asprintf.h" where necessary
2020-01-06 Bart Van AsscheWindows: Remove more unused OS dependent code
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
next