[PATCH] fio: 'directory' option debug kill
[disktools.git] / fio.c
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...
2005-10-25 Jens Axboe[PATCH] fio: typo, file_size -> file_offset
2005-10-25 Jens Axboe[PATCH] fio: lots of missing global -> job inheritance
2005-10-25 Jens Axboe[PATCH] fio: Fixup install target and modify client...
2005-10-25 Jens Axboe[PATCH] fio: Add submission latency numbers for aio
2005-10-25 Jens Axboe[PATCH] fio: io_submit() returns the error, it doesn...
2005-10-25 Jens Axboe[PATCH] fio: need to put io_u in submission failure...
2005-10-25 Jens Axboe[PATCH] fio: avoid lseek() if cur_off == offset
2005-10-25 Jens Axboe[PATCH] fio: aio implies direct io, since there's no...
2005-10-25 Jens Axboe[PATCH] fio: create an abstract io unit
2005-10-25 Jens Axboe[PATCH] fio: td->aio_ctx need not be dynamically allocated
2005-10-24 Jens Axboe[PATCH] fio: collate some common code
2005-10-24 Jens Axboe[PATCH] fio: Add option 'invalidate' for killing page...
2005-10-24 Jens Axboe[PATCH] fio: comment and factor out thread status display
2005-10-24 Jens Axboe[PATCH] fio: bail if max_jobs ever reaches 0
2005-10-24 Jens Axboe[PATCH] fio: Add create/overwrite and size/offset options
2005-10-24 Jens Axboe[PATCH] fio: scale max_jobs if the shm segment gets...
2005-10-21 Jens Axboe[PATCH] fio: fix parameters after -f and fix recent...
2005-10-21 Jens Axboe[PATCH] fio: Add bandwidth average and deviation
2005-10-21 Jens Axboe[PATCH] fio: remove write_stat stuff and calc latency...
2005-10-21 Jens Axboe[PATCH] fio: time cleanups
2005-10-21 Jens Axboe[PATCH] fio: remove old stat code
2005-10-21 Jens Axboe[PATCH] fio: rename stat file + location, it wasn't...
2005-10-21 Jens Axboe[PATCH] fio: Need to sem_wait() on startup mutex on...
2005-10-21 Jens Axboe[PATCH] fio: Add option for setting timeout of individu...
2005-10-21 Jens Axboe[PATCH] fio: Add [global] job number to set default...
2005-10-21 Jens Axboe[PATCH] fio: dump aio depth instead of just 0/1 on...
2005-10-21 Jens Axboe[PATCH] fio: factor out common code and shutdown handling
2005-10-21 Jens Axboe[PATCH] fio: more async fixes
2005-10-21 Jens Axboe[PATCH] fio: async latency calculation fixes
2005-10-21 Jens Axboe[PATCH] fio: kill max_depth print and fix for error...
2005-10-21 Jens Axboe[PATCH] fio: Add support for async io
2005-10-19 Jens Axboe[PATCH] fio: missing fclose()
2005-10-19 Jens Axboe[PATCH] fio: better thread termination and option parsing
2005-10-19 Jens Axboe[PATCH] fio: forgot to kill sig_handler printf
2005-10-19 Jens Axboe[PATCH] fio: fixes for quit-on-rate-error and status...
2005-10-19 Jens Axboe[PATCH] fio: Add option for complete quit if one rate...
2005-10-19 Jens Axboe[PATCH] fio: kill unused functions (mark others static)
2005-10-19 Jens Axboe[PATCH] fio: Add option for delaying startup of a job
2005-10-19 Jens Axboe[PATCH] fio: allow timeout == 0 to mean run forever
2005-10-19 Jens Axboe[PATCH] fio: Add ratemin/ratecycle/fsync options and...
next