summaryrefslogtreecommitdiff
path: root/slabs.h
Commit message (Expand)AuthorAgeFilesLines
* restartable cachedormando2019-09-171-1/+5
* move mem_requested from slabs.c to items.cdormando2019-07-261-8/+2
* extstore: prefill global page pool with extstoredormando2017-12-181-0/+2
* extstore: C version of automove algorithmdormando2017-12-071-0/+2
* extstore: page mover can decrement storagedormando2017-11-281-0/+4
* add a real slab automover algorithmdormando2017-06-231-0/+7
* refactor chunk chaining for memory efficiency1.4.36dormando2017-03-191-0/+3
* slabs reassigns works with chunks and chunked items.dormando2016-07-121-2/+2
* cache_memlimit command for tuning runtime maxbytesdormando2016-06-241-0/+3
* allow manually specifying slab class sizesdormando2016-06-241-1/+1
* try harder to save itemsdormando2015-11-181-1/+2
* first half of new slab automoverdormando2015-11-181-1/+1
* direct reclaim mode for evictionsdormando2015-01-041-1/+1
* first pass at LRU maintainer threaddormando2015-01-031-0/+3
* item locks now lock hash table bucketsdormando2012-09-031-0/+3
* remove end_page_ptr business from slabsdormando2012-07-271-1/+1
* no same-class reassignment, better errorsdormando2012-01-031-1/+1
* slab reassignmentdormando2011-12-191-0/+10
* Issue 163: Buggy mem_requested valuesTrond Norbye2010-11-121-0/+3
* remove old unfinished slab reassignment codedormando2009-10-071-6/+0
* Don't expose the protocol used to the client api of the statsTrond Norbye2009-04-021-7/+2
* Refactor: move the slabs mutex (and all usage of it) into slabs.cTrond Norbye2009-03-051-4/+7
* Fix for binary stats with subcommand.Dustin Sallings2009-01-031-1/+2
* Fix for stats opaque issue pointed out at the hackathon and removed some wast...Toru Maesaka2009-01-031-4/+4
* The slabber no longer needs a is_binary like flag for stats due to abstractio...Toru Maesaka2009-01-031-7/+6
* Changed the argument ordering for stats callback to something more common.Toru Maesaka2009-01-031-3/+3
* Support of slabber stats via the binary protocol.Toru Maesaka2009-01-031-1/+3
* Code cleaned by running devtools/clean-whitespace.pl script.Toru Maesaka2009-01-031-3/+3
* The slabber is now given a callback to perform binary stats.Toru Maesaka2008-07-081-2/+5
* Initial attempt of supporting stats in binary protocol.Toru Maesaka2008-07-031-0/+3
* Don't re-calculate the slab class id for slabs_free() either.dormando2008-03-031-1/+1
* Don't re-calculate the slab class id.dormando2008-03-031-1/+1
* Enable use of large memory pages (Trond Norbye) <Trond.Norbye@Sun.COM>Trond Norbye2008-02-251-2/+5
* Minimal doxygen configurationPaul Lindner2007-07-101-7/+7
* Merge multithreaded into trunk, commit #2 (first commit only did theSteven Grimm2007-04-161-4/+4
* update clean-whitespace, add automated whitespace test, and clean whitespacePaul Lindner2007-04-101-1/+1
* multiple cleanups/refactoring, see ChangeLogPaul Lindner2007-03-061-0/+30