Add pre_read to man page
[fio.git] / smalloc.c
2009-01-06 Jens Axboesmalloc: get rid of MP_SAFE define and lock checks
2008-12-04 Jens Axboesmalloc: pool->file is only used in add_pool(), so...
2008-12-04 Jens Axboesmalloc: unlink pool file in add_pool()
2008-09-10 Shaozhi Shawn Yesmalloc: Remove read/write lock race condition which...
2008-07-31 Jens Axboesmalloc: default to 128 pools instead of 4
2008-06-13 Jens AxboeRevert "smalloc: convert to spinlocks"
2008-06-12 Jens Axboesmalloc: convert to spinlocks
2008-06-02 Jens Axboesmalloc: use optimized ffz()
2008-05-30 Jens AxboeAdd sparc and sparc64 support
2008-05-27 Jens Axboesmalloc: final cleanups
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 Axboesmalloc: turn on the thread safe flag
2008-05-27 Jens Axboesmalloc: change to a bitmap allocator
2008-05-26 Jens Axboesmalloc: add pre and post redzone checks to pointers
2008-05-23 Jens Axboesmalloc: debug
2008-05-23 Jens Axboesmalloc: increase alloc size
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-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...