null: 'td' isn't actually unused, unmark it
[fio.git] / engines / sg.c
2011-01-19 Jens AxboeGet rid of shadow declarations
2010-09-26 Jens AxboeUse log_err() in the io engines
2010-08-27 Jens AxboeFix bug with probing block size
2009-06-16 Jens Axboesg engine: IO should be done sync of O_SYNC and O_DIRECT
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 Gurudas PaiFix bad references to 'sgio'
2008-03-01 Jens AxboeMake file structures dynamically allocated
2008-03-01 Jens AxboeUpdate close file handler to return potential error
2007-12-11 Jens Axboe->getevents() should take unsigned args
2007-09-12 Jens AxboeFull readonly check
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-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-14 Jens AxboeUpdate io engine comments
2007-03-13 Jens AxboeAllow explicit setting of a number of files
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-08 Jens Axboe[PATCH] SG IO engine: reduce allocations and memory...
2007-02-08 Jens Axboe[PATCH] SG IO engine: remember to set io_u->file in...
2007-02-08 Jens Axboe[PATCH] SG io engine: better handling of multiple files
2007-02-06 Jens Axboe[PATCH] Support residual io counts from io engines
2007-02-06 Jens Axboe[PATCH] Rename io engines