Add list_del_init() to list.h
[fio.git] / fio.c
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
2007-04-04 Jens AxboeLet parse_options() decide on when parsing failed
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
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-27 Jens AxboeRevamp the file creation code
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-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-21 Jens AxboeImprove data direction runtime logging
2007-03-21 Jens AxboeCatch too large memory allocations that cause size_t...
2007-03-20 Jens AxboeSometimes we allocated too little memory for buffers
2007-03-20 Jens AxboeAlways make sure buffer sizes are aligned for allocation
2007-03-15 Jens AxboeUntangle the file creation mess
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-15 Jens AxboeSupport for setting rated based on IOPS
2007-03-15 Jens AxboeUse log_info() throughout
2007-03-15 Jens AxboeAdd 'filesize' option
2007-03-14 Jens Axboemmap engine: make sure that page unaligned syncs work
2007-03-13 Jens AxboeCheck for open files on io operations
2007-03-13 Jens AxboeAllow explicit setting of a number of files
2007-03-12 Jens AxboeNote process vs thread in output
2007-03-12 Jens AxboeOOM fixes
2007-03-12 Jens AxboeQuit on thread creation failure
2007-03-12 Jens AxboeIf residual count == full count, fail the io
2007-03-12 Jens AxboeClear ->rate_bytes on do_io() loop
2007-03-09 Jens AxboeTurn the CPU burner into a real io engine
2007-03-09 Jens AxboeRemove ->mutex after last use, not on job exit
2007-03-08 Jens AxboeAdd a real semaphore implemtation
2007-03-08 Jens AxboeGet rid of reopen_files()
2007-03-08 Jens AxboeRevamp file open/close handling
2007-03-06 Jens AxboeAdd group reporting
2007-03-06 Jens AxboeOne step closer to group reporting
2007-03-05 Jens AxboeDon't kill() running threads
2007-03-05 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-05 Jens AxboeCleanup requeue handling
2007-03-05 Jens AxboeForced kill is not used anymore.
2007-03-05 Jens AxboeGently prod children with a SIGQUIT on terminate
2007-03-05 Jens AxboeImprove error logging and handling
2007-03-02 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-03-02 Jens AxboeSpelling fixes
2007-02-28 Jens AxboeDon't do rate checks, if no ratemin has been specified.
2007-02-26 Jens AxboeMove the iodepth_batch into td_io_queue() instead
2007-02-26 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2007-02-26 Jens AxboeAdd iodepth_batch setting
2007-02-26 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-02-26 Jens AxboeDo proper wait for pending IO on clean exit
2007-02-23 Jens AxboeMove completion handler into the io_u
2007-02-23 Jens AxboeRate must always calculate bytes done
2007-02-23 Jens AxboeStreamline thread_data data direction setting and checking
2007-02-22 Jens AxboeAdd more context to the error messages
2007-02-22 Jens AxboeFurther improve thread handling
2007-02-22 Jens AxboeThread waitpid() error check
2007-02-22 Jens AxboeImprove thread reap handling
2007-02-22 Jens Axboeio_u timeout handling
2007-02-22 Jens AxboeTrack io_u state (free or in-flight)
2007-02-21 Jens AxboeStill need to put io_u on early exit
next