fio.git
2008-05-27 Jens Axboesmalloc: fix map overflow
2008-05-27 Jens Axboesmalloc: fix off-by-one in ptr_valid()
2008-05-27 Jens Axboesmalloc: kill another debug printf()
2008-05-27 Jens Axboesmalloc: fix compile error
2008-05-27 Jens Axboesmalloc: cleanup and remove debug printf()
2008-05-27 Jens AxboeFio 1.21-rc1 fio-1.21-rc1
2008-05-27 Jens Axboesmalloc: turn on the thread safe flag
2008-05-27 Jens Axboesmalloc: change to a bitmap allocator
2008-05-26 Jens AxboeFix out-of-band deref of (potentially) gone threads...
2008-05-26 Jens AxboeRemove early directory check
2008-05-26 Jens Axboesmalloc: add pre and post redzone checks to pointers
2008-05-23 Jens AxboeNon-linux Makefile updates
2008-05-23 Jens AxboeSilence warning on older gcc (bogus)
2008-05-23 Jens AxboeWork-around too large block count
2008-05-23 Jens AxboeAdd job number specific dumping and fix atexit() error
2008-05-23 Jens Axboesmalloc: debug
2008-05-23 Jens Axboesmalloc: increase alloc size
2008-05-22 Jens AxboeAdd logging for queue submit and complet counts
2008-05-22 Jens AxboeIf verify is enabled, automatically enable refill_buffers
2008-05-21 Jens AxboeAdd option for refilling IO buffers on each submit
2008-05-16 Jens AxboeSilence put_file() complaint
2008-05-15 Jens AxboeFix bad interaction with file open/close and queuing
2008-05-15 Jens AxboeImprove iodepth logging
2008-05-15 Jens AxboeFix off-by-one in last_block()
2008-05-15 Jens AxboeFix crash with iolog
2008-05-14 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-05-14 Jens AxboeAllow marking of queue depth for more than 1 io_u at...
2008-05-07 Jens AxboePut the logs in the current directory
2008-04-25 Jens AxboeFio 1.20 fio-1.20
2008-04-24 Jens AxboeKill unused parameters
2008-04-17 Jens Axboesmalloc: remove pool resize support
2008-04-16 Jens Axboesmalloc: cleanups and allow sfree(NULL)
2008-04-16 Jens Axboesmalloc: remember to account for sizeof block header
2008-04-16 Jens Axboesmalloc: when adding a new pool, make it big enough...
2008-04-15 Jens AxboeUpdate 'overwrite' option documentation
2008-04-11 Jens AxboeFio 1.20-rc4 fio-1.20-rc4
2008-04-11 Jens AxboeREADME: add hint on missing libaio-devel package
2008-04-10 Jens Axboelibaio: Add hint on libaio engine init failing
2008-04-07 Jens AxboeMark rwmixcycle option as deprecated in the option...
2008-04-07 Jens AxboeRemove rwmixcycle HOWTO entry
2008-04-07 Jens AxboeBase the rwmix switch algorithm on io issues
2008-04-07 Jens AxboeNeed to prefix directory= setting before checking dir...
2008-04-06 Jens AxboeImprove eta calculation and display for complex jobs
2008-04-04 Jens AxboeImprove naming in fio gnuplot graphs
2008-04-04 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-04-04 Jens AxboeIf a file is extended, drop extended length in cache
2008-03-26 Jens AxboeAdd softrandommap and --alloc-size options
2008-03-26 Jens AxboeAllow randommap allocation to fail
2008-03-26 Jens Axboesmalloc: increase initial pool size from 64k to 1m
2008-03-26 Jens AxboeFix badly merged dprint()
2008-03-26 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2008-03-26 Jens AxboeMake sure that file is created for FIO_NOEXTEND engines
2008-03-26 Jens AxboeCheck directory if filename= option includes dir name
2008-03-19 Jens AxboeOnly decrement pending in reap_threads() if the reaped...
2008-03-10 Jens Axboeposixaio: Missing memset()
2008-03-10 Jens Axboeposixaio: speedup by using aio_suspend() instead of...
2008-03-10 Jens AxboeExtend ipo file action capabilities
2008-03-10 Jens AxboeUse pthread_detach() instead of calling pthread_join...
2008-03-07 Jens AxboeSilence gcc warning
2008-03-07 Jens AxboeFio 1.20-rc3 fio-1.20-rc3
2008-03-07 Jens Axboeblktrace improvements and fixups
2008-03-07 Jens AxboeOnly set O_RDWR for open() when readonly isn't set
2008-03-07 Jens AxboeTweak handling of write traces with --readonly
2008-03-07 Jens Axboeblktrace bits accidentally got committed
2008-03-07 Jens AxboeFix bad sscan() -> scanf() conversion
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
next