engines/io_uring: ensure sqe stores are ordered SQ ring tail update
[fio.git] / engines / splice.c
2018-04-20 Jens Axboeengines: fixup fio_q_status style violations
2018-04-20 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-04-18 Bart Van AsscheIntroduce enum fio_q_status
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerUse POSIX path for poll.h and fcntl.h headers
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-06-12 Tomohiro Kusumisplice: don't use void* for pointer arithmetic (gcc)
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-07-27 Tomohiro KusumiDon't malloc/memcpy ioengine_ops on td initialization
2013-01-24 Jens AxboeMerge branch 'master' into gfio
2013-01-10 Jens AxboeAdd configure script
2012-11-14 Jens AxboeMerge branch 'master' into gfio
2012-11-13 Jens AxboeGet rid of uninitialized_var()
2011-05-13 Jens Axboesplice: use ->o.memalign to indicate we want aligned...
2010-09-26 Jens AxboeUse log_err() in the io engines
2010-07-19 Jens AxboeInitial commit for TRIM/DISCARD support
2010-03-09 Jens AxboeUpdate libaio/posixaio/splice for sync updates
2009-07-01 Jens AxboeDon't allow pre_read on IO engines that cannot seek
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