summaryrefslogtreecommitdiff
path: root/src/evict
Commit message (Expand)AuthorAgeFilesLines
...
| | | * WT-2119: Add a new WT_PAGE flag, WT_PAGE_OVERFLOW_KEYS, set on anyKeith Bostic2015-09-253-3/+3
| | * | Boolean conversion pass over include.Keith Bostic2015-09-271-2/+2
| | |/
| * | Merge branch 'develop' into app-evict-fairerAlex Gorrod2015-09-253-44/+48
| |\ \
| * | | WT-2114 Fix a bug testing against wrong variable.Alex Gorrod2015-09-211-1/+1
| * | | Further tweaks to evict wait function.Alex Gorrod2015-09-181-14/+15
| * | | WT-2114 Update application eviction loop.Alex Gorrod2015-09-181-20/+15
* | | | Merge branch 'develop' into wt-2108Keith Bostic2015-09-273-49/+56
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'develop' into wt2119Michael Cahill2015-09-253-8/+8
| |\ \ \ | | | |/ | | |/|
| | * | Boolean conversion pass over txn.Keith Bostic2015-09-243-3/+3
| | * | Boolean conversion pass over session.Keith Bostic2015-09-241-2/+2
| | * | Boolean conversion pass for include.Keith Bostic2015-09-243-3/+3
| * | | WT-2119 Change the checkpointing state to an enum so we can tell whether the ...Michael Cahill2015-09-251-1/+2
| |/ /
| * | Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-232-27/+29
| * | Boolean conversion for the rest of the btree code.Keith Bostic2015-09-232-9/+12
| * | Rename WT_PAGE_MODIFY.recon_result to WT_PAGE_MODIFY.rec_result.Keith Bostic2015-09-231-2/+2
| * | The WT_PAGE_MODIFY flags field isn't really a set of flags, it's an enumKeith Bostic2015-09-221-2/+2
| * | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-7/+8
| |/
* | Merge branch 'develop' into wt-2108Keith Bostic2015-09-211-13/+0
|\ \ | |/
| * SERVER-20159 Make all readers wait while the cache is full.Michael Cahill2015-09-161-13/+0
* | WT-2108: merge WT_PM_REC_REWRITE into WT_PM_REC_MULTIBLOCK.Keith Bostic2015-09-151-17/+18
|/
* Merge pull request #2184 from wiredtiger/evict-queue-renameMichael Cahill2015-09-141-16/+16
|\
| * WT-2100 Rename evict to evict_queue so it's easier to search for.Alex Gorrod2015-09-111-16/+16
* | WT-2093 Use the C99 bool type to clarify when functions return true/false.Michael Cahill2015-09-081-4/+4
* | lint, unused variableKeith Bostic2015-09-021-3/+0
* | WT-2074: there's still a race in 46331aa, if we read the global checkpointKeith Bostic2015-09-021-16/+5
|/
* WT-2076 Fix a bug preventing the save/restore eviction path from working.Keith Bostic2015-09-021-20/+18
* WT-2074: Exempt files that aren't checkpointed from the eviction testKeith Bostic2015-08-311-5/+6
* WT-2074: Running checkpoints can prevent using the lookaside tableKeith Bostic2015-08-311-5/+17
* Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-271-2/+21
|\
| * Merge pull request #2155 from wiredtiger/WT-2064sueloverso2015-08-271-2/+21
| |\
| | * Merge branch 'develop' into WT-2064Michael Cahill2015-08-271-8/+12
| | |\
| | * | WT-2064 Don't spin indefinitely waiting for the handle list lock in eviction....Michael Cahill2015-08-271-2/+21
* | | | When evicting a page, update the oldest ID to avoid wasting effort if itKeith Bostic2015-08-271-0/+7
* | | | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-271-13/+17
|\ \ \ \ | |/ / /
| * | | Merge pull request #2110 from wiredtiger/shared-cache-gradualAlex Gorrod2015-08-271-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'develop' into shared-cache-gradualMichael Cahill2015-08-201-17/+18
| | |\ \
| | * \ \ Merge branch 'develop' into shared-cache-gradualMichael Cahill2015-08-111-16/+16
| | |\ \ \
| | * | | | WT-2034 Make shared cache adjustments gradually to avoid pauses to applicatio...Michael Cahill2015-08-061-1/+1
| * | | | | WT-2066 - Update the oldest transaction ID from evictionMichael Cahill2015-08-271-8/+12
| | |_|_|/ | |/| | |
* | | | | Consistently use "lookaside table", rather than "lookaside file".Keith Bostic2015-08-262-5/+5
* | | | | Force instantiated pages clean: that means they're easier to evict, and ifKeith Bostic2015-08-262-11/+5
* | | | | Merge branch 'develop' into wt-1967-evict-anyMichael Cahill2015-08-261-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | SERVER-20008 Acquire the handle list lock when clearing walks to avoid a race...Michael Cahill2015-08-261-1/+3
* | | | | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-252-19/+19
|\ \ \ \ \ | |/ / / /
| * | | | SERVER-20008 Don't fail if stepping past the last page in a file.Michael Cahill2015-08-251-1/+1
| * | | | SERVER-20008 Don't reset eviction walks when hitting a busy page.Michael Cahill2015-08-251-8/+9
| * | | | SERVER-19990 Don't assert on eviction of live updates from dead trees.Michael Cahill2015-08-251-13/+9
| | |_|/ | |/| |
* | | | Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-191-7/+8
|\ \ \ \ | |/ / /
| * | | Rename atomic functions from number of bytes to number of bits.Keith Bostic2015-08-131-6/+6
| * | | Merge branch 'develop' into wt-2025-inline-atomic-functionsKeith Bostic2015-08-131-4/+4
| |\ \ \