[PATCH] fio: pretty close to compiling/working on FreeBSD now
[disktools.git] / fio.c
2005-12-05 Jens Axboe[PATCH] fio: pretty close to compiling/working on FreeB...
2005-12-05 Jens Axboe[PATCH] fio: more portability fixes
2005-12-05 Jens Axboe[PATCH] fio: kill asm/unistd.h include
2005-12-05 Jens Axboe[PATCH] fio: support for posix aio
2005-12-05 Jens Axboe[PATCH] fio: prepare to make it more cross platform
2005-12-02 Jens Axboe[PATCH] fio: fix timeout quit with loops > 1
2005-12-01 Jens Axboe[PATCH] fio: shadow warnings
2005-12-01 Jens AxboeMerge branch 'master' of axboe@brick.kernel.dk:/data...
2005-12-01 Jens Axboe[PATCH] fio: fix -W warnings
2005-11-30 Jens Axboe[PATCH] fio: basename() also garbles the passed variable
2005-11-30 Jens Axboe[PATCH] fio: sscanf() doesn't like size expanders
2005-11-30 Jens Axboe[PATCH] fio: pin point where an error happened
2005-11-30 Jens Axboe[PATCH] fio: extend disk stats to cover more than just...
2005-11-30 Jens Axboe[PATCH] fio: file vs bdev size fixes
2005-11-29 Jens Axboe[PATCH] fio: extend file if it's too small
2005-11-29 Jens Axboe[PATCH] fio: unlink the file if terminated during file...
2005-11-29 Jens Axboe[PATCH] fio: flush output when showing termination...
2005-11-28 Jens Axboe[PATCH] fio: use temporary storage before calling dirname()
2005-11-28 Jens Axboe[PATCH] fio: size check was reversed
2005-11-25 Jens Axboe[PATCH] fio: quit can take a while, so show that we...
2005-11-25 Jens Axboe[PATCH] fio: merge the two sig handlers
2005-11-24 Jens Axboe[PATCH] fio: move the disk util stats out of the thread...
2005-11-24 Jens Axboe[PATCH] fio: make disk util work better (account like ru)
2005-11-24 Jens Axboe[PATCH] fio: add some basic disk utilization stats
2005-11-23 Jens Axboe[PATCH] fio: fix larger sleeps
2005-11-18 Jens Axboe[PATCH] fio: Add option for using crc32 for verifies.
2005-11-18 Jens Axboe[PATCH] Add mem=mmap option to use anon mmap for buffer...
2005-11-18 Jens Axboe[PATCH] fio: for mmap'ed io with the direct option...
2005-11-17 Jens Axboe[PATCH] fio: add support for mmap'ed io.
2005-11-17 Jens Axboe[PATCH] fio: various fixes for using a bdev directly
2005-11-15 Jens Axboe[PATCH] fio: if no size given for read, just use file...
2005-11-14 Jens Axboe[PATCH] fio: show group stats after individual job...
2005-11-10 Jens Axboe[PATCH] fio: display percent of agg bw a job got
2005-11-10 Jens Axboe[PATCH] fio: add option for using threads
2005-11-10 Jens Axboe[PATCH] fio: split the code up a bit, fio.c was getting...
2005-11-09 Jens Axboe[PATCH] fio: strip whitespace at the end as well in...
2005-11-09 Jens Axboe[PATCH] fio: stats update, make it work for loops and...
2005-11-09 Jens Axboe[PATCH] fio: do seperate statistics between stonewalls...
2005-11-08 Jens Axboe[PATCH] fio: error handling
2005-11-08 Jens Axboe[PATCH] fio: fix some arch issues
2005-11-08 Jens Axboe[PATCH] fio: 'directory' option debug kill
2005-11-08 Jens Axboe[PATCH] fio: add 'directory' and 'numjobs' options
2005-11-08 Jens Axboe[PATCH] fio: redundant setting of run_str[]
2005-11-08 Jens Axboe[PATCH] fio: stonewall needs to break to honor future...
2005-11-08 Jens Axboe[PATCH] fio: fix busy map problem with file offsets
2005-11-08 Jens Axboe[PATCH] fio: improve timing on low number of usecs
2005-11-08 Jens Axboe[PATCH] fio: add stonewall option to serialize jobs...
2005-11-08 Jens Axboe[PATCH] fio: add cpu usage stats
2005-11-08 Jens Axboe[PATCH] fio: Change '+' runstate to show what the job...
2005-11-08 Jens Axboe[PATCH] fio: td_write()
2005-11-08 Jens Axboe[PATCH] fio: add size detection for block devices
2005-11-07 Jens Axboe[PATCH] fio: fix aio syscall returns and io_u leak...
2005-11-07 Jens Axboe[PATCH] fio: make the aio path handle resubmits
2005-11-07 Jens Axboe[PATCH] fio: make default timeout be until we are done
2005-11-07 Jens Axboe[PATCH] fio: Switch to bytes instead and add map of...
2005-11-07 Jens AxboeMerge branch 'master' of axboe@router:/data/git/disktools
2005-11-07 Jens Axboe[PATCH] fio: convert all internal accounting to sectors
2005-11-07 Jens Axboe[PATCH] fio: make sure bs is a multiple of 512
2005-11-04 Jens Axboe[PATCH] fio: random verify fixes, still some problems...
2005-11-04 Jens Axboe[PATCH] fio: make random io writes verifiable as well
2005-11-04 Jens Axboe[PATCH] fio: let td->error determine exit point
2005-11-04 Jens Axboe[PATCH] fio: make logic easier to read
2005-11-04 Jens Axboe[PATCH] fio: disable verify for random io for now
2005-11-04 Jens Axboe[PATCH] fio: verify cleanups
2005-11-04 Jens Axboe[PATCH] fio: Assume verify is ok for a hole
2005-11-04 Jens Axboe[PATCH] fio: only verify for writes (duh)
2005-11-04 Jens Axboe[PATCH] fio: correct stats for loops=x, where x > 1
2005-11-04 Jens Axboe[PATCH] fio: Allow aio verify to do queueing
2005-11-04 Jens Axboe[PATCH] fio: Implement async verify
2005-11-03 Jens Axboe[PATCH] fio: get_io_u() doesn't need the on-stack lengt...
2005-11-03 Jens Axboe[PATCH] fio: improve state setting and printing
2005-11-03 Jens Axboe[PATCH] fio: some verify fixes
2005-11-03 Jens Axboe[PATCH] fio: Really implement verify
2005-11-03 Jens Axboe[PATCH] fio: commit the md5 bits
2005-11-03 Jens Axboe[PATCH] fio: Add start of 'verify' option
2005-11-03 Jens Axboe[PATCH] fio: Remove jobs on command line
2005-11-03 Jens Axboe[PATCH] fio: Add 'loops' parameter to specify number...
2005-11-03 Jens Axboe[PATCH] fio: add create_serialize and create_fsync...
2005-10-31 Jens Axboe[PATCH] fio: add bwavgtime option for setting bandwidth...
2005-10-28 Jens Axboe[PATCH] fio: move fsync to the end after all the timing...
2005-10-28 Jens Axboe[PATCH] fio: async thinktime should be at the end
2005-10-28 Jens Axboe[PATCH] fio: rename delaysleep to thinktime and update...
2005-10-28 Jens Axboe[PATCH] fio: add 'exitall' option to terminate other...
2005-10-28 Jens Axboe[PATCH] fio: random io was broken after blocks -> kb...
2005-10-27 Jens Axboe[PATCH] fio: dump per-job runtime as well
2005-10-27 Jens Axboe[PATCH] fio: aggregate bandwidth isn't just the sum...
2005-10-27 Jens Axboe[PATCH] fio: Move file creating even earlier and fix...
2005-10-27 Jens Axboe[PATCH] fio: fixup rate calculations
2005-10-27 Jens Axboe[PATCH] fio: serialize client file creating to avoid...
2005-10-27 Jens Axboe[PATCH] Add support for the bsrange=x-y option, mixing...
2005-10-27 Jens Axboe[PATCH] fio: update default random seed
2005-10-27 Jens Axboe[PATCH] fio: prepare for mixed block sized io
2005-10-27 Jens AxboeMerge branch 'master' of axboe@router:/data/git/disktools
2005-10-26 Jens Axboe[PATCH] fio: malloc debug cruft
2005-10-26 Jens Axboe[PATCH] fio: add option for using shm as the io buffers
2005-10-26 Jens Axboe[PATCH] fio: use one big allocation for io units
2005-10-26 Jens Axboe[PATCH] fio: remember to mark shm segment for deletion
2005-10-26 Jens Axboe[PATCH] fio: add option for doing sync writes
2005-10-26 Jens Axboe[PATCH] fio: allow buffed aio. check shmat return value
2005-10-26 Jens Axboe[PATCH] fio: Add -l and -w option for logging latency...
next