Default print pretty up
[fio.git] / engines / syslet-rw.c
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-02 Jens AxboeMove fls.h in with the other lib helpers
2008-06-02 Jens AxboeMissed fls() -> __fls() conversion
2008-05-30 Jens Axboeclose_ioengine() clears ->data after calling engine...
2008-02-24 Jens AxboeMove syslet/indirect bits into the OS specific directory
2007-12-12 Jens Axboesyslet: we have fls(), use it for rounding ring size up
2007-12-11 Jens Axboeunsigned vs signed warnings
2007-12-11 Jens Axboesyslet: can't free the stack
2007-12-11 Jens Axboe->getevents() should take unsigned args
2007-12-11 Jens Axboesyslet: cleanup event reaping
2007-12-11 Jens Axboesyslet: add proper read barrier between user_tail and...
2007-12-11 Jens Axboesyslet: error handling
2007-12-11 Jens Axboesyslet: make sure ring buffer is a power-of-2
2007-12-10 Jens Axboesyslet: memory allocation error handling
2007-12-10 Jens Axboesyslet: update to -v7 as posted by Zach
2007-09-28 Jens AxboeGet rid of syslet-rw compile warnings on 32-bit
2007-09-19 Zach BrownUpdate syslet-rw to fixed size ABI structures
2007-09-19 Zach BrownExec the getpid atom when testing for syslet support
2007-09-19 Zach BrownInitialize the new_thread_stack so syslet support testi...
2007-09-12 Jens AxboeFull readonly check
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-03-29 rootMerge branch 'master' of axboe@router:/data/git/fio
2007-03-29 Jens Axboesyslet engine: fix segfault if syslets are not available
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-14 Jens AxboeFix build on x86-64 distros without __NR_pread64/pwrite64
2007-03-14 Jens AxboeFix build of syslet engine on x86-64
2007-03-14 Jens AxboeUpdate io engine comments
2007-03-12 Jens Axboesyslet engine: residual fix
2007-03-08 Jens AxboeRevamp file open/close handling
2007-02-27 Jens Axboesyslet engine: submission latency numbers
2007-02-26 Jens Axboesyslet engine: smart batching
2007-02-26 Jens Axboesyslet v4 support
2007-02-23 Jens AxboeFirst cut at doing sequences of atoms in one commit
2007-02-22 Jens AxboeAdd more context to the error messages
2007-02-22 Jens Axboesyslet: typo
2007-02-22 Jens Axboesyslet engine: style fix and ->queue() error return...
2007-02-21 Ingo Molnarv3 syslet engine support
2007-02-18 Jens AxboeChange IO engine queuing
2007-02-14 Jens Axboe[PATCH] syslet: code cleanup
2007-02-14 Jens Axboe[PATCH] syslet: fix leak of ring and ahu
2007-02-14 Jens Axboe[PATCH] syslet: async_head_user struct should be permanent
2007-02-14 Jens Axboe[PATCH] syslet engine: use pread instead lseek+read
2007-02-14 Jens Axboe[PATCH] Let the syslet ioengine register check supporta...
2007-02-14 Jens Axboe[PATCH] First cut syslet async io support