fio.git
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...
2023-02-28 Jens AxboeMerge branch 'master' of https://github.com/Cuelive/fio
2023-02-28 Cueliveblktrace: fix compilation error on the uos system
2023-02-27 HorshackFix "verify bad_hdr rand_seed" for requeued I/Os
2023-02-24 Vincent FuMerge branch 'master' of https://github.com/bvanassche/fio
2023-02-22 Bart Van Asschezbd: Make an error message more detailed
2023-02-22 Bart Van Asschezbd: Report the zone capacity
2023-02-22 Bart Van Asscheio_u: Add a debug message in fill_io_u()
2023-02-22 Alexander Patrakovfix fiologparser.py to work with new logging format
2023-02-21 Jens AxboeMerge branch 'Verify_Bad_Hdr_Rand_Seed_Mult_Workload_It...
2023-02-20 Vincent Fuconfigure: restore dev-dax and libpmem
2023-02-18 HorshackBad header rand_seed with time_based or loops with...
2023-02-18 Horshackioengines.c:346: td_io_queue: Assertion `res == 0'...
2023-02-18 Ankit Kumarbackend: fix runtime when used with thinktime
2023-02-17 Vincent FuMerge branch 'remove_pmemblk_engine' of github.com...
2023-02-17 Vincent Fufilesetup: don't skip flags for trim workloads
2023-02-17 Jens AxboeGet rid of O_ATOMIC
2023-02-17 Vincent Fuiolog: handle trim commands when reading iologs
2023-02-17 osalykpmemblk: remove pmemblk engine
2023-02-15 Vincent FuMerge branch 'Read_Stats_Not_Reported_For_Timed_Backlog...
2023-02-14 Vincent Fuexamples: update nbd.fio fiograph diagram
2023-02-14 Richard W.M... examples: Small updates to nbd.fio
2023-02-14 Shin'ichiro... t/zbd: add test cases for zone_reset_threshold option
2023-02-14 Shin'ichiro... zbd: initialize valid data bytes accounting at file...
2023-02-14 Shin'ichiro... zbd: check write ranges for zone_reset_threshold option
2023-02-14 Shin'ichiro... zbd: account valid data bytes only for zone_reset_thres...
2023-02-14 Shin'ichiro... doc: fix unit of zone_reset_threshold and relation...
2023-02-14 Shin'ichiro... zbd: rename the accounting 'sectors with data' to ...
2023-02-14 Shin'ichiro... zbd: remove CHECK_SWD feature
2023-02-14 Shin'ichiro... zbd: refer file->last_start[] instead of sectors with...
2023-02-14 HorshackRead stats for backlog verifies not reported for time...
2023-02-10 Vincent FuMerge branch 'msg-Modify_QD_Sync_Warning_For_offload...
2023-02-09 HorshackSuppress sync engine QD > 1 warning if io_submit_mode...
2023-02-09 Jens AxboeMerge branch 'Offload_Segfault_Write_Log' of https...
2023-02-09 HorshackSIGSEGV / Exit 139 when write_iolog used with io_submit...
2023-02-07 Vincent Fuioengines: clarify FIO_RO_NEEDS_RW_OPEN flag
2023-02-07 Vincent Fuengines/libzbc: for read workloads always open devices...
2023-02-07 Vincent FuRevert "engines/libzbc: set FIO_RO_NEEDS_RW_OPEN engine...
2023-02-06 Jens Axboeengines/libzbc: set FIO_RO_NEEDS_RW_OPEN engine flag
2023-02-06 Jens AxboeMerge branch 'perf-Avoid_Clock_Check_For_No_Rate_Check...
2023-02-06 HorshackImprove IOPs 50% by avoiding clock sampling when rate...
2023-02-03 Vincent Fufio: add FIO_RO_NEEDS_RW_OPEN ioengine flag
2023-02-03 Vincent FuMerge branch 'master' of https://github.com/horshack...
2023-02-03 HorshackAdd -replay_skip support for fio-generated I/O logs
2023-01-31 Vincent Fulib/pattern: fix formatting
2023-01-31 Vincent Futest: add test for lib/pattern segfault issue
next