summaryrefslogtreecommitdiff
path: root/smalloc.c
AgeCommit message (Expand)Author
2017-05-19Update to fio-2.20.Elliott Hughes
2015-03-06smalloc: bump initial size to 8 poolsJens Axboe
2015-03-06fio: fix smalloc strdop allocation failureChristian Ehrhardt
2015-03-06smalloc: limit to 1 pool, and bump size to 16MBJens Axboe
2015-03-06smalloc: add zeroing scalloc() variantJens Axboe
2015-03-06smalloc: use log_err() for errorsJens Axboe
2015-03-06Add support for compiling for ESXJens Axboe
2014-04-01Cleanup symbols that should be staticJens Axboe
2013-03-20Rework lockfile= file lock handlingJens Axboe
2012-11-02smalloc: move to size_t for allocationsJens Axboe
2012-11-02smalloc: fix int truncation issueJens Axboe
2012-08-02mutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKEDJens Axboe
2012-02-20Fix assumption that pointers fits in a 'long'Bruce Cran
2011-08-15Fix bug in smalloc size calculationJiri Horky
2011-06-29Make smalloc use anonymous memory mmapsJens Axboe
2011-01-08Various fixes/updatesBruce Cran
2010-10-14Fix compile warning on platforms with posix_fallocateJens Axboe
2010-06-28gracefully handle full /tmp file systemGreg Edwards
2009-09-11Silence the style/whitespace policeJens Axboe
2009-07-31smalloc: enlarge pool sizeJens Axboe
2009-07-07smalloc: just round alloc_size to int aligned for post redzone pointerJens Axboe
2009-07-07Make smalloc redzone pointer properly alignedJens Axboe
2009-01-06smalloc: get rid of MP_SAFE define and lock checksJens Axboe
2008-12-04smalloc: pool->file is only used in add_pool(), so make it localJens Axboe
2008-12-04smalloc: unlink pool file in add_pool()Jens Axboe
2008-09-10smalloc: Remove read/write lock race condition which will result in segmentat...Shaozhi Shawn Ye
2008-07-31smalloc: default to 128 pools instead of 4Jens Axboe
2008-06-13Revert "smalloc: convert to spinlocks"Jens Axboe
2008-06-12smalloc: convert to spinlocksJens Axboe
2008-06-02smalloc: use optimized ffz()Jens Axboe
2008-05-31Add sparc and sparc64 supportJens Axboe
2008-05-27smalloc: final cleanupsJens Axboe
2008-05-27smalloc: fix map overflowJens Axboe
2008-05-27smalloc: fix off-by-one in ptr_valid()Jens Axboe
2008-05-27smalloc: kill another debug printf()Jens Axboe
2008-05-27smalloc: fix compile errorJens Axboe
2008-05-27smalloc: cleanup and remove debug printf()Jens Axboe
2008-05-27smalloc: turn on the thread safe flagJens Axboe
2008-05-27smalloc: change to a bitmap allocatorJens Axboe
2008-05-26smalloc: add pre and post redzone checks to pointersJens Axboe
2008-05-23smalloc: debugJens Axboe
2008-05-23smalloc: increase alloc sizeJens Axboe
2008-04-17smalloc: remove pool resize supportJens Axboe
2008-04-16smalloc: cleanups and allow sfree(NULL)Jens Axboe
2008-04-16smalloc: remember to account for sizeof block headerJens Axboe
2008-04-16smalloc: when adding a new pool, make it big enough to hold the failing allocJens Axboe
2008-03-26Add softrandommap and --alloc-size optionsJens Axboe
2008-03-26smalloc: increase initial pool size from 64k to 1mJens Axboe
2008-03-06Style fixupsJens Axboe
2008-03-04Revamp file lockingJens Axboe