Fio 1.43.2
[fio.git] / ioengines.c
2010-08-25 Jens AxboeAdd support for replaying blktrace trim/discard
2010-07-19 Jens AxboeInitial commit for TRIM/DISCARD support
2010-03-19 Jens AxboeFix bad sign on td_verror()
2010-03-18 Jens AxboeCatch error on ->commit and ->get_events
2010-03-09 Jens AxboeAssign io_u->error directly in do_io_u_sync()
2010-03-09 Jens AxboeAbstract out generic sync helper
2010-03-09 Jens AxboeMake sure we handle multiple arguments to sync_file_range
2010-03-09 Jens AxboeInitial suppor for sync_file_range()
2009-07-03 Jens AxboeAdd warning about potentially missing O_DIRECT support...
2009-06-16 Jens AxboeAdd support for fdatasync()
2009-06-11 Jens AxboeRemove a reference check
2009-06-09 Jens AxboeFix problem with too many opened files
2009-06-03 Jens AxboeSplit off diskutil include
2009-06-03 Jens AxboeClean up file flags
2009-05-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-05-27 Jens AxboeIncrease accuracy of disk utility percentage
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-10-16 Jens AxboeIssue time fixup for guasi/libaio
2008-10-16 Jens AxboeAdd options for disabling slat/clat/bw measurements
2008-10-16 Jens AxboeKill io_u timeout handling
2008-10-16 Jens AxboeOnly memcpy last issue time when using iolog replay
2008-06-05 Jens AxboeAdd iodepth_batch_complete control
2008-06-04 Jens AxboeAdd directio support to Solaris
2008-06-04 Jens AxboeWe need to grab and mark the file open before jumping...
2008-06-02 Jens AxboeRename list_* function and file to flist_ to avoid...
2008-05-30 Jens Axboeffz() takes ints, so change the file_map to being int...
2008-05-30 Jens Axboeclose_ioengine() clears ->data after calling engine...
2008-05-22 Jens AxboeAdd logging for queue submit and complet counts
2008-05-15 Jens AxboeFix bad interaction with file open/close and queuing
2008-05-15 Jens AxboeImprove iodepth logging
2008-05-14 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-05-14 Jens AxboeAllow marking of queue depth for more than 1 io_u at...
2008-03-06 Jens AxboeStyle fixups
2008-03-04 Jens AxboeRevamp file locking
2008-03-01 Jens AxboeAdd the file sharing bits
2008-03-01 Jens AxboeAdd file locking hooks
2008-03-01 Jens AxboeRemove the file->last_completed_pos variable
2008-03-01 Jens AxboeUpdate close file handler to return potential error
2008-02-04 Jens AxboeImprove depth marking
2008-02-01 Jens AxboeA bunch of fixes
2008-02-01 Jens AxboeAdd --debug for enabling internal dumps on various...
2007-12-11 Jens Axboe->getevents() should take unsigned args
2007-09-19 Zach BrownTrivial spelling correction
2007-09-12 Jens AxboeFull readonly check
2007-09-11 Jens AxboeAdd --readonly option
2007-07-27 ljzhang,Yaxin Hu... [PATCH] Fix fileoffset option
2007-07-23 Jens AxboeAdd version 2 of the iolog format
2007-05-15 Jens Axboeblktrace replay: delay support
2007-04-26 Jens AxboeFix bug with file references
2007-04-16 Jens AxboeAdd support for using '-' as filename for stdin/stdout
2007-04-12 Jens AxboeA ->close_file() operation isn't strictly needed
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-03-27 Jens AxboeDo the invalidate/advise hinting in td_open_file()
2007-03-27 Jens AxboeRevamp the file creation code
2007-03-20 Jens AxboePrint clue to reduce queue depth if engine init fails
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-13 Jens AxboeCheck for open files on io operations
2007-03-13 Jens AxboeAdd file reference counting
2007-03-13 Jens AxboeTurn file ->open and ->unlink into flags
2007-03-12 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-03-12 Jens AxboeShow IOPS as well as bw numbers
2007-03-09 Jens AxboeTurn the CPU burner into a real io engine
2007-03-09 Jens AxboeMake sure each job loads a private io engine
2007-03-08 Jens AxboeGet rid of reopen_files()
2007-03-08 Jens AxboeAdd ->open to struct fio_file
2007-03-08 Jens AxboeRevamp file open/close handling
2007-03-05 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-05 Jens AxboeCleanup requeue handling
2007-02-28 Jens AxboeDuplicate name checks in ioengines.c
2007-02-26 Jens AxboeMove the iodepth_batch into td_io_queue() instead
2007-02-26 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-02-26 Jens AxboeAdd iodepth_batch setting
2007-02-26 Jens AxboeMove ->commit() call to td_io_getevents()
2007-02-22 Jens AxboeAdd more context to the error messages
2007-02-22 Jens AxboeFix crash on thread exit
2007-02-22 Jens Axboeio_u timeout handling
2007-02-22 Jens AxboeTrack io_u state (free or in-flight)
2007-02-20 Jens AxboeStatic error value checking
2007-02-20 Jens AxboeFix sync engine completion latency
2007-02-20 Jens AxboeImprove submission latency calculation
2007-02-19 Jens AxboeAdd support for queuing > 1 command at the time
2007-02-18 Jens AxboeChange IO engine queuing
2007-02-14 Jens Axboe[PATCH] Defer engine ops verification check
2006-11-24 Jens Axboe[PATCH] Time and seek optimizations
2006-11-07 Jens Axboe[PATCH] Add skeleton external io engine
2006-11-07 Jens Axboe[PATCH] Link in known io engines
2006-11-02 Jens Axboe[PATCH] String copy limiting fixes
2006-10-27 Jens Axboe[PATCH] Add full command line parameter support
2006-10-24 Jens Axboe[PATCH] Move td_io_sync()
2006-10-24 Jens Axboe[PATCH] Implement file syncing as data direction
2006-10-20 Jens Axboe[PATCH] Sanity check ops on loaded io engine
2006-10-20 Jens Axboe[PATCH] Split the io_u io handling out of fio.c
2006-10-19 Jens Axboe[PATCH] Fix a bunch of bugs
2006-10-09 Jens Axboe[PATCH] Don't hardcode ioengine path
2006-10-09 Jens Axboe[PATCH] Remember to check ioops version in loaded module
2006-10-09 Jens Axboe[PATCH] Fixup failure to load io engine object logging
2006-10-09 Jens Axboe[PATCH] Separate io engines into separate loadable...
2006-09-14 Jens Axboe[PATCH] Basic support for a cpu cycle eater job
2006-08-16 Jens Axboe[PATCH] libaio returns long, not int
next