fio.git
2022-04-17 Denis Proninfixed memory leak of not freed jobs_eta in several...
2022-04-17 Jens AxboeMerge branch 'fix/memory-leak' of https://github.com...
2022-04-10 Jens AxboeMerge branch 'fix/remove-sudo-in-test-script' of https...
2022-04-10 Denis Proninactions-full-test.sh, removed sudo from the script
2022-04-10 Denis Proninfixed possible and actual memory leaks
2022-04-08 Jens Axboeiolog: Use %llu for 64-bit
2022-04-08 Jens Axboeiolog: fix warning for 32-bit compilation
2022-04-08 Mohamad Gebaiiolog: update man page for version 3
2022-04-08 Mohamad Gebaiiolog: add iolog_write for version 3
2022-04-08 Mohamad Gebaiiolog: add version 3 to support timestamp-based replay
2022-04-06 Jens AxboeFio 3.30 fio-3.30
2022-04-05 Vincent Fusmalloc: fix ptr address in redzone error message
2022-03-30 Jens AxboeRename 'fallthrough' attribute to 'fio_fallthrough'
2022-03-29 Jens AxboeMerge branch 'status-interval-finished-jobs' of https...
2022-03-29 Kozlowski MateuszHandle finished jobs when using status-interval
2022-03-28 Jens AxboeMerge branch 'master' of https://github.com/cccheng/fio
2022-03-28 Chung-Chiang... Fix compile error of GCC 4
2022-03-24 Jens AxboeMerge branch 'github-1372' of https://github.com/vincen...
2022-03-23 Vincent Fuio_u: produce bad offsets for some time_based jobs
2022-03-20 Jens Axboeengines/null: use correct -include
2022-03-20 Jens AxboeMerge branch 'master' of https://github.com/jnoc/fio
2022-03-20 Jonathon CarterAdded citation.cff for easy APA/BibTeX citation directl...
2022-03-20 Jens Axboeengines/null: update external engine compilation
2022-03-15 Jens AxboeMerge branch 'flags-fix' of https://github.com/albertof...
2022-03-15 Alberto FariaProperly encode engine flags in thread_data::flags
2022-03-11 Jens Axboet/dedupe: ensure that 'ret' is initialized
2022-03-11 Jens Axboet/dedupe: handle errors more gracefully
2022-03-11 Jens AxboeMerge branch 'fuzz-cleanup' of https://github.com/vince...
2022-03-11 Jens Axboet/io_uring: only enable sync if we have preadv2
2022-03-11 Vincent Fufuzz: avoid building t/fuzz/parse_ini by default
2022-03-11 Jens AxboeMerge branch 'improvement/enable-asan' of https://githu...
2022-03-11 Jens AxboeMerge branch 'improvement/prevent-sigsegv-when-dup...
2022-03-11 Jens AxboeMerge branch 'refactoring/configure' of https://github...
2022-03-11 Jens AxboeMerge branch 'master' of https://github.com/dpronin/fio
2022-03-10 Denis ProninASAN enabling when configuring
2022-03-10 Denis Proninfixed memory leak detected by ASAN
2022-03-10 Denis Proninimprovements in dup_files function
2022-03-10 Denis Proninconfigure script refactoring
2022-03-09 Jens AxboeMerge branch 'master' of https://github.com/dpronin/fio
2022-03-09 Jens AxboeMerge branch 'fix/asan-memleak-forkdata' of https:...
2022-03-09 Jens AxboeMerge branch 'fix/asan-memleak' of https://github.com...
2022-03-09 Denis Pronin- fixed memory leak in parent process detected by ASAN...
2022-03-09 Denis Pronin- fixed memory leak, which is happening when parsing...
2022-03-09 Denis Pronin- freeing job_sections array of strings upon freeing...
2022-03-08 Jens AxboeMerge branch 'master' of https://github.com/dpronin/fio
2022-03-08 Denis Pronin- fixed typo in configure script
2022-03-07 Jens AxboeMakefile: get rid of fortify source
2022-03-07 Jens Axboet/io_uring: add missing CR
2022-03-07 Jens Axboet/io_uring: support using preadv2
2022-03-07 Jens Axboet/io_uring: add support for registering the ring fd
2022-03-07 Jens Axboeio_uring.h: sync with 5.18 kernel bits
2022-03-07 Jens Axboet/io_uring: change fatal map buffers condition with...
2022-03-07 Jens Axboet/io_uring: change map buffers registration opcode
2022-02-26 Jens Axboewindowsaio: open file for write if we have syncs
2022-02-26 Jens AxboeAdd TD_F_SYNCS thread flag
2022-02-24 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2022-02-24 Bart Van AsscheFix three compiler warnings
2022-02-21 Jens Axboeio_uring: use syscall helpers for the hot path
2022-02-21 Jens Axboex86-64: add system call definitions
2022-02-21 Jens Axboeaarch64: add system call definitions
2022-02-20 Jens AxboeMerge branch 'genfio-tempfile' of https://github.com...
2022-02-20 Jens AxboeMerge branch 'spelling' of https://github.com/scop/fio
2022-02-20 Jens AxboeMerge branch 'which-command-v-type-P' of https://github...
2022-02-20 Ville SkyttäSpelling and grammar fixes
2022-02-20 Ville Skyttäci, t, tools: use `command` and `type` instead of ...
2022-02-20 Ville Skyttägenfio: fix temporary file handling
2022-02-18 Jens AxboeMerge branch 'rpma-update-RPMA-engines-with-new-librpma...
2022-02-18 Oksana Salykrpma: update RPMA engines with new librpma completions API
2022-02-18 Lukasz Doraurpma: RPMA engines require librpma>=v0.11.0 with rpma_c...
2022-02-17 Jens AxboeCorrect F_FULLSYNC -> F_FULLFSYNC
2022-02-17 Jens AxboeUse fcntl(..., F_FULLSYNC) if available
2022-02-17 Jens Axboet/io_uring: align buffers correctly on non-4k page...
2022-02-17 Jens Axboet/io_uring: allow non-power-of-2 queue depths
2022-02-16 Jens Axboediskutil: include limits.h for PATH_MAX
2022-02-15 Jens AxboeMerge branch 'check_min_rate_cleanup' of https://github...
2022-02-15 Jens AxboeMerge branch 'rand_nr_bugfix' of https://github.com...
2022-02-15 aggieNick02Fix :<nr> suffix with random read/write causing 0 initi...
2022-02-15 Jens AxboeMerge branch 'fix_bytesrate_eta' of https://github...
2022-02-15 aggieNick02Fix ETA display when rate and/or rate_min are specified
2022-02-15 Vincent Fuci: detect Windows installer build failures
2022-02-14 aggieNick02Cleanup __check_min_rate
2022-02-11 Jens AxboeMerge branch 'fio-docs-ci' of https://github.com/vincen...
2022-02-11 Vincent Fuwindows: update the installer build for renamed files
2022-02-11 Jens AxboeMerge branch 'fio_offload_fixes' of https://github...
2022-02-11 Vincent Fuci: install sphinx packages and add doc building to...
2022-02-11 aggieNick02Fix issues (assert or uninit var, hang) with check_min_...
2022-02-11 Jens AxboeAdd aarch64 cpu clock support
2022-02-11 Jens Axboet/io_uring: avoid unused `nr_batch` warning
2022-02-08 Eric Sandeenfio: really use LDFLAGS when linking dynamic engines
2022-02-04 Vincent FuHOWTO: combine two chunk_size listings into a single one
2022-02-04 Vincent FuHOWTO: combine separate hipri listings into a single one
2022-02-04 Vincent FuHOWTO: combine multiple pool option listings
2022-02-04 Vincent Fudocs: rename HOWTO to HOWTO.rst
2022-02-04 Vincent Fudocs: update Makefile in order to detect build failures
2022-02-04 Vincent Fudocs: document cpumode option for the cpuio ioengine
2022-02-04 Jens Axboet/io_uring: fix warnings for !ARCH_HAVE_CPU_CLOCK
2022-02-04 Niklas Casselstat: make free_clat_prio_stats() safe against NULL
2022-02-03 Jens Axboefio: use correct function declaration for set_epoch_time()
2022-02-03 Jens AxboeMerge branch 'fio_pr_alternate_epoch' of https://github...
2022-02-03 Jens AxboeMerge branch 'cifuzz-integration' of https://github...
next