Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
fio
/
cc62ea704e4de10eb595b551f29af41266cf225d
cc62ea7
Fix a few other static code checker spotted "issues"
by Jens Axboe
· 13 years ago
e721c57
Fixup a few items spotted by a static code checker
by Jens Axboe
· 13 years ago
a734681
Add gettime.h
by Jens Axboe
· 13 years ago
a3efc91
Move variables to backend, fix up line spaces
by Jens Axboe
· 13 years ago
2e1df07
Move some code around to better separate front/backend
by Jens Axboe
· 13 years ago
783a3eb
Move gtod thread to gettime.c
by Jens Axboe
· 13 years ago
bcdf7c5
Install man page in /usr/share/man by default on OSX
by Jens Axboe
· 13 years ago
2f2c692
stat: fix typo
by Jens Axboe
· 13 years ago
19d3e96
stat: NaN fixes
by Jens Axboe
· 13 years ago
6b1190f
Enable completion latency stat collection on verify
by Steven Lang
· 13 years ago
9a2a86d
Optimize pattern verify
by Steven Lang
· 13 years ago
3f36aa6
Fio 2.0.3
by Jens Axboe
· 13 years ago
8695036
Add regression test job file for commit 52c58027
by Jens Axboe
· 13 years ago
9a20162
Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
by Jens Axboe
· 13 years ago
ecc35cf
Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
by Jens Axboe
· 13 years ago
52c5802
Fail if we can't satisfy the minimum block size
by Jens Axboe
· 13 years ago
0c4ce7c
mac: remove unused timer_create()
by Jens Axboe
· 13 years ago
5bd9c78
Use CLOCK_MONOTONIC if we can
by Jens Axboe
· 13 years ago
6914f59
Avoid divide-by-zero for disk util on 0 msec runtime
by Jens Axboe
· 13 years ago
efcd9dc
Optimize pattern filling by limiting small calls to memcpy
by Steven Lang
· 13 years ago
07d91f3
Fio 2.0.2
by Jens Axboe
· 13 years ago
81f0366
Reenable io_u->buf_filled_len optimization
by Jens Axboe
· 13 years ago
ceadd59
Make random map allocation more resilient
by Jens Axboe
· 13 years ago
40c5db3
windowsaio: style fixes
by Jens Axboe
· 13 years ago
1e42cc3
windowsaio: fix file offset bug
by Bruce Cran
· 13 years ago
85af579
Keep reducing jobs on ENOMEM for shmget()
by Jens Axboe
· 13 years ago
79d7310
Fix bad types for mac blockdev_size()
by Jens Axboe
· 13 years ago
0e280ee
Grow file num_maps to unsigned long
by Jens Axboe
· 13 years ago
0329ecd
Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
by Jens Axboe
· 13 years ago
422f9e4
Fix thread hang when using async engines (libaio,etc.) when too low of a iops rate is specified.
by Ryan Marchand
· 13 years ago
ed33585
implement zoned random I/O testing support
by Steven Noonan
· 13 years ago
e4413f0
fix early termination of runs caused by ramp_time > runtime
by Steven Noonan
· 13 years ago
7d9f80c
Fio 2.0.1
by Jens Axboe
· 13 years ago
23a7b04
Fix a man page typo
by Zhu Yanhai
· 13 years ago
781cf4f
windows: use SYSTEMDRIVE instead of hard-coding C:
by Bruce Cran
· 13 years ago
9b98606
Fix segfault with net io engine and no file/hostname given
by Jens Axboe
· 13 years ago
991802b
fix net engine client read server write bug
by Yufei Ren
· 13 years ago
d98cd22
Fio 2.0
by Jens Axboe
· 13 years ago
531a632
Remove debug/broken assert() in the IOPS logging code
by Jens Axboe
· 13 years ago
169d40e
Fio 1.99.13
by Jens Axboe
· 13 years ago
7fb28d3
Only log the period mean if we have samples
by Jens Axboe
· 13 years ago
b8bc8cb
Add log_avg_msec option
by Jens Axboe
· 13 years ago
599e72b
Use the reentrant getmntent_r instead of getmntent
by Zhu Yanhai
· 13 years ago
8a32205
Fix initialization of lastrate when using ratemin
by Josh Carter
· 13 years ago
0684202
Expand continue_on_error to select which type of error to allow
by Steven Lang
· 13 years ago
184b409
Fix parsing of ioengine strings
by Steven Lang
· 13 years ago
468a947
Fio 1.99.12
by Jens Axboe
· 13 years ago
1647f59
Fix crash when attempting to dupe options
by Jens Axboe
· 13 years ago
160c715
Update examples/netio to new option format
by Jens Axboe
· 13 years ago
b25b86b
Fio 1.99.11
by Jens Axboe
· 13 years ago
de890a1
Private parameters for ioengines
by Steven Lang
· 13 years ago
1b8dbf2
Improve accuracy of rate= option
by Steven Lang
· 13 years ago
75db6e2
Usage typo
by Jens Axboe
· 13 years ago
823ba54
Fix big endian build
by Anton Blanchard
· 13 years ago
d0c814e
Cleanup option keyword/environment substitution
by Steven Lang
· 13 years ago
2b7c46b
Fio 1.99.10
by Jens Axboe
· 13 years ago
d7ee2a7
Fix segfault with verify_async
by Steven Lang
· 13 years ago
ef71e31
Make verify_dump off by default
by Jens Axboe
· 13 years ago
0dce9bc
Add core for verify_dump option
by Steven Lang
· 13 years ago
7686762
server: cleanup fio_server_parse_string()
by Jens Axboe
· 13 years ago
660a2bf
server: document fio_server_parse_string()
by Jens Axboe
· 13 years ago
811826b
client/server: IPv6 support
by Jens Axboe
· 13 years ago
cf00f97
Fix io_u->buf calculation overflow
by Jens Axboe
· 13 years ago
2341a37
Fix clat latency terse output
by Keplar kramer
· 13 years ago
61d2407
Fio 1.99.9
by Jens Axboe
· 13 years ago
18320cf
Turn old debug printf() into a proper log_err()
by Jens Axboe
· 13 years ago
9f17069
Fix klibc getopt_long_only() for optional arguments
by Jens Axboe
· 13 years ago
203913e
Fix OSX build
by Bruce Cran
· 13 years ago
cc60438
Fix printf() being used instead of log_info()
by Bruce Cran
· 13 years ago
3d7cd9b
Fix error in disk util stats for terse output
by Jens Axboe
· 13 years ago
8388128
Update command line usage help
by Jens Axboe
· 13 years ago
4d65865
Add terse version 2 output format
by Jens Axboe
· 13 years ago
c376910
Fio 1.99.8
by Jens Axboe
· 13 years ago
3899076
Fix possible use-after-free on client disconnect
by Jens Axboe
· 13 years ago
498c92c
client: pass back server side error to client exit value
by Jens Axboe
· 13 years ago
11e950b
client/server: send back nr_jobs and error exit code
by Jens Axboe
· 13 years ago
72c27ff
Fix problem with mixing is_backend and terse_output
by Jens Axboe
· 13 years ago
67f15dc
Fix fragmented package opcode mismatch
by Jens Axboe
· 13 years ago
01be038
Don't request ETA until server has started jobs
by Jens Axboe
· 13 years ago
4c8e964
Fix strip blank space for empty string
by Jens Axboe
· 13 years ago
43f7479
Fix off-by-one in fgets() size
by Jens Axboe
· 13 years ago
92ac72c
Fio 1.99.7
by Jens Axboe
· 13 years ago
7e1773b
Pretty up output a bit
by Jens Axboe
· 13 years ago
7e356b2
Memory leak fixes
by Jens Axboe
· 13 years ago
b7017e3
Scale bw output to MB/sec if larger than 99999 KB/sec
by Jens Axboe
· 13 years ago
5e726d0
Add fio version to terse output
by Jens Axboe
· 13 years ago
259e47d
Only print ts->description if set for non-terse output
by Jens Axboe
· 13 years ago
065248b
Man page typo
by Jens Axboe
· 13 years ago
49da124
Update man page
by Jens Axboe
· 13 years ago
581b048
Fio 1.99.6
by Jens Axboe
· 13 years ago
4b0f225
Check string length of ts->description, not value
by Jens Axboe
· 13 years ago
c7c6cb4
Move IEEE754 support code to lib/
by Jens Axboe
· 13 years ago
f2f788d
Add disk utilization to terse format output
by Jens Axboe
· 13 years ago
1db92cb
Add completion latency percentiles to terse output format
by Jens Axboe
· 13 years ago
f6dea4d
Don't output version for terse output
by Jens Axboe
· 13 years ago
312b4af
Add IOPS to terse output
by Jens Axboe
· 13 years ago
74c04ef
Update TODO
by Jens Axboe
· 13 years ago
0766d92
Silence uninitialized mem warning on disk_util send
by Jens Axboe
· 13 years ago
07511a6
Break double loop on end-of-clat percentiles
by Jens Axboe
· 13 years ago
d09a64a
client/server: add support for passing disk_util structures
by Jens Axboe
· 13 years ago
Next »