summaryrefslogtreecommitdiff
path: root/src/include/cache.i
Commit message (Expand)AuthorAgeFilesLines
...
* More eviction locking cleanups and fixes.Michael Cahill2012-01-241-1/+0
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Force eviction of pages that become more than 20 times larger in memory than ...Michael Cahill2011-12-161-2/+3
* Remove some noise remaining from the workq: we don't need WT_SESSION_IMPL->wq...Michael Cahill2011-12-131-1/+1
* update a comment, minor whitespace.Keith Bostic2011-12-121-1/+0
* Restructure reads to not use serialized functions, reduce the number of calls...Michael Cahill2011-12-121-37/+34
* Don't check read_lockout: just look at the cache usage directly before reading.Michael Cahill2011-12-051-1/+6
* Make eviction parameters tunable, to force more or less aggressive eviction.Michael Cahill2011-12-051-2/+2
* automatically prepend verbose messages with their particular tag lineKeith Bostic2011-11-291-2/+2
* Put code to check the cache and wake eviction when necessary in one place.Michael Cahill2011-11-231-0/+66