fio.git
2023-06-08 Vincent Fut/random_seed: use logging module for debug prints
2023-06-08 Vincent Fut/fiotestlib: add class for command-line fio job
2023-06-08 Vincent Fut/fiotestlib: record test command in more useful format
2023-06-08 Vincent Fut/fiotestlib: rearrange constructor and setup steps
2023-06-08 Vincent Fut/fiotestlib: use f-string for formatting
2023-06-08 Vincent Fut/fiotestlib: use 'with' for opening files
2023-06-08 Vincent Fut/fiotestlib: use dictionaries for filenames and paths
2023-06-08 Vincent Fut/run-fio-tests: move get_file outside of FioJobFileTest
2023-06-08 Vincent Fut/run-fio-tests: rename FioJobTest to FioJobFileTest
2023-06-08 Vincent Fut/run-fio-tests: split source file
2023-06-01 Vincent Fut/run-fio-tests: address issues identified by pylint
2023-06-01 Vincent Fut/run-fio-tests: integrate t/nvmept.py
2023-06-01 Vincent Fut/nvmept.py: test script for io_uring_cmd NVMe pass...
2023-05-27 Vincent Fuci: disable tls for msys2 builds
2023-05-24 Vincent Fuci: upload tagged GitHub Actions Windows installers...
2023-05-24 Vincent Fuci: stop using AppVeyor for Windows builds
2023-05-23 Jens AxboeFio 3.35 fio-3.35
2023-05-23 Vincent FuMerge branch 'master' of https://github.com/bvanassche/fio
2023-05-22 Bart Van Asschezbd: Report the zone capacity
2023-05-20 Jens Axboeio_ur: make sure that sync errors are noticed upfront
2023-05-19 Bart Van Asschezbd: Make an error message more detailed
2023-05-19 Jens AxboeMerge branch 'master' of https://github.com/huajingyun0...
2023-05-19 Jingyun HuaAdd LoongArch64 support
2023-05-18 Vincent Fuci: fix ups for 32-bit GitHub Actions Linux builds
2023-05-18 Vincent FuRevert "ci: stop testing Linux 32-bit builds"
2023-05-17 Vincent Fudocs: document no_completion_thread
2023-05-17 Vincent Fudocs: move experimental_verify description
2023-05-17 Vincent Fudocs: move rate_cycle description
2023-05-16 Ankit Kumarengines/io_uring: fix coverity issue
2023-05-15 Vincent Fuci: stop testing Linux 32-bit builds
2023-05-15 Ankit Kumarengines/io_uring_cmd: add extended LBA support
2023-05-15 Ankit Kumarengines/nvme: support for 64 LBA formats
2023-05-11 Vincent Fudocs: expand description for interval-based bw and...
2023-05-10 Vincent Fut/run-fio-test: fix comment
2023-05-10 Jens Axboeengines/rdma: remove dead code
2023-05-10 Jens Axboet/read-to-pipe-async: remove dead code
2023-05-10 Jens AxboeREADME: remove reference to the bsdio installer
2023-04-27 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2023-04-27 Bart Van Asscheci: Also test the Android recovery environment
2023-04-27 Bart Van AsscheDetect ASharedMemory_create() support
2023-04-27 Anuj Guptat/io_uring: avoid null-ptr dereference in case setup_ri...
2023-04-27 Vincent Fuci: work around for GitHub Actions Cygwin sed issue
2023-04-27 Vincent Fuci: add Windows Cygwin and msys2 builds to GitHub Actions
2023-04-27 Jens Axboet/io_uring: make submitter_init() return < 0 on error
2023-04-27 Niklas CasselRevert "zbd: Report the zone capacity"
2023-04-20 Vincent Fufilesetup: better handle non-uniform distributions
2023-04-20 Vincent Fufio: replace malloc+memset with calloc
2023-04-20 Vincent Fuengines: separate declaration and assignment
2023-04-20 Vincent Fuengines: cleanup casts and move memset
2023-04-20 Vincent Fuci: disable __thread support for Windows msys2 build
2023-04-13 Vincent Fudocs: update documentation for randrepeat and allrandrepeat
2023-04-13 Vincent Futest: improve evaluation of t0020.fio and t0021.fio
2023-04-13 Vincent Fut/random_seed: python script to test random seed options
2023-04-13 Vincent Fuinit: clean up random seed options
2023-04-13 Vincent Fuinit: get rid of td_fill_rand_seeds_internal
2023-04-13 Vincent Fuinit: refactor random seed setting
2023-04-13 Vincent Furand: print out random seeds for debugging
2023-04-13 Xiaoguang Wangt/io_uring: fix max_blocks calculation in nvme passthro...
2023-04-10 Jens AxboeMerge branch 'libaio-hang' of https://github.com/lruman...
2023-04-10 Leah Rumancikengines/io_uring: update getevents max to reflect previ...
2023-04-07 Jens AxboeMerge branch 'libaio-hang' of https://github.com/lruman...
2023-04-07 Leah Rumancikengines/libaio: fix io_getevents min/max events arguments
2023-04-04 Jens Axboeio_u: fix bad style
2023-04-04 Jens Axboeengines/nfs: fix the most egregious style violations
2023-04-04 Jens Axboeengines/nvme: cache errno value
2023-04-04 Jens AxboeMerge branch 'master' of https://github.com/SuhoSon/fio
2023-03-31 Jens AxboeOnly expose fadvise_hint=noreuse if supported
2023-03-31 Yuanchu Xiedocs: add noreuse fadvise_hint option
2023-03-31 Yuanchu Xiefio: add support for POSIX_FADV_NOREUSE
2023-03-31 suho.sonthinktime: Fix missing re-init thinktime when using...
2023-03-27 Jens AxboeMerge branch 'trim-support' of https://github.com/ankit...
2023-03-24 Ankit Kumario_uring_cmd: suppport for trim operation
2023-03-24 Ankit Kumarfdp: drop expensive modulo operation
2023-03-21 Jens Axboeengines/nvme: cast __u64 to unsigned long long for...
2023-03-21 Jens Axboeengines/io_uring: use correct type for fio_nvme_get_info()
2023-03-20 Vincent Fudocs: clean up steadystate options
2023-03-20 Vincent Fusteadystate: add some TODO items
2023-03-20 Vincent Fusteadystate: fix slope calculation for variable check...
2023-03-20 Christian Loehlefio: steadystate: allow for custom check interval
2023-03-15 Damien Le Moalstat: Fix ioprio print
2023-03-14 Jens Axboet/io_uring: abstract out init_new_io() helper
2023-03-14 Jens Axboet/io_uring: use the get_offset() code to retrieve pass...
2023-03-14 Jens Axboet/io_uring: avoid truncation of offset on 32-bit builds
2023-03-14 Jens AxboeFio 3.34 fio-3.34
2023-03-07 Shin'ichiro... t/zbd: fix minimum write size to sequential write requi...
2023-03-07 Shin'ichiro... t/zbd: rename logical_block_size to min_seq_write_size
2023-03-03 Jens AxboeMerge branch 'For_Each_Td_Private_Scope' of https:...
2023-03-03 Jens AxboeMerge branch 'Fix_calc_thread_status_ramp_time_check...
2023-03-03 HorshackRefactor for_each_td() to catch inappropriate td ptr...
2023-03-03 HorshackFix --bandwidth-log segmentation fault when numjobs...
2023-03-03 Vincent FuMerge branch 'fiologparser-fix' of https://github.com...
2023-02-28 Vincent Fuexamples: add fiograph diagram for uring-cmd-fdp.fio
2023-02-28 Vincent Fufdp: change the order of includes to fix Windows build...
2023-02-28 Jens AxboeMerge branch 'doc-Clarify_Runtime_Param' of https:...
2023-02-28 HorshackClarify documentation for runtime parameter
2023-02-28 Jens AxboeRevert "ioengines.c:346: td_io_queue: Assertion `res...
2023-02-28 Jens Axboefdp: cleanup init
2023-02-28 Keith Buschfio: add fdp support for io_uring_cmd nvme engine
2023-02-28 Jens AxboeMerge branch 'Fix_Assert_TdIoQueue_Serialize_Overlap_Of...
2023-02-28 Jens AxboeMerge branch 'Fix_Bad_Hdr_Rand_Seed_For_Requeued_IO...
next