fio: fix copy/paste error in io_ddir.h
[fio.git] / server.c
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
2014-04-09 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-04-09 Jens Axboeserver: fix fd leak in error case
2014-03-28 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-03-25 Jens Axboeserver: unlink sock file if interrupted early
2014-03-25 Jens Axboeserver: dump where we attempted to bind in case of...
2014-03-25 Jens Axboeserver: correct comment typo on port being after ':'
2014-03-14 Jens AxboeBump length of description field to 256 chars
2014-03-03 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2014-03-03 Jens Axboeserver: fix warnings on some platforms on incompatible...
2014-01-25 Jens Axboeclient/server: don't reset ipv6 expectations
2014-01-25 Jens Axboeserver: fix wrong error return on host lookup failure
2014-01-24 Jens Axboeserver: make the connect code fully IPv6
2013-12-09 Jens AxboeAdd options to have fio latency profile a device
2013-11-07 Jens Axboeserver: make job/connection lists private
2013-11-06 Jens Axboeserver: get rid of compile warning on platforms where...
2013-04-15 Jens AxboeFixup bad logging types
2013-04-15 Jens Axboeeta: improve output for threads sitting in TD_SETTING_UP
2013-04-12 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2013-04-12 Bruce Cranserver: include uio.h for writev()
2013-04-12 Jens AxboeMake use of zlib optional
2013-04-12 Aaron Carrollserver: fix 32-bit build warning
2013-04-11 Jens Axboeclient/server: pass ->unit_base properly
2013-04-11 Jens Axboeclient/server: pass je->rate[] and je->iops[] over...
2013-04-11 Jens AxboeMerge branch 'gfio' into gfio-int
2013-04-10 Jens AxboeMerge branch 'master' into gfio
2013-04-10 Jens AxboeMerge branch 'master' into gfio
2013-04-09 Jens AxboeMerge branch 'master' into gfio
2013-04-09 Steven Noonanimplement 'unit_base' option to select between KB and...
next