Use pthread_detach() instead of calling pthread_join() later
[fio.git] / io_u.c
2008-03-06 Jens AxboeStyle fixups
2008-03-04 Jens AxboeRevamp file locking
2008-03-01 Jens AxboeAdd file locking hooks
2008-03-01 Jens AxboeRemove the file->last_completed_pos variable
2008-03-01 Jens AxboeMake file structures dynamically allocated
2008-03-01 Jens AxboeUpdate close file handler to return potential error
2008-03-01 Jens AxboeWhen retrieving a requeued IO, don't setup data pointer...
2008-02-19 Jens AxboeMore random fixes
2008-02-18 Jens AxboeFix typo in mark_random_map()
2008-02-18 Jens AxboeFix random location generation with offset != 0
2008-02-05 Jens AxboeFix offset retrieval problem for read and write having...
2008-02-04 Jens AxboeDecrement io_issue count when requeuing an io_u
2008-02-04 Jens AxboeAdd debug trace for io_u_queue_complete()
2008-02-01 Jens AxboeCPU burn engine fix
2008-02-01 Jens AxboeA bunch of fixes
2008-01-31 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2008-01-31 Jens AxboeFix wrong accouning of zone bytes
2008-01-25 Jens AxboeRandom IO fixes
2007-12-14 Jens AxboeAdd support for 'bssplit' option, fine grained block...
2007-11-21 Shawn Lewisdon't log iopiece when do_verify is off
2007-10-25 Jens AxboeMore cpu engine fixes
2007-09-07 Jens Axboesplice: update to new vmsplice-to-user interface
2007-09-04 Jens AxboeAdd unmap hook that belongs to the IO engines
2007-07-27 ljzhang,Yaxin Hu... [PATCH] Fix fileoffset option
2007-07-26 ljzhang,Yaxin Hu... [PATCH] non-stop thread
2007-07-26 ljzhang,Yaxin Hu... [PATCH] Random map block coverage
2007-07-26 Jens AxboeFix problem with io_u being beyond EOF
2007-07-23 Jens AxboeIO log fixes
2007-07-23 Jens AxboeAdd version 2 of the iolog format
2007-07-20 Jens AxboeFix disk zone test case
2007-06-19 Jens AxboeAdaptive io latency distrobution "histogram"
2007-06-19 Jens Axboeio_u_mark_depth: just set index, don't fall through
2007-06-18 Jens AxboeMake completion and submission latency use appropriate...
2007-05-22 Jens AxboeIO verification needs to open and grab a reference...
2007-05-21 Jens AxboeImprove random pattern without norandommap
2007-05-21 Jens AxboeRename ffz() function to fio_ffz() to avoid conflicts
2007-04-26 Jens AxboeFix bug with file references
2007-04-25 Jens AxboeFix read_iolog
2007-04-17 Jens AxboeReduntant write bit checks
2007-04-16 Jens AxboeFix problem with f->last_completed_pos not being correc...
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-03-29 Jens AxboeFix loop with multiple files
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 AxboeFix infinite loop in get_next_file_rr()
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 AxboeRevamp the file creation code
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-26 Jens AxboeAdd 'null' verify option
2007-03-23 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2007-03-23 Jens AxboeCleanup get_next_offset()
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 LibenziAvoid "ts" going out of scope.
2007-03-21 Jens AxboeImprove data direction runtime logging
2007-03-21 Jens AxboeImprove rwmix states
2007-03-16 Jens AxboeImprove rwmix buffered split
2007-03-15 Jens AxboeCompile error with FIO_USE_TIMEOUT defined
2007-03-15 Jens AxboeMove thread options into a seperate structure
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 AxboeObscure file randommap fix
2007-03-13 Jens AxboeImprove handling of nr_files != open_files
2007-03-13 Jens AxboeAdd file reference counting
2007-03-13 Jens AxboeTurn file ->open and ->unlink into flags
2007-03-12 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2007-03-12 Jens AxboeShow IOPS as well as bw numbers
2007-03-12 Jens AxboeAdd nr parameter to file_service_type
2007-03-08 Jens AxboeGet rid of reopen_files()
2007-03-08 Jens AxboeAdd ->open to struct fio_file
2007-03-08 Jens Axboeget_next_offset() number of loops change
2007-03-08 Jens Axboefile_service_type=random fix
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 AxboeImprove error logging and handling
2007-03-02 Jens Axboeio_u completion error propagation
2007-03-01 Jens AxboeFix for file_service_type=random
2007-03-01 Jens AxboeBetter management of open files
2007-03-01 Jens AxboeExcessive passing around of struct fio_file
2007-02-26 Jens AxboeMove ->commit() call to td_io_getevents()
2007-02-24 Jens AxboeRequeue io_u flags fix
2007-02-23 Jens AxboeMove completion handler into the io_u
2007-02-23 Jens AxboeStreamline thread_data data direction setting and checking
2007-02-23 Jens AxboeAdd option to select how to service multiple files
2007-02-22 Jens AxboeDump io_u on timeout
2007-02-22 Jens AxboeAdd more context to the error messages
2007-02-22 Jens AxboeDisable timeout handling for now
2007-02-22 Jens Axboeio_u timeout handling
2007-02-22 Jens AxboeTrack io_u state (free or in-flight)
2007-02-21 Jens AxboeChange IO latency histogram to be in power-of-10
2007-02-20 Jens AxboeUpdate io_u.c comments
2007-02-20 Jens AxboeImprove submission latency calculation
2007-02-20 Jens AxboeUse 0 timeout for command completion peek
2007-02-19 Jens AxboeBe safe and re-prep requeue io_u's
2007-02-19 Jens AxboeFix busy looping for io_u_queued_complete()
next