summaryrefslogtreecommitdiff
path: root/items.c
Commit message (Expand)AuthorAgeFilesLines
...
* use LRU thread for COLD -> WARM bumpsdormando2017-01-301-6/+155
* fix deadlock in LRU movesdormando2017-01-301-0/+1
* display HOT/WARM tail age in `stats items`dormando2017-01-301-1/+10
* autotuning for HOT/WARM LRU'sdormando2017-01-301-11/+19
* Active items in HOT_LRU flow to WARM_LRUdormando2017-01-221-4/+12
* move WARM_LRU requires two hits overalldormando2017-01-221-2/+14
* use correct bitmask for sub-LRU checkdormando2017-01-221-2/+1
* LRU maintainer performance: per-class sleepdormando2017-01-221-18/+28
* NOEXP_LRU is now TEMP_LRUdormando2017-01-221-15/+15
* pull HOT tail if COLD+EVICT has no reclaimsdormando2017-01-221-5/+4
* LRU maint test fix for second mysterydormando2017-01-221-8/+8
* NOEXP_LRU can now act as a "transient" LRUdormando2017-01-221-3/+16
* If hit in COLD, immediately move to WARMdormando2017-01-221-13/+19
* allow limiting the internal LRU crawler run lengthdormando2017-01-221-1/+1
* test hit ratio fix for LRU maintainer modedormando2017-01-221-6/+23
* stop using atomics for item refcount managementdormando2017-01-221-4/+4
* Do LRU-bumps while already holding item lockdormando2017-01-221-2/+5
* conditionally don't inline the ASCII VALUE linedormando2017-01-071-3/+11
* log class id with fetchers and mutationsdormando2017-01-041-1/+2
* tune crawler logger, fix crawler watermarkdormando2016-12-301-4/+3
* add logging endpoint for LRU crawlerdormando2016-12-301-9/+16
* evicted_active was inverteddormando2016-12-301-1/+1
* evicted_active counter for LRU maintainerdormando2016-12-301-0/+14
* fix clang compile errordormando2016-12-181-1/+2
* CVE reported by cisco talos1.4.33dormando2016-10-121-0/+3
* fix missing evicted_time display in stats outputakisssa2016-10-121-0/+2
* printf format string fix for long long time_tGiovanni Bechis2016-10-111-2/+2
* fix OOM errors with newer LRUdormando2016-09-071-2/+2
* pull LRU crawler out into its own file.dormando2016-08-191-629/+13
* refactor checkpoint for LRU crawlerdormando2016-08-191-143/+285
* allow redispatching sidethread conn to workerdormando2016-08-191-1/+17
* LRU maintainer can't jump ahead of crawlerdormando2016-08-191-11/+18
* metadump last access in unixtimedormando2016-08-191-2/+2
* comment crawler debug line.dormando2016-08-191-1/+1
* prototype functionality for LRU metadumperdormando2016-08-191-17/+178
* crawler now uses rate limiter sleeps :(dormando2016-08-111-1/+1
* fix zero hash items evictionEiichi Tsukata2016-07-131-13/+12
* slabs reassigns works with chunks and chunked items.dormando2016-07-121-23/+26
* startup options for chunked items.dormando2016-07-121-5/+15
* chunked items checkpoint commitdormando2016-07-121-2/+22
* clean up global stats code a little.dormando2016-06-271-10/+10
* add get_flushed counter, fix expired_unfetcheddormando2016-06-271-2/+6
* change LRU crawler fprintf to use %u format1.4.27Ryan McCullagh2016-06-241-1/+1
* finish stats_sizes rewritedormando2016-06-241-15/+31
* online hang-free "stats sizes" command.dormando2016-06-241-25/+67
* treat and print item flags as unsigned intdormando2016-06-231-3/+3
* logger endpoints for first releasedormando2016-06-161-3/+7
* convert eviction log to new processdormando2016-06-161-4/+1
* switch from bit fields to bit manipulationdormando2016-06-161-1/+1
* manage logger watcher flags.dormando2016-06-161-1/+1