Fio 1.28
[fio.git] / fio.c
2009-06-10 Jens AxboeFile close fixes
2009-06-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-10 Jens AxboeFix bad min rate check
2009-06-09 Jens AxboeFix problem with too many opened files
2009-06-09 Jens AxboeMissed int to pointer conversion check for ->ratemin
2009-06-09 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-09 Jens AxboeAdd support for limiting only rate in only one direction
2009-06-03 Jens AxboeFix bug with rwmix and multiple loops over the same set
2009-06-03 Jens AxboeSplit off diskutil include
2009-06-03 Jens AxboeCleanup verify headers
2009-06-03 Jens AxboeClean up file flags
2009-05-20 Jens AxboeMake sure that exec_prerun/postrun work for shell commands
2009-05-20 Zhang, YanminAdd pre_read option
2009-05-18 Fabio ChecconiFix garbling of clat/slat logs if a shared log file...
2009-04-30 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-04-29 Jens AxboeAlign io units to processor cache line size
2009-04-29 Radha RamachandranFix name of the slat log file
2009-04-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-04-07 Jens AxboeReseed random generator for loop/time based runs
2009-03-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-03-05 Jens AxboeAvoid opening files until they are used
2009-01-19 Jens AxboeFix broken rate check
2009-01-05 Jens AxboeSome more pthread_* call mishandled errors
2009-01-05 Jens AxboeAdd --debug=mutex
2008-12-12 Jens AxboeCPU set creation and destruction can fail on some platforms
2008-12-12 Jens AxboeAdd a cpuset exit function
2008-12-10 Jens Axboe__usec_sleep() really just spins, rename it
2008-12-09 Jens AxboeLong line style fix + comment
2008-12-08 Jens AxboeAdd gtod_cpu option for pinning gettimeofday() to a...
2008-11-19 Jens AxboeAdd support for giving bw/clat/slat log prefixes
2008-11-18 Jens AxboeHandle ctrl-c properly with threads
2008-11-14 Jens AxboeAdd gtod_reduce option
2008-10-16 Jens AxboeKill io_u timeout handling
2008-10-07 Jens AxboeWarning fixes
2008-09-11 Jens AxboeUpdate ramp_time
2008-09-10 Jens AxboeAdd ramp_time option
2008-08-04 Jens AxboeAdd SIGILL signal handler
2008-06-05 Jens AxboeAdd iodepth_batch_complete control
2008-06-02 Jens AxboeRemove comment wrt sigaction() usage, it's deprecated
2008-06-02 Jens AxboeNot all platforms have ENODATA
2008-06-02 Jens AxboeRename list_* function and file to flist_ to avoid...
2008-05-30 Jens AxboeAdd sparc and sparc64 support
2008-05-30 Jens AxboeSeperate status timer setup from disk util timer
2008-05-30 Jens AxboeMake it work on opensolaris
2008-05-26 Jens AxboeFix out-of-band deref of (potentially) gone threads...
2008-05-23 Jens AxboeAdd job number specific dumping and fix atexit() error
2008-05-22 Jens AxboeAdd logging for queue submit and complet counts
2008-05-21 Jens AxboeAdd option for refilling IO buffers on each submit
2008-04-06 Jens AxboeImprove eta calculation and display for complex jobs
2008-04-04 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-03-26 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2008-03-19 Jens AxboeOnly decrement pending in reap_threads() if the reaped...
2008-03-10 Jens AxboeUse pthread_detach() instead of calling pthread_join...
2008-03-06 Jens AxboeStyle fixups
2008-03-06 Jens AxboeUpdate to verify state setting
2008-03-06 Jens AxboeIndicate 'V' verify state always
2008-03-01 Jens AxboeRemember to init and exit the smalloc allocator
2008-03-01 Jens AxboeJobs must always open their own files
2008-03-01 Jens AxboeRemove the file->last_completed_pos variable
2008-03-01 Jens AxboeAdd close_files() that closes all files
2008-03-01 Jens AxboeFix potential crash in terminate_threads()
2008-02-27 Jens AxboeConfusion between mutex and semaphore naming
2008-02-20 Aaron Carrollaccount for delayed jobs when reaping threads
2008-02-18 Jens AxboeAdd FIO_SIGQUIT engine option
2008-02-04 Jens AxboeDon't allow FIO_SYNCIO io engine flag to override queue...
2008-02-01 Jens AxboeAdd blktrace and verify debug tracing
2008-02-01 Jens AxboeA bunch of fixes
2008-02-01 Jens AxboeAdd --debug for enabling internal dumps on various...
2008-02-01 Jens AxboeStop job if it fails to do any IO for a new invocation
2008-01-11 Shawn LewisAdd fill_device option
2007-11-21 Shawn Lewisfix utime_since overflow
2007-11-08 Jens AxboeSeperate ioprio value from setting
2007-10-25 Jens AxboeMore cpu engine fixes
2007-10-25 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-10-25 Jens AxboeFixes for CPU burn engine
2007-08-02 Shawn Lewis[PATCH] Add do_verify option
2007-07-26 Jens AxboeIO verification improvements
2007-07-26 ljzhang,Yaxin Hu... [PATCH] empty result
2007-07-23 Jens AxboeAdd ->done variable to force exit when we know we are...
2007-07-23 Jens AxboeAdd version 2 of the iolog format
2007-07-20 Jens AxboeFix disk zone test case
2007-07-20 Jens AxboeDon't align memory unless using raw io
2007-07-19 Jens Axboemalloc memory still needs to be aligned, if we are...
2007-07-19 Jens AxboeFix bad alignment in buffer size allocation
2007-05-24 Jens AxboeTweak meaning of size option
2007-05-23 Jens AxboeFix bug with time_based run
2007-05-22 Jens AxboeFix cpumask setting/getting on older kernels
2007-05-16 Jens Axboeblktrace support: adjust largest io_u buffer size to...
2007-04-26 Jens AxboeAllow termination during io_u building
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 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-16 Jens AxboeFix problem with f->last_completed_pos not being correc...
2007-04-16 Jens AxboeWarn more gently if the kernel is too old for io schedu...
2007-04-11 gurudas paiFix bug with stonewall option causing segfault
next