summaryrefslogtreecommitdiff
path: root/src/conn/conn_cache_pool.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill2016-09-081-1/+2
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-17/+15
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-36/+32
* WT-2709 connection reconfigure segfault in __wt_conn_cache_pool_destroy (#2811)Keith Bostic2016-06-201-0/+1
* WT-2660 close hang (#2752)sueloverso2016-05-261-0/+1
* WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-1/+0
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-171-1/+1
* Merge pull request #2239 from wiredtiger/remove-flag-cas-atomicMichael Cahill2015-10-071-9/+8
|\
| * WT-2155 Remove last use of F_CAS_ATOMIC and the associated macro.Alex Gorrod2015-10-011-9/+8
* | WT-2149: open private lookaside cursors as part of creating an internalKeith Bostic2015-09-301-1/+3
|/
* Run a script looking for boolean declarations that are assigned to aKeith Bostic2015-09-241-1/+1
* Boolean conversion pass over session.Keith Bostic2015-09-241-1/+1
* Boolean conversion pass over os_posix.Keith Bostic2015-09-241-1/+1
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-26/+26
* WT-2034 Fine tune weighting of operations in shared cache balancing.Alex Gorrod2015-09-011-2/+2
* WT-2034 Fix lint re casting in shared cache code.Alex Gorrod2015-08-281-1/+2
* Shared cache review nits.Alex Gorrod2015-08-271-0/+7
* Shared cache quota improvements:Alex Gorrod2015-08-271-1/+2
* WT-2065 Add a quota to shared cache configuration.Alex Gorrod2015-08-271-3/+16
* Weight pressure to encourage connections to prefer equal sharing of a cache p...Michael Cahill2015-08-241-19/+37
* Don't wait for application eviction before growing caches.Michael Cahill2015-08-111-1/+3
* Tweak cache pool adjustment further towards stability for long-running worklo...Michael Cahill2015-08-071-20/+24
* WT-2034 Make shared cache adjustments gradually to avoid pauses to applicatio...Michael Cahill2015-08-061-60/+75
* Fixup shared cache per review comments.Alex Gorrod2015-07-021-15/+29
* WT-1966 Shared cache use weighted pressure.Alex Gorrod2015-06-261-6/+6
* Don't create a variable called "new"Alex Gorrod2015-06-261-12/+13
* WT-1966 Allocate aggressively from shared cache if the pool is under utilized.Alex Gorrod2015-06-261-3/+6
* Use more information when distributing a shared cache.Alex Gorrod2015-06-261-11/+40
* Change how the shared cache assigns priority to participants.Alex Gorrod2015-06-231-12/+25
* __wt_process.cache_pool->name, pool_name, strlen(pool_name)))Keith Bostic2015-05-011-2/+2
* Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-251-2/+2
* Fix a bug in the reconfigure API related to shared cache quotas.Alex Gorrod2015-03-031-10/+15
* Use reads to measure cache pressure with shared caches. We previously tracke...Michael Cahill2015-01-301-8/+8
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Return an error if a shared cache configuration is set, butAlex Gorrod2014-12-171-1/+11
* Remove the code that checks for some shared-cache features beingKeith Bostic2014-12-161-11/+2
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
* Check for configurations of "none" in a wrapper around the config string pars...Michael Cahill2014-12-081-2/+2
* If a server thread exits with an error, panic.Keith Bostic2014-11-071-1/+1
* We don't yet need anything other than single-byte versions of theKeith Bostic2014-10-041-4/+4
* Add size specific atomics for 1, 4 & 8 byte atomic operationsMark Benvenuto2014-10-031-4/+4
* Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,Keith Bostic2014-09-121-4/+3
* Fixup cache pool reconfigure now that options are being folded together.Alex Gorrod2014-09-111-22/+43
* Rename __wt_conn_cache_pool_config to be __wt_cache_pool_config,Keith Bostic2014-09-101-2/+2
* Fix a bug in the shared cache implementation.Alex Gorrod2014-09-091-7/+30
* Remove uses of WT_ERR_TIMEDOUT_OK. __wt_cond_wait already takes care ofSusan LoVerso2014-09-031-2/+2
* Coverity #1129036 thinks we can get out of this code without unlockingKeith Bostic2014-08-291-4/+7
* Fix uninitialized variable warning:Alex Gorrod2014-08-291-1/+2
* Fix some bugs in shared cache:Alex Gorrod2014-08-291-11/+22