sg: add missing free(msg); in ->errdetails() handler
[fio.git] / server.c
2017-06-05 Jens AxboeMerge branch 'master' of https://github.com/cbwest3/fio
2017-06-05 Jens AxboeMerge branch 'size_perc' of https://github.com/sitsofe/fio
2017-06-02 Tomohiro Kusumiuse correct syscall name in log_err()
2017-05-03 Vincent Fuclient/server: make sure that all elements in io_u_lat_...
2017-05-03 Jens AxboeMerge branch 'wip-remove-disconnect' of https://github...
2017-03-21 Tomohiro KusumiDefine struct sk_out in server.h (not server.c)
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-12-01 Vincent FuFix conversion in fio_server_send_ts
2016-11-27 Sitsofe Wheelerstat: Change access to io_sample union
2016-11-27 Sitsofe Wheelerfio: Fix (unsigned) integer overflow issues
2016-09-25 Jens Axboesmalloc: OOM fixups
2016-09-15 Jens AxboeMerge branch 'master' of https://github.com/jan--f/fio
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-15 Jens AxboeFixup correct sparse warnings
2016-08-08 Tomohiro KusumiAdd missing FIO_NET_CMD entry to fio_server_ops[]
2016-05-27 Jens Axboeserver: ensure that we flush compressed logs correctly
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-19 Jens Axboeiolog: switch to list based scheme
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-04-13 Jens AxboeFix verify state for multiple files
2016-02-10 Jens Axboeserver: don't make SO_REUSEPORT errors fatal
2016-01-28 Jens Axboeserver: send trigger state inline
2016-01-26 Jens Axboeserver: split vectored commands into fragments
2016-01-26 Jens Axboeserver: disable pdu length check for now
2016-01-22 Jens Axboeserver: use the wrapped MSG_DONTWAIT
2016-01-20 Jens Axboeclient: drain text output when exiting
2016-01-13 Jens AxboeDestroy sk_out server key when we are done
2016-01-13 Jens AxboeAlways create server sk_out key
2016-01-07 Jens Axboeserver: sk_out exit error handling
2016-01-07 Jens Axboeserver: include name of verify file requested for error...
2015-12-18 Jens Axboeserver: command tag cleanup
2015-12-18 Jens Axboeserver: don't store command tag on the stack
2015-12-17 Jens Axboeserver: code cleanups
2015-12-17 Jens Axboeserver: remove leftover debug statement
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/server: ensure we don't overrun memory for long...
2015-12-16 Jens Axboeclient/server: pass back job options to client
2015-12-15 Jens AxboeMerge branch 'server'
2015-12-15 Jens Axboeserver: bump listen() backlog
2015-12-14 Jens Axboeserver: create sk_out_key earlier
2015-12-14 Jens Axboeserver: don't pass sk_out into accept loop
2015-12-14 Jens Axboeserver: cleanup exported functions
2015-12-14 Jens Axboeserver: comments, and clear sk_out->sk when we close...
2015-12-14 Jens Axboeserver: ensure each connection sets up its own sk_out
2015-12-11 Jens Axboeserver: comment sk_entry struct and remove hole
2015-12-11 Jens AxboeFixup and improve per-thread data
2015-12-11 Jens Axboeserver: cleanup and proper error returns
2015-12-10 Jens Axboeserver: make the io log transmit use the new infrastructure
2015-12-10 Jens Axboeserver: rewrite message handling
2015-12-10 Jens Axboelog: remove log_local_buf()
2015-12-10 Jens AxboeAdd backend related data
2015-12-10 Jens Axboemutex: fixup fio_mutex_down_timeout()
2015-12-09 Jens Axboeeta: use bool for forcing jobs_eta return
2015-12-09 Jens Axboeserver: ensure we send the right sized jobs_eta when...
2015-12-09 Jens Axboeserver: always end back ETA reply
2015-07-29 Jens Axboeserver: make the setsockopt() error output a bit more...
2015-05-29 Jens Axboerand: add 64-bit tausworthe variant with a 2^258 cycle
2015-05-26 Ben Englandtreat error in addr conversion to string as non-fatal
2015-05-25 Ben Englandembed server address, not other end's address
2015-05-07 Jens AxboeMerge branch 'client-hostfile' of git://github.com...
2015-05-07 Jens AxboeMerge branch 'multiclnt-sharedfs-try3' of git://github...
2015-05-07 Ben Englandallow --client to work with shared filesystem
2015-04-15 Dan EhrenbergCollect a block-wise histogram of trim and write errors
2015-01-05 Jens Axboeserver: use fio_gettime() for timeout variables
2014-12-19 Jens Axboemutex: add __fio_mutex_remove()
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-12 Jens Axboeverify: verify_state_gen_name() should check size
2014-11-11 Jens AxboeMerge branch 'verify-trigger'
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-13 Jens Axboeserver/client: don't use __ conversion functions if...
2014-10-09 Jens Axboestat: add dropped ios to the standard output
2014-10-08 Jens AxboeAdd support for --remote-config
2014-09-11 Jens Axboeserver: fix wrong use of exit() in server when daemonized
2014-07-03 Jens AxboeAdd support for storing compressed logs
2014-07-01 Jens AxboeAdd option for including byte offset for each log entry
2014-06-24 Jens AxboeAdd a get_jobs_eta() to return jobs eta information
2014-06-24 Jens AxboeEnsure we have enough room for the ETA runstr
2014-06-09 Jens AxboeFix regression introduced by commit 334185e
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/cvubrugier/fio
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-14 Jens Axboeserver: ensure that incoming iolog name is NULL terminated
2014-04-14 Jens Axboeserver: sanity check incoming command size (and payload)
2014-04-14 Jens AxboeError check fcntl() calls
2014-04-14 Jens Axboeserver: fix missing comma in fio_server_ops[] strings
2014-04-14 Jens Axboeserver: fix potential buffer overrun in socket setup...
2014-04-14 Jens Axboeserver: fix potential buffer overrun in bind string
2014-04-14 Jens Axboeserver: ensure that dus->name is always NULL terminated
2014-04-11 Jens Axboediskutil: separate out stats from name
2014-04-11 Jens Axboeserver: ensure that server pid file mem is always freed
next