Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
0cda2d50cb64ccae46dc39ab779ed79c4c96bfcc
/
parse.c
06b0be6
parser: use logging infrastructure
by Jens Axboe
· 13 years ago
3c703d1
Silence build warning on HPUX
by Jens Axboe
· 13 years ago
ba4ddd6
Better parser fix
by Jens Axboe
· 13 years ago
6925dd3
Revert "Fix parser bug with ranges"
by Jens Axboe
· 13 years ago
f20485a
Fix parser bug with ranges
by Jens Axboe
· 13 years ago
1c964ce
Only clear string pointer in parser for sub-value options
by Jens Axboe
· 13 years ago
ce952ab
Fix parser using uninitialized memory
by Jens Axboe
· 13 years ago
e297975
Remove duplicate code in parser
by Jens Axboe
· 13 years ago
58052f3
Fix FIO_OPT_STR_STORE without posval
by Jens Axboe
· 13 years ago
c44b1ff
Add sub-option support (sort-of) and convert libaio_userspace_reap
by Jens Axboe
· 13 years ago
8334919
stats: Add a function to report completion latency percentiles
by Yu-ju Hong
· 13 years ago
31d23f4
Fix bsrange read,write value option pairs
by Dave Engberg
· 13 years ago
74ba180
Make string-set options behave more like bool options
by Jens Axboe
· 13 years ago
7bb5910
Allow percentage setting for size=
by Jens Axboe
· 13 years ago
76cd937
Get rid of warning on platforms for casting char -> int
by Jens Axboe
· 13 years ago
e42b01e
Revert "parser: get rid of useless is_time variable"
by Jens Axboe
· 14 years ago
55ed963
Fix parser bug dealing with range options and postfix
by Jens Axboe
· 14 years ago
1a1137d
parser: get rid of useless is_time variable
by Jens Axboe
· 14 years ago
ae3fb6f
Add missing option type
by Jens Axboe
· 14 years ago
1d1c187
Fix bad deref of memory in parser
by Jens Axboe
· 14 years ago
808def7
Really fix broken option length check
by Jens Axboe
· 14 years ago
57fc29f
Allow use of KiB etc to give explicit base 10 multiplies
by Jens Axboe
· 14 years ago
7b4cb13
parser: match on length of argument, not potential value
by Jens Axboe
· 14 years ago
d091d09
Make the 'closest option' print a bit better
by Jens Axboe
· 15 years ago
7758d4f
Fix bad type usage in parse.c for external options
by Jens Axboe
· 15 years ago
ae2ddba
Fix broken FIO_OPT_STR option
by Jens Axboe
· 15 years ago
b62bdf2
Fix parser bug capping multi value options at 2
by Jens Axboe
· 15 years ago
5f6ddf1
Allow OR'able option values
by Jens Axboe
· 15 years ago
e6d2e7e
Remove debug printf()
by Jens Axboe
· 15 years ago
7eb3657
Make profile io op overrides a dedicated structure
by Jens Axboe
· 15 years ago
a0741cb
Fix parse strlen() bug
by Jens Axboe
· 15 years ago
f5b6bb8
Allow the adding of 'posval' for dynamic options like 'profile'
by Jens Axboe
· 15 years ago
a3073f4
Allow holes in the option posval (possible values)
by Jens Axboe
· 15 years ago
07b3232
Cleanup profile support
by Jens Axboe
· 15 years ago
e2de69d
Add initial support for profile specific options
by Jens Axboe
· 15 years ago
02c6aad
Add parser support for out-of-td option storage
by Jens Axboe
· 15 years ago
9f988e2
Add support for registrering external options
by Jens Axboe
· 15 years ago
38789b5
Add check for OPT_LEN_MAX being too small
by Jens Axboe
· 15 years ago
975462a
Allow 'b' postfix for integer values
by Jens Axboe
· 15 years ago
0b9d69e
Silence the style/whitespace police
by Jens Axboe
· 15 years ago
d6978a3
A few more kb_base fixups
by Jens Axboe
· 15 years ago
a639f0b
Make kb_base apply to parser k/m/g etc values
by Jens Axboe
· 15 years ago
b09da8f
Add tera/peta suffixes
by Jens Axboe
· 15 years ago
d447a8c
parser: dump valid option format for ->verify() fail
by Jens Axboe
· 15 years ago
70a4c0c
Add verify hook to options
by Jens Axboe
· 15 years ago
3980127
Only show maxval in --cmdhelp if it is given
by Jens Axboe
· 15 years ago
c1f7543
Cmd help type fix
by Jens Axboe
· 15 years ago
e01b22b
parser: get rid of FIO_OPT_STR_VAL_INT
by Jens Axboe
· 15 years ago
7c8f1a5
Fix bug in parser with postfix and truncated direction values
by Jens Axboe
· 15 years ago
903dc3f
Fix integer store bug in parser
by Jens Axboe
· 16 years ago
f7fa265
Get rid of int vs siint difference
by Jens Axboe
· 16 years ago
b347f9d
Allow 0x (or 0X) prefix for any int value to indicate hex base
by Jens Axboe
· 16 years ago
853ee7f
Fix failure to strip end of line with comment
by Jens Axboe
· 16 years ago
43c129b
Properly strip end-of-option blanks
by Jens Axboe
· 16 years ago
e3cedca
Add support for giving bw/clat/slat log prefixes
by Jens Axboe
· 16 years ago
8cdabc1
Fix bug in parser that causes a crash with a bad option
by Jens Axboe
· 16 years ago
88b5a39
Add environment-variable substitution to config options
by Aaron Carroll
· 16 years ago
3b8b713
Add option priorities
by Jens Axboe
· 16 years ago
15ca150
Mark rwmixcycle option as deprecated in the option parser
by Jens Axboe
· 17 years ago
5ec10ea
Style fixups
by Jens Axboe
· 17 years ago
323d911
Fix recursive dump of options
by Jens Axboe
· 17 years ago
a3d741f
Add --debug=parse for option parsing debug
by Jens Axboe
· 17 years ago
97e8cd4
parser: always set off3/4 even if we have more
by Jens Axboe
· 17 years ago
564ca97
Add support for 'bssplit' option, fine grained block size contrl
by Jens Axboe
· 17 years ago
d78ee46
Allow upper-case 'X' for hexidecimal in parser
by Jens Axboe
· 17 years ago
fdf2874
Be a little more clever in finding child options
by Jens Axboe
· 17 years ago
ef9aff5
Parent options didn't recurse properly
by Jens Axboe
· 17 years ago
afdf935
Add parent link to options
by Jens Axboe
· 17 years ago
a61bdfd
Parser: make check_int() accept hex input if prefixed with 0x
by Jens Axboe
· 17 years ago
7f7e6e5
Fix memory overflow bugs
by Jens Axboe
· 17 years ago
523bfad
Have strip_blank_end() also strip off any comments
by Jens Axboe
· 18 years ago
0401bca
Fix memory overflow with > 64 byte options
by Jens Axboe
· 18 years ago
4d651da
Fix bug with stripping white space at the front of an option
by Jens Axboe
· 18 years ago
0f3e35e
Warn if default value is given for string option without value
by Jens Axboe
· 18 years ago
f085737
Sort option possible value map
by Jens Axboe
· 18 years ago
d2bb7fe
Show alias in command help
by Jens Axboe
· 18 years ago
7f9348f
Command help match also on aliases
by Jens Axboe
· 18 years ago
b486f76
Accept '-' as siint delimter as well.
by Jens Axboe
· 18 years ago
7837213
Add suboption help texts
by Jens Axboe
· 18 years ago
c167ded
Left justify help output
by Jens Axboe
· 18 years ago
af52b34
Allow explicit setting of a number of files
by Jens Axboe
· 18 years ago
6612a27
An option need not include ->posval[] entries
by Jens Axboe
· 18 years ago
0e9f7fa
Improve friendliness of --cmdhelp
by Jens Axboe
· 18 years ago
320beef
Don't require 'all' argument to --cmdhelp to dump all options
by Jens Axboe
· 18 years ago
ad231bc
[PATCH] parse.c: Make FIO_OPT_STR explicitly one value
by Joel Becker
· 18 years ago
71dc58b
Fix parser bug
by Joel Becker
· 18 years ago
ec1aee0
Extend option name from 16 to 20 bytes
by Jens Axboe
· 18 years ago
b1ec1da
Move handling of possible values into the option parser
by Jens Axboe
· 18 years ago
f3502ba
[PATCH] Exabytes
by Jens Axboe
· 18 years ago
675de85
[PATCH] Size parse should use strtoll()
by Jens Axboe
· 18 years ago
ed92ac0
[PATCH] Simple support for networked IO
by Jens Axboe
· 18 years ago
0c9baf9
[PATCH] Update irange documentation
by Jens Axboe
· 18 years ago
70df2f1
[PATCH] Abort early for bad option given to --cmdhelp
by Jens Axboe
· 18 years ago
5b0a888
[PATCH] Warn if both option variable offset and callback given
by Jens Axboe
· 18 years ago
4945ba1
[PATCH] Pretty up option looping
by Jens Axboe
· 18 years ago
76a43db
[PATCH] Change O_DIRECT vs buffered setup
by Jens Axboe
· 18 years ago
03b74b3
[PATCH] Change timeout to runtime and rearrange option entries
by Jens Axboe
· 18 years ago
cda866c
[PATCH] strtoul() -> strtol() conversion
by Jens Axboe
· 18 years ago
db8e016
[PATCH] Be strict in checking option ranges
by Jens Axboe
· 18 years ago
63f2937
[PATCH] Option minval should be signed
by Jens Axboe
· 18 years ago
Next »