fio.git
2008-03-06 Jens AxboeFio 1.20-rc2 fio-1.20-rc2
2008-03-06 Jens AxboeStyle fixups
2008-03-06 Jens AxboeAlways make job use open() instead of dup(), even for...
2008-03-06 Jens AxboeFile setup open can fail in multiple functions, not...
2008-03-06 Jens AxboeBe more careful about catching fsync() errors
2008-03-06 Jens AxboeUpdate to verify state setting
2008-03-06 Jens Axboefor_each_file() fix
2008-03-06 Jens AxboeMultiple file handling fixes
2008-03-06 Jens AxboeIndicate 'V' verify state always
2008-03-04 Jens AxboeFio 1.20-rc1 fio-1.20-rc1
2008-03-04 Jens AxboeRevamp file locking
2008-03-03 Jens Axboefilehash.c: remove debug hash dump
2008-03-03 Jens Axboesem.c: cleanup
2008-03-03 Jens AxboeMakefile updates
2008-03-03 Jens AxboeMakefile updates
2008-03-03 Jens AxboeAdd rw mutex init helper
2008-03-03 Jens AxboeUse read-writer locks in smalloc
2008-03-03 Jens AxboeAdd read-write mutexes
2008-03-03 Jens AxboeRemove debug printf() in net engine
2008-03-01 Jens AxboeAdd the file sharing bits
2008-03-01 Jens AxboeHook up the file hashing
2008-03-01 Jens AxboeMissed fio.h update for filehash, oops
2008-03-01 Jens AxboeAdd file hashing helpers
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 AxboeAdd list_del_init() to list.h
2008-03-01 Jens AxboeRemember to free the file structure as well
2008-03-01 Jens AxboeAllocate file structure from shared process pool
2008-03-01 Jens AxboeAdd a semaphore implementation
2008-03-01 Jens AxboeAdd a really simple allocator, backed with mmap'ed...
2008-03-01 Jens AxboeMissed update of dup_files() for dynamically allocated...
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 AxboeEnable quiet build mode, enable by default
2008-03-01 Jens AxboeUpdate close file handler to return potential error
2008-03-01 Jens AxboeAdd close_files() that closes all files
2008-03-01 Jens AxboeOnly initialize random map if we are actually going...
2008-03-01 Jens AxboeFix potential crash in terminate_threads()
2008-03-01 Jens AxboeWhen retrieving a requeued IO, don't setup data pointer...
2008-03-01 Jens AxboeFix bad inlining in mutex.h
2008-03-01 Jens AxboeFix recursive dump of options
2008-02-27 Jens AxboeConfusion between mutex and semaphore naming
2008-02-27 Jens AxboeAdd --debug=parse for option parsing debug
2008-02-26 Aaron Carrollfio.1: add section option and remove spurious command...
2008-02-26 Zhang, Yanminextend_file need continue when the file exists
2008-02-24 Jens AxboeMove syslet/indirect bits into the OS specific directory
2008-02-21 Jens AxboeRemove dead FIO_FILE_EXISTS flag
2008-02-21 Jens Axboeprune_io_piece_log() also needs to take list into account
2008-02-21 Jens AxboeRemove dead FIO_FILE_NOSORT flag
2008-02-20 Aaron Carrollfix hugepage-size type mismatch
2008-02-20 Aaron Carrollaccount for delayed jobs when reaping threads
2008-02-19 Jens AxboeFio 1.19 fio-1.19
2008-02-19 Jens AxboeDon't always print usage info
2008-02-19 Jens AxboeMention new --debug=random option in README
2008-02-19 Jens AxboeMore random fixes
2008-02-19 Jens AxboeFix TO_MAP_BLOCK() taking offset into account twice
2008-02-18 Jens AxboeAdd FIO_SIGQUIT engine option
2008-02-18 Jens AxboeCleanup parse_cmd_line()
2008-02-18 Jens AxboeAdd --section command line option
2008-02-18 Jens AxboeExit on bad command line options
2008-02-18 Jens AxboeAdd/correct missing command line options in help text
2008-02-18 Jens AxboeFio 1.18.1 fio-1.18.1
2008-02-18 Jens AxboeFix typo in mark_random_map()
2008-02-18 Jens AxboeFix random location generation with offset != 0
2008-02-08 Gurudas Paifio: HOWTO update
2008-02-06 Jens AxboeVerify doesn't really work on mixed read/write workload...
2008-02-06 Jens AxboeFix misplaced exit(0) in cpus_allowed setting
2008-02-06 Gurudas Paifio: minor HOWTO fix
2008-02-05 Jens Axboeman page update
2008-02-05 Jens AxboeFio 1.18 fio-1.18
2008-02-05 Jens AxboeFix offset retrieval problem for read and write having...
2008-02-05 Jens Axboeparser: always set off3/4 even if we have more
2008-02-04 Jens Axboesync engine: missing fsync check in vsync
2008-02-04 Jens AxboeAdd vsync io engine
2008-02-04 Jens AxboeImprove depth marking
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-04 Jens AxboeDon't allow FIO_SYNCIO io engine flag to override queue...
2008-02-04 Jens Axboesync engine: cleanup psync/sync seperation
2008-02-04 Jens AxboeDon't force iodepth == 1 for SYNC io engine
2008-02-04 Zhang, YanminFix bug in fio mutex initialization
2008-02-01 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-02-01 Jens AxboeA few debug debug log fixes
2008-02-01 Jens AxboeAdd option for not including the tracing stuff
2008-02-01 Jens AxboeAdd blktrace and verify debug tracing
2008-02-01 Jens AxboeCPU burn engine fix
2008-02-01 Jens AxboeA bunch of fixes
2008-02-01 Jens AxboeTypo in 'init' debug option mask
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-31 Jens AxboeFio 1.17.3 fio-1.17.3
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
2008-01-24 Jens AxboeMore file extend fixes
2008-01-24 Gurudas Paifile extent fix
2008-01-18 Jens AxboeUpdate iodepth_batch documentation
2008-01-18 Jens AxboeMake iodepth_batch=1 by default
2008-01-18 Jens Axboelibio: fix bug in commit hook
next