Update 'overwrite' option documentation
[fio.git] / smalloc.c
2008-04-04 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2008-03-26 Jens AxboeAdd softrandommap and --alloc-size options
2008-03-26 Jens Axboesmalloc: increase initial pool size from 64k to 1m
2008-03-06 Jens AxboeStyle fixups
2008-03-04 Jens AxboeRevamp file locking
2008-03-03 Jens AxboeAdd rw mutex init helper
2008-03-03 Jens AxboeUse read-writer locks in smalloc
2008-03-01 Jens AxboeAdd a really simple allocator, backed with mmap'ed...