t/random_seed: use logging module for debug prints
[fio.git] / t /
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-10 Vincent Fut/run-fio-test: fix comment
2023-05-10 Jens Axboet/read-to-pipe-async: remove dead code
2023-04-27 Anuj Guptat/io_uring: avoid null-ptr dereference in case setup_ri...
2023-04-27 Jens Axboet/io_uring: make submitter_init() return < 0 on error
2023-04-20 Vincent Fufio: replace malloc+memset with calloc
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 Xiaoguang Wangt/io_uring: fix max_blocks calculation in nvme passthro...
2023-03-20 Christian Loehlefio: steadystate: allow for custom check interval
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-07 Shin'ichiro Kawasakit/zbd: fix minimum write size to sequential write requi...
2023-03-07 Shin'ichiro Kawasakit/zbd: rename logical_block_size to min_seq_write_size
2023-03-03 Vincent FuMerge branch 'fiologparser-fix' of https://github.com...
2023-02-28 Jens AxboeMerge branch 'doc-Clarify_Runtime_Param' of https:...
2023-02-15 Vincent FuMerge branch 'Read_Stats_Not_Reported_For_Timed_Backlog...
2023-02-14 Shin'ichiro Kawasakit/zbd: add test cases for zone_reset_threshold option
2023-02-14 Shin'ichiro Kawasakizbd: rename the accounting 'sectors with data' to ...
2023-01-31 Vincent Futest: add test for lib/pattern segfault issue
2022-12-16 Vincent Fut/run-fio-tests: relax acceptance criteria for t0008
2022-12-12 Jens Axboet/io_uring: adjust IORING_REGISTER_MAP_BUFFERS value
2022-11-19 Logan Gunthorpetest: add large pattern test
2022-11-18 Shin'ichiro Kawasakit/zbd: add test case to check experimental_verify option
2022-11-18 Shin'ichiro Kawasakit/zbd: remove experimental_verify option from test...
2022-11-18 Shin'ichiro Kawasakit/zbd: add test case to check zone_reset_threshold...
2022-11-18 Shin'ichiro Kawasakit/zbd: modify test case #34 for block size unaligned...
2022-11-18 Shin'ichiro Kawasakit/zbd: fix test case #33 for block size unaligned to...
2022-10-24 Shin'ichiro Kawasakitest: add test for experimental verify with loops and...
2022-10-24 Shin'ichiro Kawasakitest: add test for verify read back of experimental...
2022-10-24 Vincent FuMerge branch 'fix-cpus_allowed' of https://github.com...
2022-10-22 mayuanpengcpus_allowed: use __NRPROCESSORS_CONF instead of __SC_N...
2022-10-16 Dmitry Fomichevt/zbd: add a CLI option to force io_uring
2022-10-16 Dmitry Fomichevt/zbd: fix max_open_zones determination in tests
2022-10-05 Vincent Futest: make t0014.fio time_based
2022-10-05 Vincent Futest: improve run-fio-tests.py file open method
2022-10-05 Vincent Futest: fix t/run-fio-tests.py style issues identified...
2022-10-05 Vincent Futest: add basic tests for trimwrite workloads
2022-10-05 Vincent Futest: fix style issues in run-fio-tests.py
2022-10-05 Vincent Futest: check all offsets touched for randtrimwrite
2022-10-05 Vincent Futest: clean up randtrimwrite test
2022-10-03 Vincent Futest: test job for randtrimwrite
2022-09-28 Jens Axboet/io_uring: get rid of useless read barriers
2022-09-03 Jens Axboet/io_uring: enable support for registered buffers for...
2022-09-03 Jens Axboet/io_uring: properly detect numa nodes for passthrough...
2022-09-01 Jens AxboeMerge branch 'fiopr_compressfixes' of https://github...
2022-09-01 aggieNick02Fix fio silently dropping log entries when using log_co...
2022-09-01 Jens Axboet/io_uring: minor optimizations to IO init fast path
2022-09-01 Jens Axboet/io_uring: take advantage of new io_uring setup flags
2022-09-01 Jens Axboet/io_uring: unify getting of the offset
2022-08-30 Vincent Futest: add tests for lfsr and norandommap
2022-08-29 Vincent Futest: add some tests for seq and rand offsets
2022-08-26 Jens Axboet/io_uring: remove duplicate definition of gettid()
2022-08-26 Vincent Futest: add basic test for io_uring ioengine
2022-08-26 Jens Axboet/io_uring: fix 64-bit cast on 32-bit archs
2022-08-26 Anuj Guptat/io_uring: add support for async-passthru
2022-08-26 Anuj Guptat/io_uring: prep for including engines/nvme.h in t...
2022-08-25 Jens AxboeMerge branch 'master' of https://github.com/kraj/fio
2022-08-25 Khem Rajio_uring: Replace pthread_self with s->tid
2022-08-23 Vincent FuMerge branch 'sigbreak-wait' of github.com:bjpaupor/fio
2022-08-17 Jens AxboeMerge branch 'clarify-io-errors' of https://github...
2022-08-16 Vincent Futest: fix hash for t0016
2022-08-16 Vincent Futest: add latency test using posixaio ioengine
2022-08-09 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio test-tag-2022-08-09
2022-08-07 Vincent Futesting: add test for slat + clat = tlat
2022-08-07 Vincent Futesting: add test for slat + clat = tlat
2022-08-02 Jens AxboeMerge branch 'io_uring-numa'
2022-08-02 Jens Axboet/io_uring: support NUMA placement
2022-07-31 Jens Axboet/io_uring: switch to GiB/sec if numbers get large
2022-06-02 Shin'ichiro Kawasakit/zbd: skip test case #13 when max_open_zones is too...
2022-06-02 Ankit Kumarzbd: Check for direct flag only if its block device
2022-05-29 Jens AxboeMerge branch 'wip-lmy-rados' of https://github.com...
2022-05-28 Vincent Fut/run-fio-tests: improve json data decoding
2022-04-17 Jens AxboeMerge branch 'fix/json/strdup_memory_leak' of https...
2022-04-17 Denis Proninupdated logging of iops1, iops2, ratio in FioJobTest_io...
2022-03-30 Jens AxboeRename 'fallthrough' attribute to 'fio_fallthrough'
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-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 Axboet/io_uring: change fatal map buffers condition with...
2022-03-07 Jens Axboet/io_uring: change map buffers registration opcode
2022-02-21 Jens Axboeio_uring: use syscall helpers for the hot path
2022-02-20 Jens AxboeMerge branch 'genfio-tempfile' of https://github.com...
next