Add missing trailing \n in log_err/info()
[fio.git] / engines / mmap.c
2017-01-03 Robert ElliottClean up unit prefixes for binary multiples in comments...
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-12-05 Ross Zwislermmap engine: remove unused variable mmap_map_mask
2015-10-27 Jens AxboeMerge branch 'mmap_shared' of git://github.com/lsgunth/fio
2015-10-27 Jens AxboeFixup -Wshadow warnings
2015-01-13 Yoshinori Satommap backend invalidate fix
2014-12-16 Jens Axboeengines/mmap: clear partial mmap flag on close
2014-12-16 Jens Axboeengines/mmap: fix segfault on large devices and 32...
2014-12-15 Jens AxboeAdd helpers for getting/setting file engine data
2014-12-15 Jens Axboefile: move mmap related data to engines/mmap.c where...
2013-04-15 Jens AxboeFixup bad logging types
2012-02-20 Bruce CranMove Windows port to MinGW
2011-01-22 Jens Axboemmap: catch invalid msync() errors early
2011-01-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-08-25 Jens AxboeAdd support for replaying blktrace trim/discard
2009-07-04 Jens Axboemmap engine: remove code duplication
2009-07-03 Jens Axboemmap engine: allow full mmaps for 64-bit machines
2009-06-29 Jens Axboemmap engine: fix for large files on 32-bit archs
2009-06-16 Jens AxboeAdd support for fdatasync()
2009-06-03 Jens AxboeCleanup verify headers
2009-06-02 Jens Axboemmap engine: don't invalidate cache on segment remap
2009-06-02 Jens Axboemmap engine: remove 'mmap too large' check for 32-bit
2009-06-02 Jens Axboemmap engine: allow large files on 32-bit archs
2009-05-20 Jens AxboeAdd appropriate warning in mmap engine for large maps...
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 AxboeMake it work on opensolaris
2008-03-01 Jens AxboeUpdate close file handler to return potential error
2007-09-12 Jens AxboeFull readonly check
2007-05-21 Jens Axboemmap engine: fix open-for-size check
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-14 Jens AxboeUpdate io engine comments
2007-03-14 Jens Axboemmap engine: make sure that page unaligned syncs work
2007-03-12 Jens AxboeFile truncation and extend fixes
2007-03-08 Jens AxboeRevamp file open/close handling
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-20 Jens Axboemmap IO engine cannot extend a file
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