IO verification improvements
[fio.git] / engines / net.c
2007-07-26 Jens AxboeIO verification improvements
2007-06-24 Jens Axboenet engine: cleanup the splice handling
2007-06-24 Jens Axboenet engine: fix listenfd/pipe fd leaks
2007-06-22 Jens Axboenetsplice: use zero-copy if possible
2007-06-22 Jens Axboenetsplice: fix a few typos
2007-06-22 Jens AxboeSupport for 'netsplice' engine
2007-05-22 Jens AxboeFix bug with random IO and network connections
2007-04-12 Jens AxboePut the ->real_file_size handling into fio
2007-04-11 Jens AxboeFor non-file engines, set ->real_file_size if total...
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-03-27 Jens AxboeRevamp the file creation code
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-15 Jens AxboeUse log_info() throughout
2007-03-14 Jens AxboeUpdate io engine comments
2007-03-13 Jens Axboenr_files conflict with filename
2007-03-13 Jens AxboeAllow explicit setting of a number of files
2007-03-08 Jens AxboeEngines should not touch nr_open_files anymore
2007-03-08 Jens AxboeRevamp file open/close handling
2007-03-02 Jens AxboeNet engine: move connection setup into ->init()
2007-03-02 Jens AxboeNet engine: missing ->nr_open_files for clients
2007-03-02 Jens AxboeNet engine: need to set ->nr_open_files
2007-03-01 Joel Becker[PATCH] ioengine flags: Replace FIO_NETIO with real...
2007-02-23 Jens AxboeStreamline thread_data data direction setting and checking
2007-02-22 Jens AxboeAdd more context to the error messages
2007-02-18 Jens AxboeUnify and fixup error handling
2007-02-18 Jens AxboeChange IO engine queuing
2007-02-11 Jens Axboe[PATCH] Network engine poll() paranoia
2007-02-11 Jens Axboe[PATCH] Make ctrl-c work with network io and accept...
2007-02-11 Jens Axboe[PATCH] Move td_verror() into io_ops->queue() hook
2007-02-09 Jens Axboe[PATCH] Net engine typo
2007-02-08 Jens Axboe[PATCH] Network engine cleanups and comments
2007-02-07 Jens Axboe[PATCH] Network engine fixes
2007-02-07 Jens Axboe[PATCH] Network io engine updates
2007-02-06 Jens Axboe[PATCH] Support residual io counts from io engines
2007-02-06 Jens Axboe[PATCH] Support for > 1 network connection
2007-02-06 Jens Axboe[PATCH] Network engine updates
2007-02-06 Jens Axboe[PATCH] Simple support for networked IO