parser: fix overflowing integer type options
[fio.git] / smalloc.c
2012-08-02 Jens Axboemutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED
2012-02-20 Bruce CranFix assumption that pointers fits in a 'long'
2011-08-15 Jiri HorkyFix bug in smalloc size calculation
2011-07-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2011-06-29 Jens AxboeMake smalloc use anonymous memory mmaps
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-08 Bruce CranVarious fixes/updates
2010-10-14 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-10-14 Jens AxboeFix compile warning on platforms with posix_fallocate
2010-06-28 Greg Edwardsgracefully handle full /tmp file system
2009-09-11 Jens AxboeSilence the style/whitespace police
2009-07-31 Jens Axboesmalloc: enlarge pool size
2009-07-17 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-07-07 Jens Axboesmalloc: just round alloc_size to int aligned for post...
2009-07-07 Jens AxboeMake smalloc redzone pointer properly aligned
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...