Sign in
◑
Theme
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
axboe
/
fio
/
HEAD
2ef248b
Merge branch 'readme-typo' of github.com:vic233333/fio
by Jens Axboe
· 16 hours ago
master
0ba66fd
README: fix unclosed angle bracket in maintainer email
by Xinchen Shen
· 3 days ago
162e8fb
client: don't send uninitialized data in fio_send_file error replies
by Eric Sandeen
· 4 days ago
6bc57a9
eta: remove now unused done_secs
by Keith Busch
· 11 days ago
6f97f37
eta: cap the ETA at the job's own remaining runtime
by Keith Busch
· 11 days ago
06911c6
backend: don't mark a job as running before it has set up
by Keith Busch
· 11 days ago
e37aa1d
eta: count a job that is setting up as running
by Keith Busch
· 11 days ago
ac6ae48
Merge branch 'inconsistent_parameter_type_in_convert_agg_kbytes_percent' of https://github.com/dennischerchang/fio
by Vincent Fu
· 12 days ago
64a14df
Fix convert_agg_kbytes_percent() inconsistent type between caller
by Dennis Chang
· 3 weeks ago
e333e45
ci: resize image for QEMU tests
by Vincent Fu
· 2 weeks ago
975ea18
Merge branch 'consolidate_commit_call_path' of https://github.com/dennischerchang/fio
by Vincent Fu
· 3 weeks ago
ae35a58
Merge branch 'verify-zero-dump' of https://github.com/sarthak-k/fio
by Vincent Fu
· 4 weeks ago
0a6a43b
Consolidate all caller of io_ops_commit() to call td_io_commit().
by Dennis Chang
· 4 weeks ago
da5d76b
verify: dump the received buffer when zero verify fails
by Sarthak Killedar
· 4 weeks ago
93ab5b9
Merge branch 'reap-signaled-worker-exit-code' of https://github.com/Vladyyy/fio
by Vincent Fu
· 4 weeks ago
f534438
Merge branch 'doc-fix' of https://github.com/Panky-codes/fio
by Vincent Fu
· 4 weeks ago
4bed0c6
doc: change RWF_UNCACHED to RWF_DONTCACHE
by Pankaj Raghav
· 5 weeks ago
a9f011b
t/io_uring_cmd.py: test new bsg features
by Vincent Fu
· 6 weeks ago
be6ff8a
Merge branch 'bsg-update' of https://github.com/ljw8161/fio
by Vincent Fu
· 5 weeks ago
895b267
Merge branch 'gnutls.configure' of https://github.com/bsdkurt/fio
by Vincent Fu
· 5 weeks ago
1a4f9e9
libnfs only requires gnutls on Linux
by Kurt Miller
· 5 weeks ago
6394aa3
engines/io_uring: add read_mode=prefetch for bsg cmd_type
by Jungwon Lee
· 3 months ago
d66a4fe
engines/io_uring: support write_mode=verify for bsg cmd_type
by Jungwon Lee
· 3 months ago
a646e7b
engines/io_uring: add cdb_len option for bsg cmd_type
by Jungwon Lee
· 3 months ago
8ad9a6e
engines/io_uring: drop bsg status parsing from event
by Jungwon Lee
· 8 weeks ago
569d2d8
engines/io_uring: drop unused write_opcode assignment on bsg path
by Jungwon Lee
· 3 months ago
b27fdba
fio: move example job file to examples directory
by Vincent Fu
· 5 weeks ago
890d702
Merge branch 'feat/hipfile-upstream-rebase' of https://github.com/sbates130272/fio
by Vincent Fu
· 5 weeks ago
1de4a3d
Merge branch 'add_copyright' of https://github.com/ljw8161/fio
by Vincent Fu
· 6 weeks ago
da5f6c4
backend: exit non-zero when a job process is killed by a signal
by Vlad Tudose
· 7 weeks ago
306f72b
engines/io_uring: add copyright header to bsg files
by Jungwon Lee
· 7 weeks ago
c76c61b
ci: add a test for OOM issue with large iolog trims
by Vincent Fu
· 8 weeks ago
b384f4d
ci: add Alpine Linux container test platform
by Vincent Fu
· 9 weeks ago
aa079a6
ci: consolidate QEMU FDP and verify-trim tests
by Vincent Fu
· 9 weeks ago
5033304
ci: add t/io_uring_pi.py to QEMU tests
by Vincent Fu
· 9 weeks ago
ca10b7f
ci: switch QEMU jobs to Debian testing
by Vincent Fu
· 9 weeks ago
cd29b7a
ci: drop Ubuntu container test platforms
by Vincent Fu
· 9 weeks ago
39ee70f
ci: update macOS platform from macos-15 to macos-26
by Vincent Fu
· 9 weeks ago
f7d91f9
ci: update platforms for QEMU tests
by Vincent Fu
· 10 weeks ago
852a498
ci: use newer platforms for container tests
by Vincent Fu
· 10 weeks ago
8f7740a
fio: resolve const char * compiler warnings
by Vincent Fu
· 10 weeks ago
dad7f10
fio: fix const char * warning
by Vincent Fu
· 10 weeks ago
cc1875c
ci: switch from Ubuntu 22.04 to 26.04
by Vincent Fu
· 10 weeks ago
f034409
test: drop scheduled tests
by Vincent Fu
· 10 weeks ago
b75f951
Merge branch 'prv-y-verify-bytes-issued' of https://github.com/malikoyv/fio
by Vincent Fu
· 10 weeks ago
fd45a5a
verify: add coverage for experimental replay
by Yehor Malikov
· 10 weeks ago
40dcc0a
init: disable write sequence checking for experimental_verify
by Yehor Malikov
· 10 weeks ago
40cc195
io_ddir: fix -Wsign-compare in io_ddir_name()
by Yehor Malikov
· 10 weeks ago
7f19048
backend: stop experimental verify based on bytes issued, not completed
by Yehor Malikov
· 10 weeks ago
e89f08b
examples/doc: add libhipfile example job files and documentation
by zbyrne
· 5 months ago
67256d4
engines/libhipfile: add ROCm hipFile engine
by zbyrne
· 5 months ago
8e14318
engines/gpuaccel: add per-backend sync flags and backend-scoped state
by zbyrne
· 5 months ago
9ce0653
engines: refactor libcufile.c into a shared gpuaccel layer
by zbyrne
· 5 months ago
179fb9c
parse: use signed format specifier for debug print
by Vincent Fu
· 3 months ago
fd2ed06
Merge branch 'fix-issue-1657' of https://github.com/cenhuil/fio
by Vincent Fu
· 3 months ago
eb15a0d
engines/io_uring: set sync trim flag when async trim fails
by Vincent Fu
· 3 months ago
b0ed309
Merge branch 'master' of github.com:bvanassche/fio
by Jens Axboe
· 3 months ago
9763360
blktrace: fix error handling in merge_blktrace_iologs
by Bart Van Assche
· 3 months ago
af51174
ioengines: record all sync io_u completions under DDIR_SYNC in total_io_u
by Bart Van Assche
· 3 months ago
62b7000
io_ddir: add "syncfs" to io_ddir_name() array
by Bart Van Assche
· 3 months ago
ed3e687
Merge branch 'fix-pending-log-iodepth-assert' of https://github.com/SAY-5/fio
by Jens Axboe
· 3 months ago
81f292f
iolog: size pending log larger than iodepth to avoid log assertion
by Sai Asish Y
· 3 months ago
f80c50d
Merge branch 'fix-issue-1542' of https://github.com/cenhuil/fio
by Jens Axboe
· 3 months ago
855d7e2
t/run-fio-tests: add t/sequence.py
by Vincent Fu
· 3 months ago
2f920a4
Merge branch 'rand_dist' of https://github.com/vadlakondaswetha/fio
by Vincent Fu
· 3 months ago
1629fb0
Implement Sequence Distribution feature with Striding
by vadlakondaswetha
· 4 months ago
360e4d6
Merge branch 'master' of https://github.com/Krien/fio
by Vincent Fu
· 3 months ago
8baa2b4
ci: split ZBD tests across configurations
by Vincent Fu
· 3 months ago
bbbe6c4
ci: split 16-bit Guard PI QEMU tests
by Vincent Fu
· 3 months ago
ebf4b46
io_uring: add support for zone appends when using ZBD
by Krijn Doekemeijer
· 4 months ago
77cdf89
io_uring: add fio_ioring_cmd_finish_zone when using uring_cmd
by Krijn Doekemeijer
· 4 months ago
079a590
parse: ignore leading minus sign when splitting options
by Huilin Cen
· 3 months ago
954d049
server: reap child processes on SIGINT to prevent assertion crash
by Huilin Cen
· 3 months ago
d72bcf7
t/io_uring_cmd: better default for fio executable
by Vincent Fu
· 3 months ago
a77cf8f
t/io_uring_cmd: add a writefua/readfua test
by Vincent Fu
· 3 months ago
4536e5f
t/io_uring_cmd: support more cmd_types
by Vincent Fu
· 3 months ago
eccc3af
t/io_uring_cmd: rename from t/nvmept.py
by Vincent Fu
· 3 months ago
7d34d16
engines/io_uring: add missing curly braces
by Vincent Fu
· 3 months ago
bdb1265
Merge branch 'upstream-io_uring-bsg' of https://github.com/ljw8161/fio
by Vincent Fu
· 3 months ago
d77ed2b
engines/io_uring: Add bsg support for io_uring_cmd engine
by Jungwon Lee
· 4 months ago
366c41d
engines/sg: extract BE accessor helpers into shared sg.h
by Kyoungrul Kim
· 3 months ago
97de713
engines/io_uring: Separate NVMe-specific logic
by Jungwon Lee
· 4 months ago
2c69e8e
test: run QEMU tests on push and pull request
by Vincent Fu
· 3 months ago
706fa69
t/nvmept_pi: improve default fio executable
by Vincent Fu
· 3 months ago
fb5b6ae
Merge branch 'pr-speed-up-norandommap-read-bw' of https://github.com/malikoyv/fio
by Vincent Fu
· 3 months ago
19a6a29
engines/io_uring: code style tweak
by Jens Axboe
· 3 months ago
8c3d606
Merge branch 'opt/register-ring-fd' of https://github.com/calebsander/fio
by Jens Axboe
· 3 months ago
cdfab68
io_uring: try to register ring fd
by Caleb Sander Mateos
· 3 months ago
1dd13a5
io_uring: consolidate fio_ioring{,_cmd}_post_init()
by Caleb Sander Mateos
· 3 months ago
0c7ce67
io_uring: consolidate fio_ioring{,_cmd}_queue_init()
by Caleb Sander Mateos
· 3 months ago
d8380ab
Merge branch 'fix/trim-with-do-verify-0' of https://github.com/minwooim/fio
by Vincent Fu
· 3 months ago
bd11387
ci: skip new write uncorrectable tests on QEMU
by Vincent Fu
· 3 months ago
60274d9
t/nvmept_write_mode: improve formatting
by Vincent Fu
· 3 months ago
24520ef
t/nvmept_write_mode: check verify job
by Vincent Fu
· 3 months ago
c06c2f3
t/nvmept_write_mode: check write mode splits
by Vincent Fu
· 3 months ago
b2c0430
verify: debug print for verifying write zeroes
by Vincent Fu
· 3 months ago
5549d6a
engines/io_uring_cmd: debug print for write mode
by Vincent Fu
· 3 months ago
e103dce
Merge branch 'io_uring/multiple-write-modes' of https://github.com/minwooim/fio
by Vincent Fu
· 3 months ago
c0e4b6e
iolog: fix io_piece leak on overlapping in-flight writes
by Yehor Malikov
· 3 months ago
94cc642
verify: fix verify starvation with norandommap
by Yehor Malikov
· 3 months ago
Next »