smalloc: remember to account for sizeof block header
[fio.git] / engines /
2008-04-10 Jens Axboelibaio: Add hint on libaio engine init failing
2008-03-10 Jens Axboeposixaio: Missing memset()
2008-03-10 Jens Axboeposixaio: speedup by using aio_suspend() instead of...
2008-03-03 Jens AxboeRemove debug printf() in net engine
2008-03-01 Jens AxboeRemove the file->last_completed_pos variable
2008-03-01 Jens AxboeMake file structures dynamically allocated
2008-03-01 Jens AxboeUpdate close file handler to return potential error
2008-02-24 Jens AxboeMove syslet/indirect bits into the OS specific directory
2008-02-18 Jens AxboeAdd FIO_SIGQUIT engine option
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
2008-01-18 Jens Axboelibio: fix bug in commit hook
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-10-25 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-10-25 Jens AxboeFixes for CPU burn engine
2007-10-23 gurudas paiAdd pread/pwrite support to sync 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-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-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-07-26 Jens AxboeMissed FIO_UNIDIR io ops flags on net engine
2007-07-26 Jens AxboeIO verification improvements
2007-06-24 Jens Axboenet engine: cleanup the splice handling
2007-06-24 Jens Axboenet engine: fix listenfd/pipe fd leaks
2007-06-22 Jens Axboenetsplice: use zero-copy if possible
2007-06-22 Jens Axboenetsplice: fix a few typos
2007-06-22 Jens AxboeSupport for 'netsplice' engine
2007-06-19 Jens Axboeguasi engine: remove STFU_GCC()
2007-06-18 Jens Axboelibaio engine: print warning for depth > 1 and buffered IO
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-05-22 Jens AxboeFix bug with random IO and network connections
2007-05-21 Jens Axboemmap engine: fix open-for-size check
2007-04-12 Jens AxboePut the ->real_file_size handling into fio
2007-04-11 Jens AxboeFor non-file engines, set ->real_file_size if total...
2007-04-10 Davide LibenziGUASI API change
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-04-02 Jens Axboesg engine: fix old comment
2007-04-02 Jens Axboesg engine: do type check only when sd has been setup
2007-04-02 Jens Axboesg engine: errno return value fixes
2007-04-02 Jens Axboesplice engine: return negative for error
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-27 Jens AxboeRevamp the file creation code
2007-03-27 Jens AxboeGUASI engine: should use log_err() during runtime
2007-03-27 Jens AxboeNULL engine: ->commit() has side effects, make sure...
2007-03-27 Davide LibenziGUASI engine: free lingering requests from the buffer...
2007-03-26 Davide LibenziGUASI update
2007-03-22 Davide LibenziAdd few debug statements and limit thread usage.
2007-03-22 Davide LibenziAdapth guasi.c to the new FIO strctures, and free the...
2007-03-21 Davide LibenziUpdate to guasi 0.5 diff
2007-03-21 Davide LibenziGUASI IO engine
2007-03-20 Jens Axboelibaio engine: queue init error handling
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-15 Jens AxboeUse log_info() throughout
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 AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-14 Jens Axboeposixaio engine: better handling of partial completions
2007-03-14 Jens AxboeUpdate io engine comments
2007-03-14 Jens Axboemmap engine: make sure that page unaligned syncs work
2007-03-13 Jens Axboenr_files conflict with filename
2007-03-13 Jens AxboeAllow explicit setting of a number of files
2007-03-12 Jens Axboesyslet engine: residual fix
2007-03-12 Jens AxboeFile truncation and extend fixes
2007-03-09 Jens AxboeTurn the CPU burner into a real io engine
2007-03-09 Jens Axboenull engine: fix queue bug with repeated commit() calls...
2007-03-09 Jens Axboenull engine: update to support queuing
2007-03-08 Jens Axboenull engine: don't dup() stdin anymore
2007-03-08 Jens AxboeEngines should not touch nr_open_files anymore
2007-03-08 Jens AxboeRevamp file open/close handling
2007-03-02 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-02 Jens AxboeSpelling fixes
2007-03-02 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-03-02 Jens Axboeposixaio engine: residual data count
2007-03-02 Jens Axboelibaio engine: proper return value checking
2007-03-02 Jens AxboeNet engine: move connection setup into ->init()
2007-03-02 Jens AxboeNet engine: missing ->nr_open_files for clients
2007-03-02 Jens AxboeConvert null io engine to use ->setup()
2007-03-02 Jens AxboeNet engine: need to set ->nr_open_files
2007-03-01 Jens AxboeOnly check FIO_DISKLESSIO in stat.c
2007-03-01 Joel Becker[PATCH] ioengine flags: Replace FIO_NETIO with real...
next