zbd: Fix zone locking for async I/O engines
[fio.git] / engines / sync.c
2018-07-25 Jens AxboeMerge branch 'fio-c++-engine' of https://github.com...
2018-06-12 Jens Axboerand: cleanup rand_between() and helpers
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 WheelerRefactor #includes and headers
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-07-27 Stephen Batespvsync2: Add hipri_percentage option
2017-06-19 Jens AxboeUpdate write_hint mechanism to latest API
2017-06-14 Jens Axboesync: add support for write life time hint
2017-03-10 Tomohiro KusumiUse union for per file engine private data storage
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
2016-06-02 Jens AxboeEnable preadv2/pwritev2 engines by default on Linux
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-04-02 Jon Derrickfio: register pvsync2 engine correctly
2016-02-26 Jens AxboeAdd support for preadv2/pwritev2
2015-06-01 Jens AxboeMerge branch 'req6' of git://github.com/kusumi/fio
2015-06-01 Tomohiro KusumiMinor cleanups on cleanup()
2014-12-05 Jens Axboesync: use io_u_log_error() for more detailed error...
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