summaryrefslogtreecommitdiff
path: root/src/evict/evict_page.c
Commit message (Expand)AuthorAgeFilesLines
* Reverse the direction of the LRU walk each time the eviction server goes to s...Michael Cahill2015-03-021-2/+2
* Changes based on @keithbostic's reviewMichael Cahill2015-02-191-21/+31
* If we have exclusive access to a file being evicted, don't check each page.Michael Cahill2015-02-171-1/+1
* Combine the various checks for whether a page can be evicted into one place.Michael Cahill2015-02-171-41/+2
* Merge branch 'develop' into discard-dirtyMichael Cahill2015-02-031-3/+3
|\
| * Rename __wt_rec_page_clean_update to __wt_evict_page_clean_update,Keith Bostic2015-02-021-3/+3
* | Fix EBUSY logic in eviction: a dirty page is expected if we are restoring upd...Michael Cahill2015-02-031-1/+1
* | If discarding a tree for sweep races with an update, give up the discard grac...Michael Cahill2015-02-021-9/+10
|/
* Fix a comment about when we can do in-memory splits.Michael Cahill2015-01-251-5/+4
* We can have a tree of empty pages when closing a tree, and that's fine.Michael Cahill2015-01-211-4/+3
* Quit page eviction immediately if we're trying to evict a tree, thatKeith Bostic2015-01-201-0/+9
* Track the largest in-memory page size we've been called on to evict.Keith Bostic2015-01-101-3/+14
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Rename flags to call this phase "eviction of pages that would block applicati...Michael Cahill2014-12-221-2/+2
* Eviction should do update-restore if upper layers are trying to force out a p...Michael Cahill2014-12-221-4/+5
* Only trigger the eviction server to look for pages that would force eviction ...Michael Cahill2014-12-221-1/+8
* Don't try to set and clear session->split_gen in WT_INTL_FOREACH_BEGIN: there...Michael Cahill2014-12-181-25/+47
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
* Clean up a few __wt_calloc() calls that can be __wt_calloc_def() instead.Keith Bostic2014-12-151-1/+1
* Eviction has its own directory, replace __rec prefixes with __evict,Keith Bostic2014-12-071-22/+23
* Merge branch 'develop' into evict-renameMichael Cahill2014-12-041-18/+17
* Move eviction and reconciliation files into their own subdirs.Alex Gorrod2014-12-031-0/+510