Merge branch 'wip-rbd-engine' of https://github.com/dillaman/fio
[fio.git] / client.c
2018-03-01 Jens AxboeMerge branch 'hotfix_counter_overflow' of https://githu...
2018-03-01 Alexander LarinFix overflow of counters incremented on each I/O operation
2018-01-12 Jens AxboeMerge branch 'fio-issue-450' of https://github.com...
2018-01-05 Jeff FurlongFix client/server "all clients" reporting
2017-12-27 Jens AxboeMerge branch 'barak/mmap_verify_only' of https://github...
2017-12-14 Jens AxboeAllow configurable ETA intervals
2017-12-14 Jens Axboeclient: respect --eta=never for networked connections
2017-12-01 Jens Axboeclient: fix use-after-free for client timeout
2017-11-30 Jens Axboesteadystate: make flags conform to usual fio standard
2017-11-30 Jens Axboeclient: ignore a client timeout, if the last thing...
2017-11-22 Jeff Furlongadd significant_figures parameter
2017-10-11 Jens AxboeMerge branch 'ci_and_configure' of https://github.com...
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-10-03 Jens Axboeclient: fix pointer vs uint8_t comparison
2017-10-03 Jens AxboeMerge branch 'evelu/cleanup' of https://github.com...
2017-10-03 Erwan Veluclient: Fixing invalid use after free()
2017-10-03 Erwan Veluclient: Avoid memory leak in fio_client_handle_iolog()
2017-09-14 Jens AxboeMerge branch 'doc-patches' of https://github.com/vincen...
2017-09-14 Jens AxboeAdd support for doing total latency percentiles
2017-06-23 Andreas Herrmannstat: Print one-line iops stat
2017-06-23 Tomohiro Kusumiclient: don't use void* for pointer arithmetic (gcc)
2017-06-22 Jens Axboeclient/server: bool conversion
2017-06-22 Jens AxboeMerge branch 'nsec'
2017-06-22 Jens AxboeMerge branch 'nanosecond-2stage' of https://github...
2017-06-21 Vincent Funanosecond: update completion latency recording and...
2017-06-21 Vincent Funanosecond: initial commit changing timeval to timespec
2017-05-03 Vincent Fuclient/server: make sure that all elements in io_u_lat_...
2017-01-03 Tomohiro KusumiAdd missing trailing \n in log_err/info()
2017-01-03 Robert ElliottConvert group_run_stats to use bytes instead of KiB/KB
2016-12-16 Jens AxboeMerge https://bitbucket.org/vincentfu/fio-steadystate...
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-12-07 Vincent Fusteadystate: instead of including ss_sum_y in thread_st...
2016-12-07 Vincent Fusteadystate: implement transmission of steadystate...
2016-11-27 Sitsofe Wheelerstat: Change access to io_sample union
2016-11-27 Sitsofe Wheelerfio: Fix (unsigned) integer overflow issues
2016-09-16 Jens Axboeclient: coding style fixups
2016-09-16 Jens AxboeMerge branch 'client-unique-log-names' of https://githu...
2016-09-15 Jens AxboeMerge branch 'master' of https://github.com/jan--f/fio
2016-09-13 Jens Axboeclient: ignore SEND_ETA, if we can't fin a reply command
2016-09-08 Ben Englandsafety first!
2016-09-06 Ben Englandadhere to fio coding standards
2016-09-06 Ben Englandgenerate unique pathname for each fio --client log...
2016-09-02 Jens AxboeMerge branch 'histogram-client-server' of https://githu...
2016-08-26 Karl CronburgClient / server code for handling histograms. The server:
2016-08-16 Jens AxboeMerge branch 'histogram-delta' of https://github.com...
2016-08-16 Jens AxboeVarious cleanups
2016-08-15 Jens Axboegfio: fix link error
2016-08-15 Jens AxboeFixup correct sparse warnings
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-04-13 Jens Axboeclient: bool conversion
2016-01-28 Jens Axboeclient: fix double removal of client on job file open...
2016-01-26 Jens Axboeclient: remove debug printf() for compressed iolog
2016-01-20 Jens Axboeclient: fix non-text command leak
2016-01-20 Jens Axboeclient: drain text output when exiting
2015-12-28 Jens Axboeclient: rename send_file() to fio_send_file()
2015-12-18 Jens Axboeclient: iolog cleanups
2015-12-17 Jens Axboeclient/server: transparent handling of storing compress...
2015-12-17 Jens Axboeclient/server: various bug fixes
2015-12-16 Jens Axboeclient: fix double free of command on timeout
2015-12-16 Jens Axboeclient/server: ensure we don't overrun memory for long...
2015-12-16 Jens Axboeclient: fix segfault for !json output
2015-12-16 Jens Axboeclient/server: pass back job options to client
2015-12-15 Jens Axboeclient: cleanup json output
2015-12-15 Jens AxboeMerge branch 'server'
2015-12-15 Jens Axboeclient: make SEND_ETA timeout non-fatal
2015-12-07 Jens AxboeFix stat summing for unified_rw_reporting
2015-10-27 Jens AxboeMerge branch 'mmap_shared' of git://github.com/lsgunth/fio
2015-10-27 Jens Axboeclient/backend: fix incomplete output_format checks
2015-10-27 Jens AxboeEnable the use of multiple output formats
2015-10-20 Jens Axboeclient: remove duplicated code
2015-08-20 Jens AxboeAdd --aux-path support
2015-08-18 Jens AxboeMerge branch 'master' of git://github.com/DaveGlen/fio
2015-08-17 Jens AxboeMerge branch 'master' of git://github.com/DaveGlen/fio
2015-08-14 Jens Axboeclient: make it explicit that we don't reuse 'eta'...
2015-04-15 Dan EhrenbergCollect a block-wise histogram of trim and write errors
2015-01-14 Jens Axboeclient: take better care to return failure from fio_han...
2015-01-05 Jens Axboeclient: fix potential buffer overrun in server name...
2014-12-01 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-12-01 Jens AxboeBump disk util stats from 32 to 64-bit values
2014-11-19 Jens Axboeclient: defer local trigger execute until after state...
2014-11-11 Jens AxboeMerge branch 'verify-trigger'
2014-11-11 Jens Axboeclient: replace duplicate code with read_data()
2014-11-11 Jens AxboeAdd support for verify triggers and verify state saving
2014-11-08 Jens Axboeclient/server: percentile_precision wasn't net converted
2014-11-06 Jens AxboeMake fio -Wshadow clean
2014-10-15 Jens Axboeclient: fix potential NULL dereference
2014-10-13 Jens Axboeserver/client: don't use __ conversion functions if...
2014-10-13 Jens Axboeclient: partial revert of 9899aff3e345
2014-10-13 Jens Axboeclient: get rid of (now) unused client->nr_stat
2014-10-13 Jens Axboeclient: always output summed output for all clients
2014-10-09 Jens Axboestat: add dropped ios to the standard output
2014-10-08 Jens Axboeclient: remember to zero pad filename
2014-10-08 Jens AxboeAdd support for --remote-config
2014-08-22 Castor FuFix crash in client with NULL hostname
2014-07-03 Jens AxboeAdd support for storing compressed logs
2014-07-01 Jens Axboeclient: fix missing init of 'i'
2014-07-01 Jens Axboeclient: fix missing pdu->log_offset endianness conversion
2014-07-01 Jens AxboeAdd option for including byte offset for each log entry
2014-06-27 Jens Axboeclient: fix ETA run_str
next