Add verify_fatal option
[fio.git] / Makefile
2007-07-30 Jens AxboeMove checksumming files to seperate directory
2007-07-30 Jens AxboeAdd sha256 and sha512 checksums
2007-07-27 Jens AxboeAdd sample crc64 checksum
2007-07-27 Jens AxboeAdd crc7 verify type
2007-07-27 Jens AxboeAdd crc16 verify type
2007-05-22 Jens AxboeFix build on older systems
2007-05-16 Jens Axboeblktrace support: speedup reading of data
2007-05-15 Jens AxboeInitial blktrace support
2007-04-02 Jens AxboeSeperate disk util code out of fio.c
2007-03-26 Jens AxboeFix io piece logging to not have O(n) runtime
2007-03-22 Davide LibenziIntroduce EXTFLAGS and EXTLIBS in Makefile.
2007-03-21 Davide LibenziGUASI IO engine
2007-03-15 Jens AxboeSplit option handling out of init.c
2007-03-08 Jens AxboeAdd a real semaphore implemtation
2007-03-01 Joel Becker[PATCH] init.c: Expose f_out and f_err to loaded librar...
2007-02-22 Jens AxboeInclude engines in dependency check
2007-02-21 Jens AxboeMakefile: libdir is not used anymore
2007-02-19 Jens AxboeClean core files on make clean
2007-02-14 Jens Axboe[PATCH] First cut syslet async io support
2007-02-09 Jens Axboe[PATCH] CFLAGS: -fstack-protector doesn't work on older...
2007-02-07 Jens Axboe[PATCH] Improve dependency checking on builds
2007-02-07 Jens Axboe[PATCH] Enable _FORTIFY_SOURCE and stack protector...
2007-02-06 Jens Axboe[PATCH] Simple support for networked IO
2007-02-06 Jens Axboe[PATCH] Rename io engines
2007-01-02 Pascal Bleser[PATCH] Split CFLAGS into OPTFLAGS + CFLAGS
2007-01-02 Jens Axboe[PATCH] Don't create libdir
2006-12-05 Jens Axboe[PATCH] Fix warnings from icc
2006-11-24 Jens Axboe[PATCH] 'null' ioengine
2006-11-24 Jens Axboe[PATCH] Time and seek optimizations
2006-11-23 Jens Axboe[PATCH] Get rid of FIO_INST_PREFIX
2006-11-07 Jens Axboe[PATCH] Link in known io engines
2006-11-07 Jens Axboe[PATCH] Warn on writable strings
2006-11-03 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2006-11-03 Jens Axboe[PATCH] Makefile update
2006-10-26 Jens Axboe[PATCH] Split config name parse functions into parse.c
2006-10-20 Jens Axboe[PATCH] Split the io_u io handling out of fio.c
2006-10-20 Jens Axboe[PATCH] Split out the memory handling from fio.c
2006-10-20 Jens Axboe[PATCH] Only the posixaio engine needs to link against...
2006-10-19 Jens Axboe[PATCH] Fix a bunch of bugs
2006-10-19 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2006-10-18 Jens Axboe[PATCH] Make fio -W clean again
2006-10-18 Jens Axboe[PATCH] Split out the verify io parts
2006-10-18 Jens Axboe[PATCH] Split status/eta code out of fio.c
2006-10-18 Jens Axboe[PATCH] First cut at supporting > 1 file per job
2006-10-09 Jens Axboe[PATCH] Don't hardcode ioengine path
2006-10-09 Jens Axboe[PATCH] Separate io engines into separate loadable...
2006-06-07 Jens Axboe[PATCH] Shorten the file names, stupid to prefix everyt...
2006-06-06 Jens Axboe[PATCH] Juggle some includes, add cscope make target
2006-06-06 Jens Axboe[PATCH] Split up fio.c into log/stat/time parts
2005-12-08 Jens AxboeMove fio to seperate repo