| Age | Commit message (Expand) | Author |
| 2016-09-23 | WT-2924 Ensure we are doing eviction when threads are waiting for it. (#3056) | Michael Cahill |
| 2016-09-09 | WT-2901 Make checkpoint scrubbing configurable. (#3029) | Michael Cahill |
| 2016-09-08 | WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022) | Michael Cahill |
| 2016-08-26 | WT-2816 General improvements to WiredTiger eviction performance (#2949) | Michael Cahill |
| 2016-08-10 | WT-2816 Improve calculation of pages to walk in different cache modes. (#2936) | Michael Cahill |
| 2016-08-03 | WT-2764 Replace write leaves phase of checkpoints. (#2876) | Michael Cahill |
| 2016-06-30 | WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799) | Michael Cahill |
| 2016-05-26 | WT-2660 Fill in pct_full before returning. (#2751) | sueloverso |
| 2016-05-26 | WT-2660 Fix a hang between eviction and connection close (#2747) | sueloverso |
| 2016-03-14 | Merge pull request #2537 from wiredtiger/wt-2435 | Michael Cahill |
| 2016-03-06 | WT-2391: De-prioritize eviction from indexes | Keith Bostic |
| 2016-03-06 | WT-2391: De-prioritize eviction from indexes | Keith Bostic |
| 2016-03-06 | WT-2391: De-prioritize eviction from indexes | Keith Bostic |
| 2016-02-29 | WT-2345: __wt_evict_file_exclusive_on/off cleanups | Keith Bostic |
| 2016-01-01 | Upgrade copyright notices from 2015 to 2016. | Keith Bostic |
| 2015-11-23 | SERVER-21585 Don't use the lookaside file until the cache is stuck full. | Alex Gorrod |
| 2015-10-22 | Coding standard compliance | Alex Gorrod |
| 2015-10-22 | WT-2178 When running in memory return an error if an operation would | Alex Gorrod |
| 2015-10-22 | WT-2178 When running in-memory don't block when the cache is full. | Alex Gorrod |
| 2015-09-23 | Boolean conversion for the rest of the btree code. | Keith Bostic |
| 2015-09-22 | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill |
| 2015-09-08 | WT-2093 Use the C99 bool type to clarify when functions return true/false. | Michael Cahill |
| 2015-08-27 | Merge branch 'develop' into wt-1967-evict-any | Keith Bostic |
| 2015-08-07 | Revert again -- we don't normally want aggressive eviction turned on all | Keith Bostic |
| 2015-08-07 | Add simple strdup/malloc wrappers so we don't have to check for error | Keith Bostic |
| 2015-08-07 | Revert a debugging change that got committed in f627304, we don't | Keith Bostic |
| 2015-08-07 | Add 'pages read into cache requiring lookaside entries' and 'page | Keith Bostic |
| 2015-08-06 | whitespace | Michael Cahill |
| 2015-08-06 | WT-2034 Make shared cache adjustments gradually to avoid pauses to applicatio... | Michael Cahill |
| 2015-08-05 | Only turn on the lookaside file support inside reconciliation when | Keith Bostic |
| 2015-07-22 | Cherry-pick Michael's commit a2d0e2d: Disable all eviction (including | Keith Bostic |
| 2015-06-23 | Merge branch 'develop' into evict-clean-throttle | Keith Bostic |
| 2015-06-08 | SERVER-18829 Have pages start in the middle of the LRU queue for eviction. | Michael Cahill |
| 2015-06-08 | Split __wt_cache_full_check into two parts, a set of inline checks and | Keith Bostic |
| 2015-06-05 | Merge __wt_eviction_check, __wt_cache_full_check and __wt_cache_wait | Keith Bostic |
| 2015-06-05 | Add an eviction_dirty_trigger configuration setting. | Alex Gorrod |
| 2015-05-27 | Typo, wasn't clearing the evict/dirty return values by default. | Keith Bostic |
| 2015-05-27 | If the cache is large enough but there are too many dirty pages, don't | Keith Bostic |
| 2015-05-27 | Minor rewrite of __wt_eviction_check() to avoid work we don't have to do. | Keith Bostic |
| 2015-05-26 | Reorder a couple of functions, group the cache functions together. | Keith Bostic |
| 2015-04-30 | Rename the locking macros: use "handle list" lock consistently, make the sess... | Michael Cahill |
| 2015-02-18 | Flip cache overhead to apply to the allocated bytes rather than the total siz... | Michael Cahill |
| 2015-01-29 | Decrement the in-memory accounting value when discarding a page, stop using | Keith Bostic |
| 2015-01-27 | whitespace | Keith Bostic |
| 2015-01-27 | Merge branch 'develop' into memory-allocation | Michael Cahill |
| 2015-01-27 | Apply the cache size adjustment when checking if the cache is full. That sho... | Michael Cahill |
| 2015-01-27 | Reorg code so that fast paths stay inlined, shift the slow part of full cache... | Michael Cahill |
| 2015-01-23 | Two "real" changes: | Keith Bostic |
| 2015-01-14 | Defer the cache full check from begin_transaction until the first operation t... | Michael Cahill |
| 2015-01-04 | Copyright notices: add MongoDB, update to 2015. | Keith Bostic |