summaryrefslogtreecommitdiff
path: root/src/evict
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21619 Push down where we mark pages clean so we don't have to repeat t...Michael Cahill2015-11-262-20/+4
* SERVER-21619 Don't do internal page splits after a tree is marked DEAD.Alex Gorrod2015-11-251-14/+24
* SERVER-21585 Don't use the lookaside file until the cache is stuck full.Alex Gorrod2015-11-231-1/+2
* Replace some __wt_errx/WT_ERR pairs with WT_ERR_MSG, __wt_errx/WT_RETKeith Bostic2015-11-191-1/+1
* Merge pull request #2308 from wiredtiger/wt-2220-wt_timediffAlex Gorrod2015-11-181-6/+6
|\
| * WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-171-5/+5
| * WT-2220 Split WT_TIMEDIFF macro into unit specific macros.Alex Gorrod2015-11-171-1/+1
* | Minor comment change.Alex Gorrod2015-11-171-1/+4
* | Merge branch 'develop' into wt-2182-split-up-the-tree-2Keith Bostic2015-11-101-1/+1
|\ \ | |/
| * WT-2206: The cache operations, WT_SYNC_CHECKPOINT, WT_SYNC_CLOSE,Keith Bostic2015-11-091-1/+1
* | Simplify a return clause.Keith Bostic2015-11-091-1/+1
* | If a reverse split fails, let __evict_delete_ref() unlock the child,Keith Bostic2015-11-081-3/+8
|/
* WT-2192 Update a comment to describe a race condition better.Alex Gorrod2015-11-031-1/+3
* SERVER-21246: Coverity complaint 76653, initialize stuck_ts fields;Keith Bostic2015-11-021-1/+1
* WT-2192 Fix the logic around checking whether internal page is evictable.Alex Gorrod2015-11-021-8/+14
* WT-2190 Fix assertion to use logical OR.Michael Cahill2015-11-021-1/+1
* WT-2190: reconciliation skips update visibility tests for the lookasideKeith Bostic2015-11-011-4/+6
* Replace an unnecessary ref->page with the local page variable.Keith Bostic2015-11-011-2/+1
* WT-2178 It's okay to evict clean page from in-memory databases in order to dr...Michael Cahill2015-10-301-1/+1
* SERVER-21027 Remove code that updated snapshots for eviction.Michael Cahill2015-10-301-6/+0
* WT-2170 Restore visible_all semantics if we try to check visibility without a...Michael Cahill2015-10-301-7/+0
* Merge pull request #2257 from wiredtiger/inmemMichael Cahill2015-10-302-6/+20
|\
| * Merge branch 'develop' into inmemAlex Gorrod2015-10-291-2/+35
| |\
| * | WT-2178 review feedback:Alex Gorrod2015-10-292-8/+5
| * | Merge branch 'develop' into inmemKeith Bostic2015-10-281-30/+79
| |\ \
| * | | WT-2178 Have eviction only discard empty pages for in memory workloads.Alex Gorrod2015-10-281-1/+2
| * | | WT-2178 When running in memory don't evict clean pages.Alex Gorrod2015-10-222-1/+15
| * | | Cleanup flags: don't check the connection-wide in-memory flag everywhere.Michael Cahill2015-10-211-2/+3
| * | | Don't write btree pages for in-memory databases.Michael Cahill2015-10-211-1/+2
* | | | WT-2189 Make F_SET (and F_CLR) into a void expression.Michael Cahill2015-10-301-1/+1
* | | | SERVER-21027 Fix reverse splits to keep the original child ref locked until w...Michael Cahill2015-10-292-25/+43
* | | | Merge pull request #2270 from wiredtiger/WT-2185Michael Cahill2015-10-291-3/+9
|\ \ \ \
| * | | | WT-2185: Don't do reverse splits when closing a file.Alex Gorrod2015-10-291-3/+9
| | |_|/ | |/| |
* | | | Merge pull request #2266 from wiredtiger/wt-2170sueloverso2015-10-281-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | WT-2170 Add a macro perfom an operation at an isolation level.Michael Cahill2015-10-281-1/+10
| |/ /
* | | SERVER-21027 Implement @keithbostic's review comments.Michael Cahill2015-10-291-7/+8
* | | Merge branch 'develop' into reverse-splitsKeith Bostic2015-10-281-30/+79
|\ \ \ | | |/ | |/|
| * | WT-2116 Add diagnostic checks for stuck cache and dump the state.Michael Cahill2015-10-271-30/+79
| |/
* | SERVER-21027 Reverse split whenever more than 10% of the refs in the parent a...Michael Cahill2015-10-231-1/+3
* | line wrappingMichael Cahill2015-10-231-2/+4
* | SERVER-21027 Do reverse splits when deleting pages.Michael Cahill2015-10-221-3/+31
|/
* Merge branch 'develop' into wt-2108Keith Bostic2015-10-073-65/+74
|\
| * WT-2149 Track if the lookaside table is open when starting eviction workers.Michael Cahill2015-10-071-5/+11
| * WT-2149 WT-2156 Allow eviction workers to restart.Michael Cahill2015-10-021-0/+3
| * Merge pull request #2234 from wiredtiger/wt-2149Alex Gorrod2015-10-021-24/+30
| |\
| | * WT-2149 Fix the order of creation of the lookaside table. The lookaside tabl...Michael Cahill2015-10-011-6/+9
| | * WT-2149: open private lookaside cursors as part of creating an internalKeith Bostic2015-09-301-19/+22
| * | Lint: Fallthrough -> FALLTHROUGHAlex Gorrod2015-10-011-1/+1
| * | Merge branch 'develop' into app-evict-fairerAlex Gorrod2015-10-013-6/+7
| |\ \ | | |/
| | * Merge pull request #2219 from wiredtiger/wt2119Michael Cahill2015-09-283-3/+3
| | |\