fio.git
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
2007-03-16 Jens AxboeImprove rwmix buffered split
2007-03-16 Jens AxboeIf the rate setting is based on IOPS, reflect that...
2007-03-15 Jens AxboeUntangle the file creation mess
2007-03-15 Jens AxboeCompile error with FIO_USE_TIMEOUT defined
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-15 Jens AxboeAdd some more options for commands
2007-03-15 Jens AxboeShow alias in command help
2007-03-15 Jens AxboeStyle cleanup
2007-03-15 Jens AxboeCommand help match also on aliases
2007-03-15 Jens AxboeMove setup_rate() out of log.c
2007-03-15 Jens AxboeImprove rate accounting
2007-03-15 Jens AxboeSupport for setting rated based on IOPS
2007-03-15 Jens Axboeblockdev_invalidate_cache(): return -1 for error
2007-03-15 Jens AxboeFailure to put job in add_job() failure case
2007-03-15 Jens AxboeSplit option handling out of init.c
2007-03-15 Jens AxboeMore file creation improvements
2007-03-15 Jens AxboeRemember to account for existing files in size setup
2007-03-15 Jens AxboeUse log_info() throughout
2007-03-15 Jens Axboesiint range parsing HOWTO update
2007-03-15 Jens AxboeAccept '-' as siint delimter as well.
2007-03-15 Jens AxboeAdd 'filesize' option
2007-03-14 Jens AxboeFix build on x86-64 distros without __NR_pread64/pwrite64
2007-03-14 Jens AxboeFix build of syslet engine on x86-64
2007-03-14 Jens AxboeFio 1.14a fio-1.14a
2007-03-14 Jens AxboeFixup new and wrong file name behaviour
2007-03-14 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-14 Jens Axboeposixaio engine: better handling of partial completions
2007-03-14 Jens AxboeDon't free ->files
2007-03-14 Jens AxboeHelp update
2007-03-14 Jens AxboeAdd suboption help texts
2007-03-14 Jens AxboeLeft justify help output
2007-03-14 Jens AxboeFio version 1.14 fio-1.14
2007-03-14 Jens AxboeNew/old file mix fix
2007-03-14 Jens AxboeUpdate io engine comments
2007-03-14 Jens Axboemmap engine: make sure that page unaligned syncs work
2007-03-14 Jens Axboerecurse_dir(): Move . and .. check earlier
2007-03-14 Jens AxboeBetter handling of file creation vs existing files
2007-03-14 Jens AxboeFix for bs shrinkage
2007-03-14 Jens AxboeWhen opening a new file, check file limit not total...
2007-03-13 Jens AxboeFix double io_u free in error path
2007-03-13 Jens AxboePrint informative error when we hit the max number...
next