fio.git
2015-11-09 Jens AxboeProvide some consistency in rate_* options
2015-11-09 Song LiuIn fio.1 and HOWTO, add link to Poisson process in...
2015-11-09 Song Liuadd example using --rate_poisson
2015-11-09 Song Liumake sure __rand_0_1 does not return 0.0
2015-11-09 Jens AxboeAdd poisson rate selection to FD_RATE output
2015-11-09 Jens AxboeFixups for poisson rate
2015-11-09 Song LiuEnable request flow under Poisson process
2015-11-08 Jens Axboesmalloc: only clear the bitmap, not the whole pool
2015-11-08 Martin SteigerwaldFix spelling error in engines/rdma.c
2015-11-06 Vincent FuAdd latency bin output to the json output format
2015-11-05 Jens AxboeFio 2.2.11 fio-2.2.11
2015-10-31 Jens Axboeoutput_buffer: only realloc once, and memset just what...
2015-10-30 Jens AxboeBump the client ETA timeout from 5s to 30s
2015-10-28 Jens AxboeUpdate documentation for mmapshared (MMAP_SHARED)
2015-10-28 Jens AxboeFixup bw/iops logging for short runs
2015-10-27 Jens AxboeMerge branch 'mmap_shared' of git://github.com/lsgunth/fio
2015-10-27 Logan GunthorpeAdd mmapshared option to use mmaped files with the...
2015-10-27 Jens AxboeFixup -Wshadow warnings
2015-10-27 Jens Axboeclient/backend: fix incomplete output_format checks
2015-10-27 Jens Axboestat: fix potential segfault for json output on network...
2015-10-27 Jens Axboestat: collapse buf output flush and free
2015-10-27 Jens AxboeUnbreak output buffer logging over the network
2015-10-27 Jens Axboelog: abstract out and use generic buffer logger
2015-10-27 Jens Axboejobs_eta alloc padding
2015-10-27 Jens AxboeDon't setup output buffers we are not going to use
2015-10-27 Jens AxboeProper size return from output buffers
2015-10-27 Jens AxboeRe-instate --append-terse
2015-10-27 Jens AxboeUpdate fio man page
2015-10-27 Jens AxboeEnable the use of multiple output formats
2015-10-25 Jens AxboeAdd support for multiple output formats
2015-10-20 Jens Axboeclient: remove duplicated code
2015-10-20 Jens Axboestrlcat: fix header guard typo
2015-10-20 Jens Axboeverify: add faster 'memory is all zeroes' helper
2015-10-13 Jason Dillamanengines/rbd: potential re-use of active fio_rbd_iou
2015-10-08 Bruce CranFix Windows build by using lib/strcasestr.{c,h}
2015-10-01 Jens Axboeserver: bump protocol version
2015-10-01 Roman PenIntroduce new option: iodepth_batch_complete_max
2015-10-01 Roman Penfio.1,HOWTO: keep 'iodepth_batch' option in sync
2015-09-30 Jens Axboesg: fix short reads
2015-09-30 Kris DavisUse line buffering on stdout
2015-09-30 Kris Davissg: 16-byte cdb support and lots of fixes
2015-09-25 Jens AxboeFix integer overflow in rate_iops
2015-09-17 Thomas FindelkindUpdate fio2gnuplot
2015-09-16 Jens AxboeMerge branch 'patch-1' of git://github.com/Tfindelkind/fio
2015-09-16 TfindelkindUpdate fio2gnuplot
2015-09-15 Stephen BatesReduced minimum for option log_gz
2015-09-11 Jens AxboeFio 2.2.10 fio-2.2.10
2015-09-08 Andrey Kuzminworkqueue: Ensure submission offload worker inherits...
2015-09-05 Roman Penverify: move meta header to generic verify_header
2015-09-05 Roman Penfio.1: update description for 'buffer_pattern' and...
2015-09-04 Roman Penuse 'lib/pattern' to parse patterns and paste formats...
2015-09-04 Roman Penadd FIELD_SIZE macro to calculate the size of the speci...
2015-09-04 Roman Penverify: use 'cmp_pattern' from 'lib/pattern.c' to compa...
2015-09-04 Roman Penreplace 'fill_pattern' with 'cpy_pattern' from 'lib...
2015-09-04 Roman Penlib/pattern: add set of functions to parse combined...
2015-09-04 Roman Penlib/strntol: add 'strntol' function
2015-09-04 Ken RaeburnRetry bdev cache invalidation for EAGAIN errors
2015-09-04 Andrey Kuzminbackend: fix comparison of 'ret' pointer
2015-08-21 Jens AxboeFix aux_path for verify state saving
2015-08-21 Jens Axboeparse: only print option mismatch help, if the distance...
2015-08-20 Jens AxboeAdd --aux-path support
2015-08-20 Jens AxboeREADME: update for trigger options
2015-08-18 Jens Axboeconfigure: cleanup strsep() test case
2015-08-18 Jens Axboeconfigure: fixup using wrong var for endmntent()
2015-08-18 Jens AxboeMerge branch 'master' of git://github.com/DaveGlen/fio
2015-08-18 DaveCorrect handleing of rate_iops_min and ratemin
2015-08-17 Jens Axboemtd: expand configure check
2015-08-17 Jens Axboegettime: silence bogus gcc warnings
2015-08-17 Jens AxboeMerge branch 'master' of git://github.com/DaveGlen/fio
2015-08-17 DaveGlenallow for ratemin to be used without setting rate
2015-08-14 Jens Axboefilesetup: make random generator block auto-switch...
2015-08-14 Jens Axboeclient: make it explicit that we don't reuse 'eta'...
2015-08-14 Jens Axboeeta: ensure we include terminating 0 space in je->run_str[]
2015-08-13 Chandan Rajendraarch-ppc.h: Add ilog2 implementation for ppc64
2015-08-13 Jens AxboeWhitespace fixup
2015-08-10 DaveGleninitialize rate_io_issue_bytes
2015-08-10 DaveGlenImplement new Rate Control
2015-07-29 Jens Axboeserver: make the setsockopt() error output a bit more...
2015-07-27 Jens Axboeconfigure: add --disable-optimizations
2015-07-27 Jens AxboeFix potential divide-by-zero in calc_iops()
2015-07-27 Jens AxboeFix potential divide-by-zero in calc_rate()
2015-07-27 Jens Axboeconfigure: make __sync_fetch_and_add() test use 64...
2015-07-27 Jens Axboelibfio: add runstate names
2015-07-16 DaveRe-seed random generator correctly between loops
2015-07-15 Jens AxboeREADME: no delay on sync to backup git hosts anymore
2015-07-13 Jens AxboeHOWTO: spelling error
2015-07-13 Jens AxboeHOWTO: fix long line
2015-07-13 Jens AxboeUpdate README for DragonFly
2015-07-10 Logan GunthorpeRDMA engine server mode flow fix ups.
2015-07-10 Logan GunthorpeError when the block size on the RDMA server is less...
2015-07-10 Jens Axboebuffer: only set refill_buffers, it it wasn't set manually
2015-07-10 Jens AxboeMake td flags be shifts
2015-07-09 Jens Axboeverify: fix bad 'from_verify' setting in do_io()
2015-07-08 Jeremy Fitzhardingeconfigure: don't be so eager to overwrite an existing...
2015-07-08 Jeremy Fitzhardingefio: allow for build in separate build directory
2015-07-03 Jens Axboet/debug: fix 'fio_debug' declaration
2015-07-03 Jens Axboesmalloc: smalloc() already clears memory, scalloc(...
2015-06-30 Jens Axboesmalloc: fix unused 'int_mask' warning if redzoning...
2015-06-30 Jens Axboeconfigure: fixup clang stupidity
2015-06-30 Jens Axboet/stest: shrink test size from 128MB
next