fio.git
2007-04-02 Jens Axboesg engine: do type check only when sd has been setup
2007-04-02 Jens Axboesg engine: errno return value fixes
2007-04-02 Jens Axboesplice engine: return negative for error
2007-04-02 Jens AxboeLog and return error in early file open checks
2007-03-29 Jens AxboeSave a division, if delta is non-zero.
2007-03-29 Jens AxboeUnlink a writeable file, if overwrite isn't set
2007-03-29 rootMerge branch 'master' of axboe@router:/data/git/fio
2007-03-29 Jens AxboeWarn when seeing a job option outside of a job section
2007-03-29 Jens AxboeIncrease latency histogram resolution
2007-03-29 Jens Axboesyslet engine: fix segfault if syslets are not available
2007-03-29 Jens AxboeFix loop with multiple files
2007-03-29 Jens AxboeFix memory overflow with > 64 byte options
2007-03-29 Jens AxboeOnly use posix_fallocate(), if we are overwriting
2007-03-29 gurudas paiFix parsing of job section with preceeding space
2007-03-29 Jens Axboecompiler.h needs to define __must_check if not set
2007-03-29 Jens AxboeFix typo in previous compiler patch for gcc 3.x
2007-03-29 Jens AxboeFix __must_check compile on older compilers
2007-03-28 Jens AxboeFix bug with stripping white space at the front of...
2007-03-28 Jens AxboeFio version 1.15 fio-1.15
2007-03-28 Jens AxboeFix typo in the netio example
2007-03-28 Jens AxboeFix short IO handling for verifies as well
2007-03-28 Jens AxboeHandle short read at the end of file
2007-03-28 Jens AxboeDon't inherit new_group for sub-jobs
2007-03-28 Jens AxboeFix size setting on raw devices
2007-03-28 Jens AxboeFix infinite loop in get_next_file_rr()
2007-03-28 Jens AxboeAdd a REPORTING-BUGS file
2007-03-27 Jens AxboeBetter check for not doing a file twice
2007-03-27 Jens AxboeFix bug with not noticing end of file
2007-03-27 Jens AxboePrint number of open files in eta dump
2007-03-27 Jens AxboeDon't free the string options
2007-03-27 Jens AxboeUse clear_error() instead of clearing the error manually
2007-03-27 Jens AxboeAuto limit open files if we get EMFILE
2007-03-27 Jens Axboe'opendir' fixes
2007-03-27 Jens AxboeUpdate fio io engine version
2007-03-27 Jens AxboeNo need to return an error from get_file_sizes()
2007-03-27 Jens AxboeOnly overwrite in layout if needed
2007-03-27 Jens AxboeDo the invalidate/advise hinting in td_open_file()
2007-03-27 Jens AxboeRevamp the file creation code
2007-03-27 Jens AxboeCleanup generic_file_open()
2007-03-27 Jens AxboeDon't completely fail for block device flushing failure
2007-03-27 Jens AxboeMake sure to set io size on non-files
2007-03-27 Jens AxboeTrim the rbtree stuff fio doesn't use
2007-03-27 Jens AxboeRemove kernel headers from rbtree.h
2007-03-27 Jens AxboeGUASI engine: should use log_err() during runtime
2007-03-27 Jens AxboeImprove random verify block sorting
2007-03-27 Jens AxboeAvoid using the rbtree if we don't have to
2007-03-27 Jens AxboeFix problems with rb code
2007-03-27 Jens AxboeUpdate rbtree code
2007-03-27 Jens AxboeRemove redundant double casts in time functions
2007-03-27 Jens AxboeNULL engine: ->commit() has side effects, make sure...
2007-03-27 Jens AxboeInclude syncs in the stored io log
2007-03-27 Jens AxboeRemove !td->o.read_io_log test that is always true
2007-03-27 Jens AxboeOnly call into log_io_piece() when verify is set
2007-03-27 Davide LibenziGUASI engine: free lingering requests from the buffer...
2007-03-26 Davide LibenziGUASI update
2007-03-26 Jens AxboeNo need to fill random bytes for VERIFY_NULL
2007-03-26 Jens AxboeAdd 'null' verify option
2007-03-26 Jens Axboe->ddir_nr must be 1 by default, otherwise we'll do...
2007-03-26 Jens AxboeFix io piece logging to not have O(n) runtime
2007-03-23 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-03-23 Jens AxboeFree/alloc every FIO_OPT_STR_STORE string
2007-03-23 Jens AxboeMake sure the ->files array is job private
2007-03-23 Jens AxboeFix file unlinking
2007-03-23 Jens AxboeFix bug with numjobs > 1, directory and filename given
2007-03-23 Jens AxboePrint help info on huge page shmget() returning EINVAL
2007-03-23 Jens AxboeMove the huge page size defines into arch code
2007-03-23 Jens AxboeCleanup get_next_offset()
2007-03-22 Jens AxboeAdd option to disable fadvise() hints
2007-03-22 Jens AxboeLeftover debug printf()
2007-03-22 Jens AxboeImprove mixed random append option
2007-03-22 Jens AxboeAdd support for mixing a random IO workload a bit
2007-03-22 Davide LibenziAdd few debug statements and limit thread usage.
2007-03-22 Davide LibenziAvoid "ts" going out of scope.
2007-03-22 Davide LibenziAdapth guasi.c to the new FIO strctures, and free the...
2007-03-22 Davide LibenziIntroduce EXTFLAGS and EXTLIBS in Makefile.
2007-03-21 Jens AxboeImprove data direction runtime logging
2007-03-21 Jens AxboeImprove rwmix states
2007-03-21 Jens AxboeDump actual filename in failure to open
2007-03-21 Jens AxboeCatch too large memory allocations that cause size_t...
2007-03-21 Davide LibenziUpdate to guasi 0.5 diff
2007-03-21 Jens AxboeMention GUASI in the HOWTO for the ioengine= option
2007-03-21 Jens AxboeExpose guasi IO engine in ioengine=
2007-03-21 Davide LibenziGUASI IO engine
2007-03-20 Jens AxboeFix divide-by-zero
2007-03-20 Jens AxboeWarn if default value is given for string option withou...
2007-03-20 Jens Axboe'new_group' option
2007-03-20 Jens AxboeClear ->file_map after free()
2007-03-20 Jens AxboeSometimes we allocated too little memory for buffers
2007-03-20 Jens AxboePrint clue to reduce queue depth if engine init fails
2007-03-20 Jens Axboelibaio engine: queue init error handling
2007-03-20 Jens AxboeAlways make sure buffer sizes are aligned for allocation
2007-03-20 Jens AxboeFile creation fix
2007-03-20 Jens Axboe'dev' is 'stdev' in the print out now
2007-03-19 Jens AxboeMake sure mmaphuge file backed file is the size we...
2007-03-19 Jens AxboeSort option possible value map
2007-03-19 Jens AxboeRevert b370e46b370e46... Put longest options first
2007-03-19 Jens AxboeHelpful indication to run as root
2007-03-19 Jens AxboeNo need to use perror() after td_verror()
2007-03-19 Jens AxboePut longest options first
2007-03-19 Jens AxboeWe can't stringify something the parser doesn't handle
next