Ankit Kumar (5): fdp: drop expensive modulo operation io_uring_cmd: suppport for trim operation engines/nvme: support for 64 LBA formats engines/io_uring_cmd: add extended LBA support engines/io_uring: fix coverity issue Anuj Gupta (1): t/io_uring: avoid null-ptr dereference in case setup_ring fails Bart Van Assche (4): Detect ASharedMemory_create() support ci: Also test the Android recovery environment zbd: Make an error message more detailed zbd: Report the zone capacity Christian Loehle (1): fio: steadystate: allow for custom check interval Damien Le Moal (1): stat: Fix ioprio print Jens Axboe (21): t/io_uring: avoid truncation of offset on 32-bit builds t/io_uring: use the get_offset() code to retrieve pass-through offset t/io_uring: abstract out init_new_io() helper engines/io_uring: use correct type for fio_nvme_get_info() engines/nvme: cast __u64 to unsigned long long for printing Merge branch 'trim-support' of https://github.com/ankit-sam/fio Only expose fadvise_hint=noreuse if supported Merge branch 'master' of https://github.com/SuhoSon/fio engines/nvme: cache errno value engines/nfs: fix the most egregious style violations io_u: fix bad style Merge branch 'libaio-hang' of https://github.com/lrumancik/fio Merge branch 'libaio-hang' of https://github.com/lrumancik/fio t/io_uring: make submitter_init() return < 0 on error Merge branch 'master' of https://github.com/bvanassche/fio README: remove reference to the bsdio installer t/read-to-pipe-async: remove dead code engines/rdma: remove dead code Merge branch 'master' of https://github.com/huajingyun01/fio io_ur: make sure that sync errors are noticed upfront Fio 3.35 Jingyun Hua (1): Add LoongArch64 support Leah Rumancik (2): engines/libaio: fix io_getevents min/max events arguments engines/io_uring: update getevents max to reflect previously seen events Niklas Cassel (1): Revert "zbd: Report the zone capacity" Vincent Fu (26): steadystate: fix slope calculation for variable check intervals steadystate: add some TODO items docs: clean up steadystate options rand: print out random seeds for debugging init: refactor random seed setting init: get rid of td_fill_rand_seeds_internal init: clean up random seed options t/random_seed: python script to test random seed options test: improve evaluation of t0020.fio and t0021.fio docs: update documentation for randrepeat and allrandrepeat ci: disable __thread support for Windows msys2 build engines: cleanup casts and move memset engines: separate declaration and assignment fio: replace malloc+memset with calloc filesetup: better handle non-uniform distributions ci: add Windows Cygwin and msys2 builds to GitHub Actions ci: work around for GitHub Actions Cygwin sed issue t/run-fio-test: fix comment docs: expand description for interval-based bw and iops statistics ci: stop testing Linux 32-bit builds docs: move rate_cycle description docs: move experimental_verify description docs: document no_completion_thread Revert "ci: stop testing Linux 32-bit builds" ci: fix ups for 32-bit GitHub Actions Linux builds Merge branch 'master' of https://github.com/bvanassche/fio Xiaoguang Wang (1): t/io_uring: fix max_blocks calculation in nvme passthrough mode Yuanchu Xie (2): fio: add support for POSIX_FADV_NOREUSE docs: add noreuse fadvise_hint option suho.son (1): thinktime: Fix missing re-init thinktime when using ramptime