fio.git
2006-06-12 Jens Axboe[PATCH] Pass full required size into create_file()
2006-06-12 Jens Axboe[PATCH] Fix non-overwrite bug
2006-06-12 Jens Axboe[PATCH] Add option for terse parseable output
2006-06-12 Jens Axboe[PATCH] Don't hide submission latency numbers, even...
2006-06-12 Jens Axboe[PATCH] Check and error for graph generation if gnuplot...
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-09 Jens Axboe[PATCH] Documentation updates
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] Also print pending string if some threads have...
2006-06-08 Jens Axboe[PATCH] Improve run_str[] updates and printing
2006-06-08 Jens Axboe[PATCH] Note when thread is fsyncing
2006-06-08 Jens Axboe[PATCH] Docu update
2006-06-08 Jens Axboe[PATCH] Remember to define OS_O_DIRECT to OS type if...
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] rwmix seed got broken with random abstraction...
2006-06-07 Jens Axboe[PATCH] Broken write_iolog option if iolog given
2006-06-07 Jens Axboe[PATCH] fio.h is missing unistd.h include
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] Get closer to FreeBSD compile
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...
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
2006-06-06 Jens Axboe[PATCH] Change logging unit from MiB to KiB
2006-06-06 Jens Axboe[PATCH] Aggregate bandwidth off-by 1.024
2006-06-06 Jens Axboe[PATCH] Cleanup allocation frees on exit
2006-06-06 Jens Axboe[PATCH] Add ioscheduler=x option to allow setting io...
2006-06-06 Jens Axboe[PATCH] Add exec_prerun/exec_postrun options
2006-06-06 Jens Axboe[PATCH] Dynamically allocate the big filename entries...
2006-06-06 Jens Axboe[PATCH] Remove debug printf() in read/write_iolog setup
2006-06-06 Jens Axboe[PATCH] Add link to Pascal's RPM repository
2006-06-05 Jens Axboe[PATCH] Fio 1.4
2006-06-02 Jens Axboe[PATCH] Fixup merge error fio-1.4
2006-06-02 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2006-06-02 Jens Axboe[PATCH] Add support for specifying job nice value with...
2006-06-02 Jens Axboe[PATCH] Add support for specifying read/write mix workl...
2006-06-02 Jens Axboe[PATCH] Add write_iolog support
2006-06-01 Jens Axboe[PATCH] More 32-bit fixes (unsigned long -> unsigned...
2006-06-01 Jens Axboe[PATCH] Fix random io truncate on 32-bit archs
2006-06-01 Jens Axboe[PATCH] Introduce an extra runstate for monitoring...
2006-05-31 Jens Axboe[PATCH] Fixup stat queue file read
2006-05-31 Jens Axboe[PATCH] Use /dev/urandom instead of /dev/random
2006-05-31 Jens Axboe[PATCH] Don't allow mlock of more than real_mem-128MiB
2006-05-31 Jens Axboe[PATCH] Use mmap for mlocked memory
2006-05-31 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2006-05-31 Jens Axboe[PATCH] Add lockmem=x option to pin memory
2006-05-30 Jens AxboeMerge branch 'master' of router:/data/git/fio
2006-05-30 Jens Axboe[PATCH] More string fixups
2006-05-30 Jens Axboe[PATCH] End stripping exposed suffix bug
2006-05-30 Jens Axboe[PATCH] String and thread inherit fixes
2006-05-30 Jens Axboe[PATCH] Add end_fsync option
2006-05-28 Jens Axboe[PATCH] splice fixes
2006-05-27 Jens Axboe[PATCH] fio_spliceio_event() used wrong private type
2006-05-27 Jens Axboe[PATCH] Support for splice IO engine
2006-05-27 Jens Axboe[PATCH] Allow job file to be last argument
2006-05-26 Jens Axboe[PATCH] Support for specifying exact io pattern
2006-05-26 Jens Axboe[PATCH] Add -h help option
2006-05-25 Jens Axboe[PATCH] Only fsync on close if fsync= given
2006-05-25 Jens Axboe[PATCH] Add support for read/write mixed io
2006-05-24 Jens Axboe[PATCH] ETA fixes
2006-05-24 Jens Axboe[PATCH] cleanup sg ioctl vs read approach
2006-05-22 Jens Axboe[PATCH] Allow proper sharing of files
2006-05-05 Jens Axboe[PATCH] Update version string, fix offset bug fio-1.3
2006-05-05 Jens Axboe[PATCH] Fix ETA display
2006-02-17 Jens Axboe[PATCH] Silence bogus gcc 4.x warnings
2006-02-17 Jens Axboe[PATCH] Support for multiple queued commands with read...
2006-02-17 Jens Axboe[PATCH] Add support for the read/write interface of...
2006-01-26 Jens Axboe[PATCH] Woops, forgot to define FIO_HAVE_IOPRIO for...
2006-01-26 Jens Axboe[PATCH] sysfs layout fix for md
2006-01-20 Jens Axboe[PATCH] Fix offset/size setting problem fio-1.2
2005-12-28 Jens Axboe[PATCH] 32-bit fixes
2005-12-12 Jens Axboe[PATCH] examples/disk-zone-profile added
2005-12-12 Jens Axboe[PATCH] Misc minor fixes
2005-12-09 Jens Axboe[PATCH] Add support for zoned io sections
2005-12-08 Jens Axboe[PATCH] Include ETA for job(s) to finish
2005-12-08 Jens Axboe[PATCH] Kill ->cur_off, always just lseek() in sync...
2005-12-08 Jens Axboe[PATCH] Further job parsing fixes
2005-12-08 Jens Axboe[PATCH] Fixup check_range() so it accepts any combinati...
2005-12-08 Jens Axboe[PATCH] Bump version to 1.1 for release fio-1.1
2005-12-08 Jens Axboe[PATCH] Add reference to git/http resources
2005-12-08 Jens AxboeMove fio to seperate repo