summaryrefslogtreecommitdiff
path: root/src/evict/evict_file.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2345: __wt_evict_file_exclusive_on/off cleanupsKeith Bostic2016-02-291-4/+2
* SERVER-22064: Coverity, function return value not checked for errorKeith Bostic2016-01-101-1/+1
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2262 Split btree walk into separate walk functions.Alex Gorrod2015-12-141-2/+2
* WT-2262: don't overload the __wt_tree_walk walkcntp variable, use a newKeith Bostic2015-12-101-4/+4
* WT-2244 Don't wait for transactions after splits.Michael Cahill2015-11-271-1/+1
* SERVER-21619 Push down where we mark pages clean so we don't have to repeat t...Michael Cahill2015-11-261-9/+3
* WT-2206: The cache operations, WT_SYNC_CHECKPOINT, WT_SYNC_CLOSE,Keith Bostic2015-11-091-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
* SERVER-21027 Fix reverse splits to keep the original child ref locked until w...Michael Cahill2015-10-291-4/+8
* WT-2170 Add a macro perfom an operation at an isolation level.Michael Cahill2015-10-281-1/+10
* WT-2119: Add a new WT_PAGE flag, WT_PAGE_OVERFLOW_KEYS, set on anyKeith Bostic2015-09-251-1/+1
* Boolean conversion pass over txn.Keith Bostic2015-09-241-1/+1
* Boolean conversion pass for include.Keith Bostic2015-09-241-1/+1
* Boolean conversion for the rest of the btree code.Keith Bostic2015-09-231-1/+1
* Force instantiated pages clean: that means they're easier to evict, and ifKeith Bostic2015-08-261-6/+3
* SERVER-19990 Don't assert on eviction of live updates from dead trees.Michael Cahill2015-08-251-13/+9
* Switch back to using booleans instead of #defines for boolean argumentsKeith Bostic2015-06-051-5/+3
* Use WT_EVICT_EXCLUSIVE as an argument to __wt_evict_page_clean_update,Keith Bostic2015-05-281-2/+4
* Revert rename of WT_EVICT_PAGE_EXCLUSIVE to WT_EVICT_EXCLUSIVE,Keith Bostic2015-05-281-2/+1
* Finish cleaning up the eviction flags:Keith Bostic2015-05-271-1/+2
* The "page-eviction" flags are messed up: the only flag __wt_evict takesKeith Bostic2015-05-271-1/+1
* Instead of checking in the top-level eviction routine for clean pagesKeith Bostic2015-05-271-2/+2
* Add a "soft update" of the oldest ID from application threads in case evictio...Michael Cahill2015-05-081-1/+1
* Fix the logic around in-memory splits: if we're trying one, don't allow any o...Michael Cahill2015-05-051-1/+1
* inmem_split_during_checkpointdaveh862015-04-291-1/+1
* Revert a change to split large in-memory pages.Alex Gorrod2015-04-211-1/+1
* Fix formatting for Pull 1890daveh862015-04-201-1/+1
* Allow in-memory splits during checkpointsdaveh862015-04-201-1/+1
* Revert "Flush files from the cache before closing as part of sweep."Keith Bostic2015-04-131-31/+7
* Possible approach to avoiding lockout when when sweeping files: beforeKeith Bostic2015-04-111-7/+31
* Change the sweep server to only operate on clean files. Track the maximum tr...Michael Cahill2015-03-241-11/+5
* Remove the code that merges child pages into internal pages as part ofKeith Bostic2015-03-061-7/+1
* Revert some of the change: have a fast-discard path for trees marked clean, b...Michael Cahill2015-03-051-0/+11
* Remove the special "discard" path for trees marked clean: always go through e...Michael Cahill2015-03-051-23/+0
* error: variable 'btree' set but not used [-Werror=unused-but-set-variable]Keith Bostic2015-02-231-3/+0
* Compaction wasn't checking WT_BTREE_NO_EVICTION before executing aKeith Bostic2015-02-231-5/+3
* Make the eviction walk incremental: don't spend too long in any one file, fix...Michael Cahill2015-02-171-4/+4
* Split the code to discard trees into separate "sweep discard" and "force disc...Michael Cahill2015-02-041-18/+22
* Merge branch 'develop' into discard-dirtyMichael Cahill2015-02-031-1/+1
|\
| * Rename __wt_rec_page_clean_update to __wt_evict_page_clean_update,Keith Bostic2015-02-021-1/+1
* | If discarding a tree for sweep races with an update, give up the discard grac...Michael Cahill2015-02-021-5/+11
|/
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* whitespaceKeith Bostic2014-12-041-1/+0
* Move eviction and reconciliation files into their own subdirs.Alex Gorrod2014-12-031-0/+137