t/nvmept_trim: increase transfer size for some tests
[fio.git] / t /
15 hours ago Vincent Fut/nvmept_trim: increase transfer size for some tests master
39 hours ago Vincent Fut/nvmept_streams: test NVMe streams support
39 hours ago Vincent Fut/nvmept_fdp.py: test script for FDP
7 days ago Chana-Zaks-wdctest: add test for readwrite issue
8 days ago Jens Axboet/io_uring: only calculate per-file depth if we have...
2024-03-22 Vincent FuMerge branch 'issue-1735' of https://github.com/yygcode/fio
2024-03-21 Vincent Fut/run-fio-tests: restrict t0031 to Linux only
2024-03-21 Shin'ichiro Kawasakitest: add the test for regrow logs with asynchronous...
2024-03-20 Vincent Fut/jobs/t0030: add test for --bandwidth-log option
2024-03-20 Vincent Fut/fiotestlib: pass command-line options to FioJobFileTest
2024-03-07 Vincent Fut/nvmept_pi: add support for xNVMe ioengine
2024-03-07 Vincent Fut/nvmept_pi: drop JSON output for error cases
2024-03-05 Avri Altmant/jobs: Fix a typo in jobs 23 & 24
2024-03-05 Avri Altmant/jobs: Rename test job 15
2024-03-05 Avri Altmant/jobs: Further clarify regression test 7
2024-02-22 Jens AxboeMerge branch 'fix-tests-cfi' of https://github.com...
2024-02-22 Miko Larssont/io_uring: use char * for name arg in detect_node
2024-02-22 Miko Larssont/io_uring: include libgen.h
2024-02-15 Vincent Fut/run-fio-tests: add t/nvmept_trim.py
2024-02-15 Vincent Fut/nvmept_trim.py: test multi-range trim
2024-02-15 Jens Axboet/io_uring: pre-calculate per-file depth
2024-02-15 Jens Axboet/io_uring: account and ignore IO errors
2024-02-14 Shin'ichiro Kawasakitest: add the test for loops option and read-verify...
2024-02-12 Jens AxboeMerge branch 'vsock' of https://github.com/MPinna/fio
2024-02-08 Vincent FuMerge branch 'fix-offset' of https://github.com/onkrasn...
2024-02-07 Dmitry Fomichevt/zbd: add -s option to test-zbd-support script
2024-02-07 Dmitry Fomichevt/zbd: check device for unrestricted read support
2024-01-25 Jens Axboet/io_uring: remove dma map option
2023-12-29 Vincent Fut/strided: check_result() has no return value
2023-12-29 Vincent Fut/strided: call parent class check_result()
2023-12-29 Vincent Fut/random_seed: call parent class check_result()
2023-12-27 Vincent Fut/nvmept: call parent class check_result()
2023-12-20 Shin'ichiro Kawasakit/zbd: add test case to confirm no write with rwmixwrit...
2023-11-07 Vincent Fut/jobs/t0012.fio: make this job time_based
2023-10-13 Shin'ichiro Kawasakit/zbd: avoid test case 45 failure
2023-09-26 Shin'ichiro Kawasakit/zbd: set mq-deadline scheduler to device-mapper desti...
2023-08-14 Vincent Fut/nvmept_pi: test script for protection information
2023-08-14 Vincent Fut/fiotestlib: use config variable to skip test at runtime
2023-08-02 Vincent Fut/fiotestlib: make recorded command prettier
2023-08-02 Vincent Fut/nvmept: fix typo
2023-07-27 Jens AxboeMerge branch 'diskutil-fix-missing-headers' of https...
2023-07-20 Dmitry Fomichevt/zbd: add max_active configs to run-tests-against...
2023-07-20 Dmitry Fomichevt/zbd: fix null_blk configuration in run-tests-against...
2023-07-20 Shin'ichiro Kawasakit/zbd: add missing prep_write for test cases with write...
2023-07-20 Shin'ichiro Kawasakit/zbd: fix fio failure check and SG node failure in...
2023-07-20 Shin'ichiro Kawasakit/zbd: get max_open_zones from sysfs
2023-07-20 Shin'ichiro Kawasakit/zbd: add test case to check max_active_zones limit...
2023-07-20 Shin'ichiro Kawasakit/zbd: add test case to check zones in closed condition
2023-07-20 Shin'ichiro Kawasakit/zbd: add max_active_zone variable
2023-07-20 Shin'ichiro Kawasakit/zbd: add close_zone helper function
2023-07-05 Vincent Fut/nvmept: add trim test with ioengine options enabled
2023-07-05 Vincent Fut/nvmept: add check for iodepth
2023-07-03 Jens AxboeMerge branch 'improvement/fix-warnings-if-NDEBUG-enable...
2023-07-03 Jens AxboeMerge branch 'libaio/actual_min_algo_update' of https...
2023-06-08 Shin'ichiro Kawasakit/zbd: test write zone accounting of trim workload
2023-06-08 Shin'ichiro Kawasakit/zbd: test write zone accounting of almost full zones
2023-06-08 Shin'ichiro Kawasakit/zbd: reset zones before tests with max_open_zones...
2023-06-08 Vincent Fut/strided: increase minumum recommended size to 64MiB
2023-06-08 Vincent Fut/strided: adapt to use fiotestlib
2023-06-08 Vincent Fut/fiotestlib: add ability to ingest iops logs
2023-06-08 Vincent Fut/nvmept: adapt to use fiotestlib
2023-06-08 Vincent Fut/readonly: adapt to use fiotestlib
2023-06-08 Vincent Fut/random_seed: fixes from pylint
2023-06-08 Vincent Fut/random_seed: use methods provided in fiotestlib to...
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
next