fio.git
2022-01-17 Damien Le Moalinit: do not create lat logs when not needed
2022-01-10 Niklas Casselstat: remove unnecessary bool parameter to sum_thread_s...
2022-01-10 Jens Axboeengines/io_uring: don't set CQSIZE clamp unconditionally
2021-12-23 Jens AxboeMerge branch 'github-actions-i686' of https://github...
2021-12-23 Vincent Fut/io_uring: fix help defaults for aio and random_io
2021-12-23 Vincent Fut/io_uring: fix 32-bit build warnings
2021-12-19 Vincent FuRevert "ci: temporarily remove linux-i686-gcc build"
2021-12-19 Vincent Fuci: workaround for problem with i686 builds
2021-12-18 Jens AxboeFio 3.29 fio-3.29
2021-12-18 Jens Axboestat: code cleanup and leak free
2021-12-15 Niklas Casselstat: sum sync_stat before reassigning bool first
2021-12-14 Shin'ichiro... t/zbd: Avoid inappropriate blkzone command call in...
2021-12-14 Damien Le Moalzbd: introduce zbd_offset_to_zone() helper
2021-12-14 Damien Le Moalzbd: rename get_zone()
2021-12-14 Damien Le Moalzbd: rename zbd_zone_idx() and zbd_zone_nr()
2021-12-14 Damien Le Moalzbd: simplify zbd_open_zone()
2021-12-14 Damien Le Moalzbd: simplify zbd_close_zone()
2021-12-14 Damien Le Moalzbd: fix code style issues
2021-12-14 Damien Le Moalzbd: introduce zbd_zone_align_file_sizes() helper
2021-12-14 Damien Le Moalzbd: remove is_zone_open() helper
2021-12-14 Damien Le Moalzbd: move and cleanup code
2021-12-14 Damien Le Moalzbd: define local functions as static
2021-12-14 Damien Le Moalfio: Improve documentation of ignore_zone_limits option
2021-12-14 Niklas Casselci: use macos 11 in virtual environment
2021-12-14 Niklas Casselci: temporarily remove linux-i686-gcc build
2021-12-10 Jens AxboeMerge branch 'github-actions' of https://github.com...
2021-12-10 Damien Le Moalioengines: libzbc: disable libzbc block backend driver
2021-12-06 Jens AxboeMerge branch 'arm-detect-pmull' of https://github.com...
2021-12-06 Sitsofe Wheeleros: detect PMULL support before enabling accelerated...
2021-12-03 Vincent Fulibfio: drop unneeded reset of rwmix_issues
2021-12-03 Vincent Fuio_ddir: return appropriate string for DDIR_INVAL
2021-12-03 Niklas Casselfilesetup: create zbd_info before jumping to done label
2021-11-25 Niklas Casselstat: make add lat percentile functions inline
2021-11-25 Niklas Casselstat: simplify add_lat_percentile_prio_sample()
2021-11-25 Niklas Casselstat: rename add_lat_percentile_sample_noprio()
2021-11-25 Niklas Casselstat: rename add_lat_percentile_sample()
2021-11-25 Niklas Casselstat: add comments describing the quirky behavior of...
2021-11-25 Niklas Casseldocs: document quirky implementation of per priority...
2021-11-24 Jens AxboeMerge branch 'fix-parse-sync-file-range' of https:...
2021-11-24 Oleg Latinparse: handle comma-separated options
2021-11-21 Jens Axboet/dedupe: style fixups
2021-11-21 Jens Axboet/io_uring: fix 32-bit compile warnings
2021-11-21 Jens AxboeMerge branch 'dedupe_and_compression' of https://github...
2021-11-21 Bar Davidfio-dedup: adjusted the binary to support compression
2021-11-21 Bar DavidMixed dedup and compression
2021-11-20 Jens AxboeSync io_uring header with the kernel
2021-11-20 Jens Axboeio_uring: clamp CQ size to SQ size
2021-11-19 Jens Axboet/io_uring: add -R option for random/sequential IO
2021-11-19 Jens Axboet/io_uring: use internal random generator
2021-11-18 Damien Le Moalfio: Introduce the log_entries option
2021-11-17 Gwendal GrignouMakefile: Fix android compilation
2021-11-12 Jens AxboeMerge branch 'jf_readme_typo' of https://github.com...
2021-11-12 Niklas Cassellibaio,io_uring: make it possible to cleanup cmdprio...
2021-11-12 Niklas Casselcmdprio: add mode to make the logic easier to reason...
2021-11-12 Niklas Cassellibaio,io_uring: move common cmdprio_prep() code to...
2021-11-12 Niklas Cassellibaio,io_uring: rename prio_prep() to include cmdprio...
2021-11-12 Niklas Casselio_uring: set async IO priority to td->ioprio in fio_io...
2021-11-12 Niklas Casselcmdprio: do not allocate memory for unused data direction
2021-11-12 Niklas Casselcmdprio: move cmdprio function definitions to a new...
2021-11-12 Niklas Casseldocs: update cmdprio_percentage documentation
2021-11-12 Jean-Francois... Small typo fix
2021-11-08 Niklas Casselstat: create a init_thread_stat_min_vals() helper
2021-10-25 Jens AxboeMerge branch 'evelu-peak' of https://github.com/ErwanAl...
2021-10-25 Erwan Velut/one-core-peak: Don't report errors if missing NVME...
2021-10-25 Erwan Velut/io_uring: Fixing typo in help message
2021-10-25 Erwan Velut/one-core-peak: Reporting SElinux status
2021-10-22 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2021-10-21 Bart Van AsscheAndroid: Add io_uring support
2021-10-19 Jens AxboeMerge branch 'patch-1' of https://github.com/sweettea/fio
2021-10-19 Sweet Tea Dorminyt/fuzz: Clean up generated dependency makefiles
2021-10-19 Jens AxboeMerge branch 'fixes_1290' of https://github.com/rthardi...
2021-10-19 Ryan HardinUse min_bs in rate_process=poisson
2021-10-17 Vincent Furun-fio-tests: make test runs more resilient
2021-10-17 Shin'ichiro... t/zbd: Add -w option to ensure no open zone before...
2021-10-17 Shin'ichiro... t/zbd: Align block size to zone capacity
2021-10-17 Shin'ichiro... t/zbd: Do not use too large block size in test case #4
2021-10-17 Shin'ichiro... zbd: Fix type of local variable min_bs
2021-10-17 Shin'ichiro... zbd: Remove cast to unsigned long long for printf
2021-10-16 Rebecca Cranengines/http.c: add fallthrough annotation to _curl_trace
2021-10-15 Pankaj Raghavt/io_uring: Fix the parameters calculation for multiple...
2021-10-14 Jens AxboeMerge branch 'evelu-typo' of https://github.com/ErwanAl...
2021-10-14 Erwan Velut/io_uring: Fixing typo
2021-10-14 Jens Axboet/io_uring: include a maximum IOPS seen when exiting
2021-10-13 Jens Axboet/io_uring: don't append 'K' to IOPS if we don't divide...
2021-10-13 Jens Axboet/io_uring: update for new DMA map buffers API
2021-10-12 Jens Axboet/io_uring: add test support for pre mapping DMA buffers
2021-10-12 Jens Axboet/io_uring: fix silly identical branch error
2021-10-12 Jens AxboeMerge branch 'evelu-onecore' of https://github.com...
2021-10-12 Jens Axboet/io_uring: show IOPS in increments of 1000 IOPS if...
2021-10-12 Erwan Velut/one-core-peak: Improving check_sysblock_value error...
2021-10-12 Jens AxboeMerge branch 'windows-res' of https://github.com/bjpaup...
2021-10-12 Brandon PauporeQuery Windows clock frequency and use reported max
2021-10-11 Jens Axboeio_u: don't attempt to requeue for full residual
2021-10-09 Jens Axboet/io_uring: fix latency stats for depth == 1
2021-10-07 Jens AxboeMerge branch 'evelu-ocp' of https://github.com/ErwanAli...
2021-10-07 Erwan Velut/io_uring: Add -r option to control the runtime
2021-10-07 Erwan Velut/one-core-peak: Reporting RETPOLINE & PAGE_TABLE_ISOLATION
2021-10-06 Erwan Velut/one-core-peak: Reporting kernel cmdline
2021-10-06 Erwan Velut/one-core-peak: Reporting BLK_WBT_MQ
2021-10-06 Erwan Velut/one-core-peak: Reporting BLK_CGROUP
next