pre_read fixes
[fio.git] / engines / splice.c
2009-04-20 Jens Axboesplice engine: fix vmsplice() problem with block sizes...
2009-03-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-03-05 Jens AxboeAvoid opening files until they are used
2008-06-13 Jens AxboeAdd uninitialized_var() to silence bogus compiler warnings
2008-06-09 Jens Axboesplice: if splicing fails with EINVAL, it's most likely...
2008-05-30 Jens Axboeclose_ioengine() clears ->data after calling engine...
2007-10-16 Jens Axboesplice: fix fallback from copy vmsplice to nothing
2007-10-16 Jens Axboesplice: fix problem with current mainline kernels
2007-09-12 Jens AxboeFull readonly check
2007-09-07 Jens Axboesplice: update to new vmsplice-to-user interface
2007-09-05 Jens AxboeFix splice engine compile
2007-09-04 Jens Axboesplice engine: add unmapping for vmsplice-to-user
2007-08-14 Jens Axboesplice: automatically detect whether vmsplice-to-user...
2007-06-13 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-06-13 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-06-13 Jens Axboesplice engine: support for vmsplice to user space
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-04-02 Jens Axboesplice engine: return negative for error
2007-03-14 Jens AxboeUpdate io engine comments
2007-03-08 Jens AxboeRevamp file open/close handling
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] Move td_verror() into io_ops->queue() hook
2007-02-06 Jens Axboe[PATCH] Support residual io counts from io engines
2007-02-06 Jens Axboe[PATCH] Rename io engines