fio.git
2007-05-15 Jens Axboeblktrace fixup + documentation
2007-05-15 Jens Axboeblktrace support now works
2007-05-15 Jens Axboeblktrace support update
2007-05-15 Jens Axboeiolog bug: TD_DDIR_READ should be TD_DDIR_WRITE
2007-05-15 Jens AxboeFix typo in blktrace code
2007-05-15 Jens AxboeSome more bits of blktrace support
2007-05-15 Jens AxboeInitial blktrace support
2007-04-26 Jens AxboeLog error on io buffer allocation
2007-04-26 Jens AxboeAllow termination during io_u building
2007-04-26 Jens AxboeFio 1.16.1 fio-1.16.1
2007-04-26 Jens AxboeFix bug with file references
2007-04-26 Jens AxboeDisk stat improvements
2007-04-25 Jens AxboeMore iolog fixes
2007-04-25 Jens AxboeFix read_iolog
2007-04-25 Jens AxboeFio 1.16 fio-1.16
2007-04-23 Jens AxboeFio is also available over http://
2007-04-19 Jens AxboeFix file unlinking
2007-04-19 Jens AxboeFix command line parsing bug
2007-04-19 Jens AxboeFix --showcmd bug
2007-04-18 Jens AxboeMask in BE ioprio class as default
2007-04-18 Jens AxboeRevert "We do need to send a SIGQUIT to a process/threa...
2007-04-18 Jens AxboeHave the job set ->terminate when runtime is exceeded
2007-04-17 Jens AxboeAdd time_based option
2007-04-17 Jens AxboeReplace random constant with the symbolic name (GR...
2007-04-17 Jens AxboeIO buffer allocation cleanup
2007-04-17 Jens AxboeAdd zero_buffers option
2007-04-17 Jens AxboeReduntant write bit checks
2007-04-17 Jens AxboeWe do need to send a SIGQUIT to a process/thread, even...
2007-04-17 Jens AxboeLog and dump short ios
2007-04-17 Jens AxboeIf writing to stdout, move stat output to stderr
2007-04-17 Jens AxboeBetter checks for disk util init
2007-04-17 Jens AxboeNo need to check for type before doing fsync()
2007-04-16 Jens AxboeAdd support for using '-' as filename for stdin/stdout
2007-04-16 Jens AxboeFix problem with f->last_completed_pos not being correc...
2007-04-16 Jens AxboeAdd check for pipe/fifo files
2007-04-16 Jens AxboeWarn more gently if the kernel is too old for io schedu...
2007-04-16 Jens AxboeFio 1.15.2 fio-1.15.2
2007-04-12 Jens AxboePut the ->real_file_size handling into fio
2007-04-12 Jens AxboeA ->close_file() operation isn't strictly needed
2007-04-11 Jens AxboeFor non-file engines, set ->real_file_size if total...
2007-04-11 gurudas paiFix bug with stonewall option causing segfault
2007-04-11 Jens AxboeFix problem with treating ENOENT as an error
2007-04-10 Davide LibenziGUASI API change
2007-04-04 Jens AxboeAdd a '--showcmd' option for dumping a job file
2007-04-04 Jens AxboeLet parse_options() decide on when parsing failed
2007-04-04 Jens AxboeHave strip_blank_end() also strip off any comments
2007-04-03 Jens AxboeFix sysfs_root assignment with multiple identical devices
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-04-02 Jens AxboeSeperate disk util code out of fio.c
2007-04-02 Jens AxboeFix disk utilization and ioscheduler switch on raw...
2007-04-02 Jens AxboeFio 1.15.1 fio-1.15.1
2007-04-02 Jens Axboesg engine: fix old comment
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
next