Fixup for a minor 0 byte file size case
[fio.git] / smalloc.c
2017-01-26 Jens AxboeMerge branch 'sphinx-doc' of https://github.com/termim/fio
2017-01-23 Tomohiro KusumiDefine pointer alignment macro in fio.h
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-09-25 Jens Axboesmalloc: OOM fixups
2016-09-25 Jens Axboeinit: re-call sinit() if we change the smallc pool...
2016-01-08 Andreas Pieskuse option smalloc_pool_size
2015-11-10 Jens Axboesmalloc: get rid of global lock
2015-11-08 Jens Axboesmalloc: only clear the bitmap, not the whole pool
2015-07-03 Jens Axboesmalloc: smalloc() already clears memory, scalloc(...
2015-06-30 Jens Axboesmalloc: fix unused 'int_mask' warning if redzoning...
2015-03-17 Jens Axboesmalloc: don't crash on being passed a bad pointer
2015-03-03 Jens Axboesmalloc: bump initial size to 8 pools
2015-03-03 Christian Ehrhardtfio: fix smalloc strdop allocation failure
2015-01-14 Jens Axboesmalloc: limit to 1 pool, and bump size to 16MB
2014-11-06 Jens Axboesmalloc: add zeroing scalloc() variant
2014-10-13 Jens Axboesmalloc: use log_err() for errors
2014-06-18 Jens AxboeAdd support for compiling for ESX
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-02 Jens AxboeMerge branch 'erwan/clang' of https://github.com/enovan...
2014-04-02 Jens AxboeMerge branch 'erwan/nobasename' of https://github.com...
2014-04-02 Jens AxboeCleanup symbols that should be static
2013-03-21 Jens AxboeMerge branch 'master' into gfio
2013-03-21 Jens AxboeRework lockfile= file lock handling
2012-11-14 Jens AxboeMerge branch 'master' into gfio
2012-11-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-11-02 Jens Axboesmalloc: move to size_t for allocations
2012-11-02 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-11-02 Jens Axboesmalloc: fix int truncation issue
2012-08-21 Jens AxboeMerge branch 'master' into gfio
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...