| Age | Commit message (Expand) | Author |
| 2014-04-07 | Merge branch 'develop' into multiple-eviction-threads | Michael Cahill |
| 2014-04-01 | Revert 951ae8f, didn't mean to push. | Michael Cahill |
| 2014-04-01 | imported patch force-loop | Michael Cahill |
| 2014-03-29 | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic |
| 2014-03-05 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-02-27 | Switch to using hazard references for walks through the cache. | Michael Cahill |
| 2014-02-26 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-02-20 | Remove WT_EVICT_INTERNAL, WT_EVICT_PASS_INTERNAL, no longer used. | Keith Bostic |
| 2014-02-20 | Only evict Bloom filter pages if eviction gets aggressive. | Michael Cahill |
| 2014-02-17 | Increase the skew against evicting internal pages: some wtperf workloads caus... | Michael Cahill |
| 2014-01-14 | Add a new mode to eviction that only considers internal pages. | Alex Gorrod |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-10-25 | Revert to clearing all pages from the LRU queue: change 81d7c81584a1ffcc4d8b6... | Michael Cahill |
| 2013-10-25 | Just use the dhandle for evict_file_next: that's just as unique as the name p... | Michael Cahill |
| 2013-10-24 | Merge branch 'develop' into evict | Keith Bostic |
| 2013-10-24 | Remove WT_CACHE.force_entries, it's never used. | Keith Bostic |
| 2013-10-24 | Don't keep accumulating pages once we've hit max_entries, that's | Keith Bostic |
| 2013-10-17 | Add explicit active state to eviction server. | Alex Gorrod |
| 2013-05-07 | Keep track of the maximum slot used in the LRU queue in a volatile, monotonic... | Michael Cahill |
| 2013-04-24 | Changes to tune eviction loops based on profiling. Track more pages, but onl... | Michael Cahill |
| 2013-04-24 | Introduce a condition variable for application threads waiting for eviction | Alex Gorrod |
| 2013-04-24 | Move allocation and freeing of the LRU queue out of the eviction thread: appl... | Michael Cahill |
| 2013-04-02 | Enhance forced eviction to allow multiple pages to be queued. | Alex Gorrod |
| 2013-03-07 | Fixes for the memory accounting of split-merge pages. | Keith Bostic |
| 2013-03-01 | Track eviction progress explicitly. Previously, we gave up if the cache didn... | Michael Cahill |
| 2013-02-28 | Deal with eviction getting stuck. Now that application threads don't try to ... | Michael Cahill |
| 2013-02-08 | Cleanup based on Keith's review feedback. | Michael Cahill |
| 2013-01-15 | line formatting | Keith Bostic |
| 2013-01-15 | Alter the shared cache min configuration to be called reserved. | Alex Gorrod |
| 2013-01-14 | Add the ability to specify a per-connection base size to participants in | Alex Gorrod |
| 2013-01-04 | Merge branch 'develop' into evict-large-pages | Michael Cahill |
| 2013-01-01 | Merge branch 'develop' into dirty-disable | Keith Bostic |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-12-27 | Re-structure chunks of __bt_evict.c to make checkpoints outside of the | Keith Bostic |
| 2012-12-21 | Add code in to prioritize eviction of pages that are larger | Alex Gorrod |
| 2012-12-18 | Fixes from Alex's review: revert a test change made for debugging, and switch... | Michael Cahill |
| 2012-12-14 | When evicting in a file that is being checkpointed, only evict clean pages. | Michael Cahill |
| 2012-12-14 | Try to clear the LRU walk if waiting in the tree during a checkpoint. | Michael Cahill |
| 2012-11-22 | Add partial implementation for tracking dirty pages in cache. | Alex Gorrod |
| 2012-11-09 | Shared cache fixes from review. Fix connection::reconfigure API. | Alex Gorrod |
| 2012-11-08 | Manage a session handle for the cache pool thread. This becomes | Alex Gorrod |
| 2012-11-08 | Merge branch 'develop' into shared-cache | Alex Gorrod |
| 2012-11-07 | Add configuration string checking to subconfig options. | Alex Gorrod |
| 2012-11-05 | Update cache pool to keep information in the connections cache structure | Alex Gorrod |
| 2012-11-05 | Only evict pages with generation numbers in the bottom quarter of the range w... | Michael Cahill |
| 2012-10-18 | Further cleanup of forced eviction comments and code. | Michael Cahill |
| 2012-10-10 | Walk a constant number of pages for LRU. | Michael Cahill |
| 2012-05-29 | Use a single spinlock for synchronization in eviction. | Michael Cahill |
| 2012-05-21 | If the __wt_evict_page_request() function is no longer called from | Keith Bostic |
| 2012-04-27 | Semantic sugar: when we moved the file sync/close requests out of the | Keith Bostic |