engines: don't use printf or stderr directly
[fio.git] / engines / sync.c
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-09-30 Jens AxboeConstify a few more hot paths
2013-05-17 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2013-05-16 Jens Axboesync engine: guard pvsync engine register/unregister
2013-05-16 Jens Axboesync engine: add support for pwritev/preadv
2012-12-14 Jens AxboeMerge branch 'master' into gfio
2012-12-12 Jens Axboefile: unify ->file_data and ->file_pos
2012-09-24 Jens AxboeMerge branch 'master' into gfio
2012-09-14 Shaohua LiAdd support for trim as a workload type
2011-01-19 Jens AxboeGet rid of shadow declarations
2010-08-25 Jens AxboeAdd support for replaying blktrace trim/discard
2010-07-19 Jens AxboeInitial commit for TRIM/DISCARD support
2010-03-09 Jens AxboeAbstract out generic sync helper
2010-03-09 Jens AxboeInitial suppor for sync_file_range()
2010-02-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-02-02 Jens AxboeTrack last file offset
2009-12-20 Jens AxboeMake fdatasync OS optional
2009-06-16 Jens AxboeAdd support for fdatasync()
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-05-30 Jens Axboeclose_ioengine() clears ->data after calling engine...
2008-05-30 Jens Axboevsync: Fix issue with double issue of io_u
2008-05-30 Jens AxboeMake it work on opensolaris
2008-05-22 Jens AxboeAdd logging for queue submit and complet counts
2008-03-01 Jens AxboeRemove the file->last_completed_pos variable
2008-02-04 Jens Axboesync engine: missing fsync check in vsync
2008-02-04 Jens AxboeAdd vsync io engine
2008-02-04 Jens Axboesync engine: cleanup psync/sync seperation
2007-10-25 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-10-23 gurudas paiAdd pread/pwrite support to sync engine
2007-09-12 Jens AxboeFull readonly check
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
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