Parser: make check_int() accept hex input if prefixed with 0x
[fio.git] / log.c
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...