Update documentation on new terse format and add version number
[fio.git] / log.c
2010-06-21 Jens AxboeFix a bug with multiple files in the same io_piece...
2010-06-15 Jens AxboeAdd some support for a verify backlog
2010-03-09 Jens AxboeInitial suppor for sync_file_range()
2009-11-03 Glen OgilvieFixup iolog replay and add 'wait' command
2009-06-16 Jens AxboeAdd support for fdatasync()
2009-06-03 Jens AxboeCleanup verify headers
2009-05-18 Jens AxboeInclude transfer size in the clat/slat measurements
2009-04-21 Jens AxboeRemove debug printf()
2009-04-21 Jens AxboeAllow IO logging even for diskless engines
2009-02-19 Jens AxboeAllow 'norandommap' with verify
2008-11-20 Jens AxboeMake log writing append
2008-11-19 Jens AxboeAdd support for giving bw/clat/slat log prefixes
2008-06-02 Jens AxboeRename list_* function and file to flist_ to avoid...
2008-05-30 Jens AxboeMake it work on opensolaris
2008-05-15 Jens AxboeFix crash with iolog
2008-05-14 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-05-07 Jens AxboePut the logs in the current directory
2008-04-24 Jens AxboeKill unused parameters
2008-04-04 Jens AxboeImprove naming in fio gnuplot graphs
2008-03-10 Jens AxboeExtend ipo file action capabilities
2008-03-07 Jens Axboeblktrace improvements and fixups
2008-03-07 Jens AxboeTweak handling of write traces with --readonly
2008-03-06 Jens AxboeStyle fixups
2008-03-01 Jens AxboeMake file structures dynamically allocated
2008-02-21 Jens Axboeprune_io_piece_log() also needs to take list into account
2008-02-21 Jens AxboeRemove dead FIO_FILE_NOSORT flag
2008-02-01 Jens AxboeAdd --debug for enabling internal dumps on various...
2007-10-22 gurudas paifio: build warning fix on gcc-3.4.6-3
2007-09-12 Jens AxboeExtend --readonly
2007-09-03 Jens AxboeFix ETA display for iolog replay
2007-07-23 Jens AxboeAdd ->done variable to force exit when we know we are...
2007-07-23 Jens AxboeOne more fio_ddir fixup
2007-07-23 Jens Axboeddir is of type enum fio_ddir
2007-07-23 Jens AxboeRemove gotos from read_iolog_get()
2007-07-23 Jens AxboeIO log fixes
2007-07-23 Jens AxboeAdd version 2 of the iolog format
2007-05-15 Jens Axboeblktrace replay: delay support
2007-05-15 Jens Axboeiolog bug: TD_DDIR_READ should be TD_DDIR_WRITE
2007-05-15 Jens AxboeInitial blktrace support
2007-04-25 Jens AxboeMore iolog fixes
2007-04-25 Jens AxboeFix read_iolog
2007-03-27 Jens AxboeImprove random verify block sorting
2007-03-27 Jens AxboeAvoid using the rbtree if we don't have to
2007-03-27 Jens AxboeFix problems with rb code
2007-03-27 Jens AxboeInclude syncs in the stored io log
2007-03-26 Jens AxboeFix io piece logging to not have O(n) runtime
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-15 Jens AxboeMove setup_rate() out of log.c
2007-03-15 Jens AxboeSupport for setting rated based on IOPS
2007-03-09 Jens AxboeTurn the CPU burner into a real io engine
2007-03-02 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-02 Jens AxboeSpelling fixes
2007-02-23 Jens AxboeImprove rate usec calculation
2007-02-23 Jens AxboeStreamline thread_data data direction setting and checking
2007-02-14 Jens Axboe[PATCH] First cut syslet async io support
2007-01-17 Jens Axboe[PATCH] Add support for writing aggregate bandwidth log
2007-01-13 Jens Axboe[PATCH] Fixup rate usec cycle calculation for small...
2006-12-05 Jens Axboe[PATCH] Fix warnings from icc
2006-11-03 Jens Axboe[PATCH] Add seperate read/write block size options
2006-10-27 Jens Axboe[PATCH cpu io threads need not have lots of stuff setup
2006-10-27 Jens Axboe[PATCH] Improve io logging
2006-10-24 Jens Axboe[PATCH] Revert some of the leak fixes
2006-10-20 Jens Axboe[PATCH] Be nicer about cleaning up allocated memory
2006-10-20 Jens Axboe[PATCH] Cleanup iolog handling
2006-10-18 Jens Axboe[PATCH] First cut at supporting > 1 file per job
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] More function moving
2006-06-07 Jens Axboe[PATCH] Shorten the file names, stupid to prefix everyt...