Optimize __get_io_u() for better code foot print
[fio.git] / Makefile
2010-03-04 Jens AxboeAdd support for loadable profiles
2009-12-04 Jens AxboeAdd support for blkio cgroups on Linux
2009-11-24 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-11-23 Jens AxboeAdd weak helpers to other makefiles
2009-08-09 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-08-09 Jens AxboeAdd Linus' optimized sha1 hash for checksum
2009-05-20 Jens AxboeAdd fio_generate_plots.1 man page from debian package
2008-11-20 Jens AxboeUse frame pointer
2008-08-04 Jens AxboeAdd intel hardware assisted crc32c support
2008-06-13 Jens AxboeRevert "Add spinlock wrapper helpers"
2008-06-12 Jens AxboeAdd spinlock wrapper helpers
2008-06-11 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-06-11 Jens AxboeAdd crc32c checksum
2008-06-11 Jens AxboeDon't include headers in depend target
2008-06-02 Jens AxboeMakefile update
2008-05-30 Jens AxboeRemove icc reference in Linux Makefile
2008-03-04 Jens AxboeRevamp file locking
2008-03-03 Jens AxboeMakefile updates
2008-03-03 Jens AxboeMakefile updates
2008-03-01 Jens AxboeAdd file hashing helpers
2008-03-01 Jens AxboeAdd a semaphore implementation
2008-03-01 Jens AxboeAdd a really simple allocator, backed with mmap'ed...
2008-03-01 Jens AxboeEnable quiet build mode, enable by default
2008-02-01 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-02-01 Jens AxboeAdd option for not including the tracing stuff
2007-12-10 Jens Axboesyslet: update to -v7 as posted by Zach
2007-09-17 Aaron Carrollman 1 fio
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