fio.git
2020-09-12 Sitsofe Wheelermemlock: avoid type confusion in format string
2020-09-12 Sitsofe WheelerMakefile: introduce FIO_CFLAGS
2020-09-12 Sitsofe Wheelerappveyor: cleanup and add separate install script
2020-09-12 Sitsofe WheelerMakefile/ci: Don't pass CFLAGS when linking
2020-09-12 Sitsofe Wheelerconfigure/Makefile: add option to generate pdb symbols
2020-09-12 Sitsofe Wheelerconfigure: be explicit about "XP" Windows API version
2020-09-12 Sitsofe Wheelerwindows: fix DWORD format string complaints
2020-09-12 Sitsofe Wheelerwindows: fix wrong format strings
2020-09-12 Sitsofe Wheelernet: coerce the result of htonl before printing
2020-09-12 Sitsofe Wheelerconfigure: pass non-null pointer to (v)asprintf
2020-09-12 Bart Van Asschebackend: Use asprintf() instead of strlen() + sprintf()
2020-09-12 Bart Van Asschebackend: Remove two superfluous casts
2020-09-11 Jens AxboeAllow offload with FAKEIO engines
2020-09-11 Jens AxboeDisable io_submit_mode=offload with async engines
2020-09-11 Jens Axboeengines/io_uring: mark as not compatible with io_submit...
2020-09-09 Jens AxboeMerge branch 'evelu-enghelp' of https://github.com...
2020-09-09 Erwan Veluinit: exiting with fio_show_ioengine_help return code
2020-09-08 Jens AxboeMerge branch 'zbd' of https://github.com/bvanassche...
2020-09-08 Jens Axboeengines/io_uring: allow setting of IOSQE_ASYNC
2020-09-08 Bart Van Asschezbd: Add a missing pthread_mutex_unlock() call
2020-09-07 Jens AxboeKill off old GUASI IO engine
2020-09-07 Alexey Dobriyanfio: cap io_size=N% at 100%, update man page
2020-09-06 Jens AxboeMerge branch 'guasi_fixes' of https://github.com/sitsof...
2020-09-06 Sitsofe WheelerMakefile/configure: fix guasi build
2020-09-06 Jens AxboeFio 3.23 fio-3.23
2020-09-05 Alexey Dobriyanfio: support io_size=N% (N <= 100)
2020-09-03 Jens Axboeengines/io_uring: use the atomic load acquire instead...
2020-09-03 Jens Axboet/io_uring: allow setting fixed files/buffers as arguments
2020-09-03 Jens Axboeengines/io_uring: move sqe clear out of hot path
2020-09-01 Shin'ichiro... t/zbd: Remove unnecessary option for zbc_reset_zone
2020-09-01 Shin'ichiro... t/zbd: Reset all zones before test when max open zones...
2020-09-01 Shin'ichiro... t/zbd: Add -o option to t/zbd/test-zoned-support
2020-09-01 Shin'ichiro... t/zbd: Improve usage message of test-zbd-support script
2020-09-01 Shin'ichiro... zbd: Initialize open zones list referring zone status...
2020-09-01 Shin'ichiro... oslib/linux-blkzoned: Allow reset zone before file...
2020-09-01 Shin'ichiro... zbd: Decrement open zones count at write command completion
2020-08-31 Jens Axboeoptions: flow should parse as FIO_OPT_INT
2020-08-31 Jens AxboeMerge branch 'multi_job_flow' of https://github.com...
2020-08-31 David, Barflow: add ability for weight-based flow control on...
2020-08-30 David, Barflow: reclaim flow when job is reaped
2020-08-30 Rebecca CranUpdate the year to 2020 in os/windows/eula.rtf
2020-08-30 Rebecca CranUpdate os/windows/dobuild.cmd to support signing binari...
2020-08-28 Jens AxboeUse fallthrough attribute
2020-08-28 Jens AxboeMerge branch 'master' of https://github.com/donny372...
2020-08-27 Aravind Rameshzbd: don't read past the WP on a read only workload...
2020-08-22 Jens Axboet/io_uring: cleanup vectored vs non-vectored
2020-08-22 Jens Axboet/io_uring: use non-vectored reads if available
2020-08-22 Jens Axboeengines/io_uring: use non-vectored read/write if available
2020-08-22 donny372Avoid multiple instance read iolog from stdin.
2020-08-21 Jens Axboeengines/io_uring: don't attempt to set RLIMITs
2020-08-21 Jens AxboeMerge branch 'adjusting-libpmem' of https://github...
2020-08-21 Łukasz Stolarczukengines/libpmem: adjust for PMDK >=1.5 usage
2020-08-19 Jens Axboefile: provider fio_file_free() helper
2020-08-19 Jens Axboeinit: add_job() needs to use right file freeing functions
2020-08-19 Jens Axboefile: track allocation origin
2020-08-19 Jens AxboeMerge branch 'force-windows-artifact' of https://github...
2020-08-19 Sitsofe Wheelerci: always upload Windows MSI if smoke test passes
2020-08-19 Jens Axboeengines/windowsaio: fix silly thinky on IO thread creation
2020-08-19 Dmitry Fomichevconfigure: fix syntax error with NetBSD
2020-08-18 Jens AxboeMerge branch 'filelock_assert_fix' of https://github...
2020-08-18 Jens AxboeMerge branch 'asprintf1' of https://github.com/kusumi...
2020-08-18 Tomohiro Kusumioslib: fix asprintf build failure
2020-08-17 Jens Axboeengines/windowsaio: only set IOCP thread affinity if...
2020-08-17 Alexey Dobriyanfio: add for_each_rw_ddir() macro
2020-08-17 Jens AxboeFio 3.22 fio-3.22
2020-08-14 Jens AxboeMerge branch 'issue-1065' of https://github.com/XeS0r...
2020-08-14 André Wildthread_options: Use unsigned int type for exit_what...
2020-08-14 Jens AxboeFixup examples/exitwhat.fio
2020-08-13 Alexey Dobriyanzbd: use ->min_zone, ->max_zone in more places
2020-08-12 Jens Axboeio_u: calculate incremental residuals correctly
2020-08-11 Dmitry Fomichevt/zbd: check log file for failed assertions
2020-08-11 Dmitry Fomichevzbd: simplify zone reset code
2020-08-11 Dmitry Fomichevconfigure: check if pkg-config is installed
2020-08-11 Dmitry Fomichevconfigure: improve libzbc version check
2020-08-11 Jens Axboeio_u: set io_u->verify_offset in fill_io_u()
2020-08-11 Jens Axboeio_u: get_next_offset() should always set io_u->verify_...
2020-08-11 Jens Axboeverify: use origina offset for verification
2020-08-11 Jens Axboeio_uring: notice short IO on completion path
2020-08-11 Jens Axboeio_u: reset ->resid on starting a requeue IO
2020-08-11 Jens Axboeengines/io_uring: make sure state is updated for requeues
2020-08-08 Jens AxboeMerge branch 'master' of https://github.com/donny372...
2020-08-08 donny372Add support for reading iolog from stdin.
2020-08-07 David, Barfilelock: fix wrong file trylock assertion.
2020-08-01 Jens AxboeMerge branch 'master' of https://github.com/bvanassche...
2020-08-01 Bart Van AsschePrevent that fio hangs when using io_submit_mode=offload
2020-07-27 Jens Axboeiolog: ensure that dynamic log entries are at least...
2020-07-27 Jens AxboeAdd roundup_pow2() as a generic helper
2020-07-27 Jens Axboet/jobs/t001[1-2].fio: run for 10 seconds instead of 3
2020-07-27 Jens AxboeMerge branch 'fix_travis_libiscsi' of https://github...
2020-07-26 Sitsofe Wheelertravis: fix x86 libiscsi detection
2020-07-26 Sitsofe Wheelertravis: remove unneeded dependency
2020-07-26 Jens AxboeMerge branch 'enable_or_exit' of https://github.com...
2020-07-26 Sitsofe Wheelerconfigure: fail when explicit enabling doesn't succeed
2020-07-26 Jens AxboeMerge branch 'travis_cleanup' of https://github.com...
2020-07-26 Sitsofe WheelerMakefile: fix incorrectly set libiscsi cflags
2020-07-26 Sitsofe Wheelermemory: fix incorrect pointer comparison when freeing...
2020-07-26 Sitsofe Wheelertravis: make CI install script bail out on first error
2020-07-26 Sitsofe Wheelertravis: enable libiscsi and cuda ioengines
2020-07-26 Sitsofe Wheelertravis: add dependency for cuda ioengine
2020-07-26 Sitsofe Wheelertravis: use install section instead of before_install...
next