[PATCH] Plug a few more leaks
[fio.git] / init.c
2006-10-20 Jens Axboe[PATCH] Add bw/lat log as job options
2006-10-20 Jens Axboe[PATCH] Automatically adjust iodepth for nr_files
2006-10-19 Jens Axboe[PATCH] File creation and info fixes
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] Add support for unlinking io files
2006-10-18 Jens Axboe[PATCH Various fixes
2006-10-18 Jens Axboe[PATCH] First cut at supporting > 1 file per job
2006-10-12 Jens Axboe[PATCH] Fix segfault if ioengine isn't set
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-24 Jens Axboe[PATCH] Correct command line parsing fio-1.6
2006-08-24 Randy.Dunlap[PATCH] Drop "-f jobfile" from usage help
2006-07-13 Jens Axboe[PATCH] Fix timout variable setting
2006-06-16 Jens Axboe[PATCH] Remove redundant -f job option
2006-06-13 Jens Axboe[PATCH] Stonewalling wasn't properly done in some circu...
2006-06-13 Jens Axboe[PATCH fio-1.5 fio-1.5
2006-06-13 Jens Axboe[PATCH] Various little fixes and lots of commenting
2006-06-13 Jens Axboe[PATCH] Remove last remnants of file extending
2006-06-12 Jens Axboe[PATCH] Add option for terse parseable output
2006-06-12 Jens Axboe[PATCH] Update usage() text to match options
2006-06-12 Jens Axboe[PATCH] Remove the old job command line options
2006-06-09 Jens Axboe[PATCH] Make it easier to match up filename and job...
2006-06-09 Jens Axboe[PATCH] Misc: stall progress ouput during file creation...
2006-06-09 Jens Axboe[PATCH] Add support for giving multiple job files
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-08 Jens Axboe[PATCH] Compile and works on OpenSolaris (tested on...
2006-06-08 Jens Axboe[PATCH] Let thread exit cleanup the small allocs
2006-06-08 Jens Axboe[PATCH] 'parent' is always set in get_new_job()
2006-06-07 Jens Axboe[PATCH] Warn on conflicting read/write iolog
2006-06-07 Jens Axboe[PATCH] Broken write_iolog option if iolog given
2006-06-07 Jens Axboe[PATCH] Cleanups and 'td' size reduction
2006-06-07 Jens Axboe[PATCH] Easy process shared semaphores
2006-06-07 Jens Axboe[PATCH] Final FreeBSD compile fixups
2006-06-07 Jens Axboe[PATCH] OS abstract out the random seed and value retrieval
2006-06-07 Jens Axboe[PATCH] Guard ioscheduler= option with FIO_HAVE_IOSCHED...
2006-06-07 Jens Axboe[PATCH] More function moving
2006-06-07 Jens Axboe[PATCH] ini parser user friendliness
2006-06-07 Jens Axboe[PATCH] Bad option clarifications (dump supported types)
2006-06-07 Jens Axboe[PATCH] Convert some options to use check_strstore...
2006-06-07 Jens Axboe[PATCH] Add name=x option to name jobs
2006-06-07 Jens Axboe[PATCH] Shorten the file names, stupid to prefix everyt...