| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2476 - Revert changing the cache evict_walk_lock to the btree evict_lock | David Hows | 2016-03-15 | 1 | -0/+2 |
* | Merge pull request #2537 from wiredtiger/wt-2435 | Michael Cahill | 2016-03-14 | 1 | -2/+0 |
|\ |
|
| * | WT-2345: __wt_evict_file_exclusive_on/off cleanups | Keith Bostic | 2016-02-29 | 1 | -2/+0 |
* | | Merge branch 'develop' into wt-2318-auto-cond-var | Susan LoVerso | 2016-03-10 | 1 | -0/+6 |
|\ \ |
|
| * | | WT-2391: De-prioritize eviction from indexes | Keith Bostic | 2016-03-06 | 1 | -1/+1 |
| * | | WT-2391: De-prioritize eviction from indexes | Keith Bostic | 2016-03-06 | 1 | -0/+6 |
| |/ |
|
* | | WT-2318 Add implementation for auto adjusting condition variables. | Alex Gorrod | 2016-03-04 | 1 | -3/+3 |
|/ |
|
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | Boolean conversion pass over os_posix. | Keith Bostic | 2015-09-24 | 1 | -2/+2 |
* | Boolean conversion pass through block, conn and evict. | Keith Bostic | 2015-09-23 | 1 | -3/+3 |
* | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill | 2015-09-22 | 1 | -1/+1 |
* | WT-2100 Rename evict to evict_queue so it's easier to search for. | Alex Gorrod | 2015-09-11 | 1 | -2/+3 |
* | WT-2029, improve scalability of statistics | Keith Bostic | 2015-08-15 | 1 | -12/+16 |
* | Add an eviction_dirty_trigger configuration setting. | Alex Gorrod | 2015-06-05 | 1 | -0/+3 |
* | Add back bytes_internal and modify bytes internal when evicting | David Hows | 2015-05-06 | 1 | -0/+1 |
* | Fix some issues with cache leaf size accounting for statistics. | Alex Gorrod | 2015-05-05 | 1 | -5/+11 |
* | Move the "cache is empty" check to where the cache is destoyed, not when the ... | Michael Cahill | 2015-04-20 | 1 | -0/+16 |
* | Add statistics to track internal/overflow/leaf pages in cache. | Alex Gorrod | 2015-03-24 | 1 | -0/+6 |
* | eviction_workers_XXX are uint32_t's, be consistent in handling them. | Keith Bostic | 2015-03-03 | 1 | -4/+3 |
* | Don't set eviction_workers_min/eviction_workers_max in the connection | Keith Bostic | 2015-03-03 | 1 | -3/+6 |
* | __wt_cache_config_local is private to conn_cache.c, rename it to be | Keith Bostic | 2015-03-03 | 1 | -51/+50 |
* | Handle switching to a shared cache in reconfigure. | Alex Gorrod | 2015-03-03 | 1 | -3/+10 |
* | Fixup per s_all. | Alex Gorrod | 2015-03-03 | 1 | -3/+4 |
* | Fix a bug in the reconfigure API related to shared cache quotas. | Alex Gorrod | 2015-03-03 | 1 | -15/+44 |
* | Flip cache overhead to apply to the allocated bytes rather than the total siz... | Michael Cahill | 2015-02-18 | 1 | -4/+5 |
* | Apply the cache size adjustment when checking if the cache is full. That sho... | Michael Cahill | 2015-01-27 | 1 | -6/+2 |
* | Clean up statistics -- leave cache_bytes_max alone, create a new | Keith Bostic | 2015-01-23 | 1 | -2/+4 |
* | Loss of sign in promotion from long long to unsigned long long | Keith Bostic | 2015-01-23 | 1 | -1/+2 |
* | Add the cache_overhead configuration string to allow applications to configure | Keith Bostic | 2015-01-22 | 1 | -0/+5 |
* | Track the largest in-memory page size we've been called on to evict. | Keith Bostic | 2015-01-10 | 1 | -0/+2 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic | 2014-12-15 | 1 | -1/+1 |
* | Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL, | Keith Bostic | 2014-09-12 | 1 | -4/+4 |
* | Clean up the first test in __wt_cache_config (not-found is no longer | Keith Bostic | 2014-09-10 | 1 | -11/+9 |
* | Merging the wiredtiger_open configuration means we should never see | Keith Bostic | 2014-09-10 | 1 | -24/+13 |
* | Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines, | Keith Bostic | 2014-09-10 | 1 | -7/+7 |
* | Engage brain: applications have to use <group>=(<key>) syntax for nested conf... | Michael Cahill | 2014-08-11 | 1 | -2/+2 |
* | Move the new eviction settings into a group. We can transition older setting... | Michael Cahill | 2014-08-11 | 1 | -4/+4 |
* | Fix a bug in new eviction thread parsing. | Alex Gorrod | 2014-08-11 | 1 | -17/+16 |
* | Make dynamic eviction workers the default. #1143 | Alex Gorrod | 2014-08-11 | 1 | -1/+20 |
* | Merge branch 'develop' into dynamic-evict-workers | Alex Gorrod | 2014-08-05 | 1 | -1/+1 |
|\ |
|
| * | Move eviction worker fields from cache into the connection, so they are alway... | Michael Cahill | 2014-08-01 | 1 | -1/+1 |
| * | Move session creation out of worker threads: the session open can race with c... | Michael Cahill | 2014-08-01 | 1 | -1/+1 |
* | | Start and stop eviction worker threads based on demand. | Alex Gorrod | 2014-07-31 | 1 | -2/+2 |
|/ |
|
* | imported patch multiple-eviction-threads | Michael Cahill | 2011-12-20 | 1 | -0/+5 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic | 2013-10-19 | 1 | -4/+0 |
* | Merge branch 'develop' into statistics-split | Keith Bostic | 2013-10-17 | 1 | -2/+2 |
|\ |
|
| * | Add support for tracking which spinlocks block other spinlocks and | Keith Bostic | 2013-10-06 | 1 | -2/+2 |
* | | Split statistics macros into two parts: run-time and everything else, | Keith Bostic | 2013-10-10 | 1 | -7/+5 |
|/ |
|