index
:
fio
issue-870
latency-probe
master
noaccess
segmented-threads
fio - Flexible IO Tester
axboe@kernel.dk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parse.c
Age
Commit message (
Expand
)
Author
2019-11-26
parse: Silence discard-const warning on OpenBSD
Tomohiro Kusumi
2019-10-14
parse: improve detection of bad input string
Jens Axboe
2019-08-14
Optimize the code that copies strings
Bart Van Assche
2018-09-25
parse: fix negative FIO_OPT_INT too-large check
Jens Axboe
2018-09-25
parse: fix minval checking
Jens Axboe
2018-09-25
parse: fix min/max val checking for FIO_OPT_INT
Jens Axboe
2018-09-25
parse: print option name for out-of-range settings
Jens Axboe
2018-08-24
Fix the typehelp[] array
Bart Van Assche
2018-08-23
parse: fix bssplit option
Jens Axboe
2018-07-23
parse: mark another fall-through switch case
Jens Axboe
2018-07-23
parse: mark fall-through switch case
Jens Axboe
2018-07-23
Add support for >= 4G block sizes
Jeff Furlong
2018-06-05
log: fix signedness issue
Jens Axboe
2018-04-17
parse: add support for soft deprecated options
Jens Axboe
2018-04-08
parse: fix dead 'org' assignment
Jens Axboe
2018-04-06
Fix floating point option range formatting
Bart Van Assche
2018-04-04
Ensure that .minfp and .maxfp are respected for FIO_OPT_FLOAT_LIST
Bart Van Assche
2018-04-04
option parsing: Mark arguments that are not modified as 'const'
Bart Van Assche
2018-03-21
Refactor #includes and headers
Sitsofe Wheeler
2018-03-12
parse: Fix two compiler warnings
Bart Van Assche
2017-12-15
parse: don't check for < 0 on an unsigned type
Jens Axboe
2017-12-15
parse: dump option type when using --debug=parse
Jens Axboe
2017-10-25
parse: minimum options values are signed
Jens Axboe
2017-07-12
parse: enable options to be marked dont-free
Jens Axboe
2017-04-26
Drop the only local variable declaration within a for-loop (C99)
Tomohiro Kusumi
2017-02-24
fio: fix overflow trying to use 'd' suffix
Sitsofe Wheeler
2017-01-19
Move options_mem_dupe() to parse.c
Tomohiro Kusumi
2017-01-02
Improve IEC binary and SI decimal prefix handling
Robert Elliott
2016-08-15
Various cleanups
Jens Axboe
2016-07-27
Add missing --cmdhelp type string for FIO_OPT_UNSUPPORTED
Tomohiro Kusumi
2016-06-08
parse: add support for unsupported options
Jens Axboe
2016-05-23
parse: warn if option is missing a long option variant
Jens Axboe
2015-12-30
options: split out option grouping code
Jens Axboe
2015-12-17
Ensure that command line options also end up in json output
Jens Axboe
2015-12-16
parse: fix segfault if posval option doesn't have a value
Jens Axboe
2015-12-15
Rework 'dump_cmdline'
Jens Axboe
2015-10-27
Proper size return from output buffers
Jens Axboe
2015-08-21
parse: only print option mismatch help, if the distance is close enough
Jens Axboe
2015-05-06
Add support for options being a power-of-2
Jens Axboe
2015-01-22
parse: ensure strings are pre-terminated when using strncpy()
Jens Axboe
2014-12-17
parse: remove the arithmetic parser checking
Jens Axboe
2014-12-09
options: add support for checking if an option has been set
Jens Axboe
2014-12-05
parse: make suggestions for unknown options
Jens Axboe
2014-11-10
Fixup some of the time (usec) based conversions
Stephen M. Cameron
2014-11-06
Make fio -Wshadow clean
Jens Axboe
2014-09-30
enable informing arithmetic parser of implicit units
Stephen M. Cameron
2014-09-30
verify that expression parsing code gets the right answer
Stephen M. Cameron
2014-09-29
fio: support suffixes in expression parser
Stephen M. Cameron
2014-09-29
fio: allow arithmetic expressions to be used in job files
Stephen M. Cameron
2014-09-23
Fix min/max typeof warnings
Jens Axboe
[next]