fio.git
2014-10-07 Stephen M.... fix problem with yy_size_t vs int param to lexer_input
2014-10-07 Jens Axboeinit: set fail error return on bad parse
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-10-03 Jens AxboeFio 2.1.13 fio-2.1.13
2014-10-03 Jens Axboeengines/libaio: modify getevents and commit error handling
2014-10-03 Jens AxboeMakefile: exp/fixup-buggy-yacc-output is no more
2014-10-03 Stephen M.... make expression parser handle scientific notation
2014-10-01 Jens Axboeengines/libaio: reset 'wait_start' on non-EAGAIN
2014-10-01 Jens AxboeBump IO engine version number
2014-10-01 Jens Axboeengines/libaio: fix submit loop to use 'ld->queued...
2014-10-01 Jens Axboeexp: we don't need -ly
2014-10-01 Jens Axboeengines/libaio: don't reap on EAGAIN and no pending...
2014-09-30 Jens AxboeConstify a few more hot paths
2014-09-30 Jens Axboeengines/libaio: fix issue with EAGAIN
2014-09-30 Jens AxboeConstify 'td' in a few functions
2014-09-30 Stephen M.... remove unused bye symbol from arithmetic parser
2014-09-30 Stephen M.... enable informing arithmetic parser of implicit units
2014-09-30 Stephen M.... do not call fprintf from yyerror in expression parser
2014-09-30 Stephen M.... verify that expression parsing code gets the right...
2014-09-30 Stephen M.... Treat colons and commas as end of input in expression...
2014-09-30 Jens AxboeUse calloc() instead of malloc + memset
2014-09-30 ordahanHOWTO: fix typo
2014-09-30 Jens AxboeMakefile: properly annotate LEX/YACC parts
2014-09-30 Jens Axboeexp: update man page and HOWTO
2014-09-30 Jens AxboeMakefile: PARSER_OBJS is not used anymore
2014-09-30 Jens Axboefilesetup: fix a bug where we overwrite the set size
2014-09-30 Jens Axboeexp: get rid of the #line bug workaround
2014-09-29 Stephen M.... exp: fix shift/reduce conflict complaints
2014-09-29 Jens Axboeconfigure: fix for the cases where bison provides yacc
2014-09-29 Jens AxboeMerge branch 'master' into expression-parser
2014-09-29 Jens Axboeexp: fix __pow_finite being undefined
2014-09-29 Jens AxboeFix compile of t/btrace2fio on RHEL5/CentOS5
2014-09-29 Jens AxboeMakefile: silence make clean
2014-09-29 Jens AxboeMakefile: silence fixup
2014-09-29 Jens AxboeWire up exp/test-expression-parser
2014-09-29 Jens Axboeexp: set float output for int modulus
2014-09-29 Jens AxboeUpdate .gitignore with auto-generated lex/yacc outputs
2014-09-29 Jens Axboefio: support modulus for the arithmetic parser
2014-09-29 Stephen M.... fio: support exponentiation in expression parser
2014-09-29 Stephen M.... fio: support suffixes in expression parser
2014-09-29 Stephen M.... fio: allow arithmetic expressions to be used in job...
2014-09-29 Jens Axboet/dedupe: silence 'some_done' unused warning on some...
2014-09-28 Jens AxboeFix typo in bs_is_seq_ran option help
2014-09-28 Jens AxboeClarify what number_ios does in the HOWTO/man page...
2014-09-28 Jens AxboeFix bug with zone and zone skipping and io_limit
2014-09-28 Jens AxboeFix bug with rw sequence offset and io_limit
2014-09-28 Jens Axboet/dedupe: fixup bloom entry calculation
2014-09-28 Jens Axboebloom: up hashes to 5 by default
2014-09-28 Jens Axboecrc/test: add fnv
2014-09-28 Jens AxboeAdd fnv hash
2014-09-27 Jens Axboecrc/test: if the checksum needs a _final(), do it in...
2014-09-27 Jens Axboet/dedupe: print dedupe ratio instead of made-up factor
2014-09-27 Jens AxboeMove murmur3 hash to crc/
2014-09-27 Jens Axboecrc/test: add jhash
2014-09-27 Jens Axboecrc/test: fix alignment
2014-09-27 Jens AxboeAdd murmurhash3
2014-09-27 Jens Axboededupe: exit gracefully if device/file open fails
2014-09-27 Jens Axboeparse: fix issue with not filling leftover percentages...
2014-09-26 Jens AxboeImprove dedupe/compression buffer filling for mixed...
2014-09-26 Jens Axboebloom: use independent hashes
2014-09-26 Jens AxboeClarify that include files may not contain job sections
2014-09-26 Jens Axboebloom: always use a larger minimum size for bloom filter
2014-09-26 Andrey KuzminAdd HOWTO section on include files
2014-09-26 Andrey KuzminAdd ability to use an include file in a fio job file
2014-09-26 Jens Axboededupe: read in larger chunks at the time
2014-09-26 Jens Axboededupe: fix warning and segfault on -B0
2014-09-26 Jens Axboet/lfsr-test: fixup time
2014-09-26 Jens AxboeAdd debug helper stub for t/ programs
2014-09-26 Jens Axboededupe: default to using a bloom filter to save memory
2014-09-26 Jens AxboeAdd bloom filter
2014-09-24 Jens AxboeFix compile for FIO_INC_DEBUG not set
2014-09-24 Jens Axboededupe: print threads used up front
2014-09-24 Jens Axboededupe: remove rb_lock when done
2014-09-24 Jens Axboededupe: cleanups and rate estimation
2014-09-24 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-09-24 Jens Axboededupe: don't add extent items unless we use them
2014-09-24 Jens Axboet/dedupe: Linux only for now
2014-09-23 Jens AxboeFix 32-bit compile warnings
2014-09-23 Jens AxboeBuild t/ tools by default
2014-09-23 Jens Axboededupe: print progress indicator
2014-09-23 Jens Axboededupe: improve wording in output
2014-09-23 Jens AxboeAdd small tool to check for dedupable contents in a...
2014-09-23 Jens AxboeChecksumming updates
2014-09-23 Jens Axboememalign: fix off-by-one bug in alignment
2014-09-23 Jens AxboeFix min/max typeof warnings
2014-09-23 Jens Axboefifo: use minmax.h instead of rolling its own min/max
2014-09-22 Jens Axboededupe: if percentage is 100, don't go through random...
2014-09-22 Jens AxboeBasic support for dedupe
2014-09-18 Jens Axboebtrace2fio: expand rate options, bug fixes
2014-09-17 Jens Axboebtrace2fio: add rate output
2014-09-17 Jens Axboebtrace2fio: move file tracking to btrace_pid
2014-09-17 Robert Elliottfio: print io_u errors on one line
2014-09-17 Jens AxboeFixup data-direction to name translation
2014-09-16 Jens Axboebtrace2fio: cleanups and inflight hashing
2014-09-16 Jens Axboebtrace2fio: use percentage_random and add filename...
2014-09-16 Jens Axboebtrace2fio: set runtime
2014-09-16 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-09-16 Jens AxboeAdd basic tool to turn blktrace into fio job file
2014-09-16 Jens Axboeoptions: fix single use if / for bssplit
2014-09-12 Jens AxboeFio 2.1.12 fio-2.1.12
next