summaryrefslogtreecommitdiff
path: root/src/evict
AgeCommit message (Expand)Author
2016-09-26WT-2928 Don't give up when the urgent queue is half empty. (#3063)Michael Cahill
2016-09-26WT-2928 Eviction failing to switch queues can lead to starvation (#3060)Keith Bostic
2016-09-25WT-2924 Ensure we are doing eviction when threads are waiting for it (#3061)Keith Bostic
2016-09-23WT-2924 Ensure we are doing eviction when threads are waiting for it. (#3056)Michael Cahill
2016-09-16WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill
2016-09-16WT-2910 When running in-memory, only evict dirty pages. (#3044)Michael Cahill
2016-09-16WT-2905 dead code: MongoDB Coverity #99881. (#3045)Michael Cahill
2016-09-15spellingMichael Cahill
2016-09-15WT-2913 Re-sort eviction queues if we find no new candidates. (#3043)Michael Cahill
2016-09-14WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan
2016-09-14WT-2902 Track per-tree the efficiency of eviction walks. (#3036)Michael Cahill
2016-09-09WT-2901 Make checkpoint scrubbing configurable. (#3029)Michael Cahill
2016-09-08WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill
2016-09-05WT-2881 Add -Wpedantic to clang compiler warning flags (#3010)Keith Bostic
2016-09-01WT-2866 Fix warning. (#3013)sueloverso
2016-09-01WT-2866 Don't set eviction stuck unless the cache is full. (#3009)Alex Gorrod
2016-08-31WT-2866 Implement Sue's review feedback on WT-2816. (#3003)Michael Cahill
2016-08-30WT-2871 Make verbose formats and argument types match. (#2998)Michael Cahill
2016-08-29WT-2865 Fix a bug where the eviction server could panic after a WT_NOTFOUND (...Alex Gorrod
2016-08-26WT-2846 Fixes for new thread group code (#2985)Alex Gorrod
2016-08-26WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill
2016-08-25WT-2846 Fix bugs related to reconfiguring eviction settings. (#2973)Alex Gorrod
2016-08-16WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic
2016-08-12WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic
2016-08-11WT-2818 Change the page visibility check when queuing pages for eviction (#2942)Alex Gorrod
2016-08-10WT-2816 Improve calculation of pages to walk in different cache modes. (#2936)Michael Cahill
2016-08-03WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill
2016-07-28WT-2796 Fix a memory leak when using the lookaside table. (#2914)Michael Cahill
2016-07-26WT-2785 Scrub dirty pages rather than evicting them: single-page reconciliati...Keith Bostic
2016-07-23WT-2737 Page scrubbing: more fixes. (#2903)Keith Bostic
2016-07-22WT-2737 page scrubbing: more fixes (#2900)Keith Bostic
2016-07-22WT-2737 Page scrubbing: more fixes. (#2899)Michael Cahill
2016-07-21WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic
2016-07-18WT-2731 Finer adjustment for page size with raw compression (#2885)Keith Bostic
2016-07-18WT-2774 minor cleanups/improvements (#2881)Keith Bostic
2016-07-15SERVER-24971 Don't cache buffers after application eviction. (#2869)Michael Cahill
2016-07-06WT-2026 Allow forced eviction to split pages when BTREE_NO_EVICTION set (#2840)Sulabh Mahajan
2016-07-01WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2844)Keith Bostic
2016-07-01WT-2665 Limit allocator fragmentation in WiredTiger (#2842)Keith Bostic
2016-06-30WT-2665 Limit allocator fragmentation from the WiredTiger cache (#2799)Michael Cahill
2016-06-28WT-2729 Focus eviction on the largest trees in cache. (#2832)Michael Cahill
2016-06-23SERVER-24580 Add more eviction stats to track efficiency. (#2830)Michael Cahill
2016-06-23WT-2724 Pass in session address, not pointer to it. (#2827)sueloverso
2016-06-23SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill
2016-06-22SERVER-24580 Enhance eviction when application threads are contributing (#2806)Michael Cahill
2016-06-22WT-2704 Don't re-initialize pages evicted on eviction thread start. (#2822)Alex Gorrod
2016-06-22WT-2704 Fix bug in diagnostic code tracking duration of stuck cache. (#2820)sueloverso
2016-06-15WT-2702 Block operations when the cache is 100% full. (#2798)Michael Cahill
2016-06-14WT-2698 Change flag into atomically manipulated field to avoid deadlock. (#2796)sueloverso
2016-06-08WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic