Missing carriage return in latency print
[fio.git] / ioengines.c
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
2006-06-08 Jens Axboe[PATCH] When logging to a file, stderr should go both...
2006-06-08 Jens Axboe[PATCH] Enable output logging to file instead of stdout
2006-06-07 Jens Axboe[PATCH] Final FreeBSD compile fixups
2006-06-07 Jens Axboe[PATCH] Shorten the file names, stupid to prefix everyt...