index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-05-26
Merge branch 'mongodb-3.0' of github.com:wiredtiger/wiredtiger into mongodb-3.0
mongodb-3.0.4
Michael Cahill
2015-05-26
Make this test run again: set the file_manager.close_handle_minimum to
Keith Bostic
2015-05-26
Hold the schema and handle list locks while LSM is discarding a chunk.
Michael Cahill
2015-05-26
Cleanup flow in sweep mark dead function.
Alex Gorrod
2015-05-26
Disable eviction in a tree while it is being marked dead.
Michael Cahill
2015-05-26
Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....
Michael Cahill
2015-05-25
Fix the "is dead" check for handles to not use WT_NOTFOUND: that is a valid r...
Michael Cahill
2015-05-25
Fix for force drop racing with handle opens in test/fops. (In WiredTiger 2.6...
Michael Cahill
2015-05-25
Fixes for macro name changes after cherry picking.
Michael Cahill
2015-05-25
Always clear the cursor's page reference after releasing the page,
Keith Bostic
2015-05-25
Handle ENOENT from log_scan in callers. WT-1936
Susan LoVerso
2015-05-25
Merge pull request #1991 from wiredtiger/open-directory-full-path
sueloverso
2015-05-25
Merge pull request #1987 from wiredtiger/log-cursor-enoent
sueloverso
2015-05-25
Merge pull request #1986 from wiredtiger/txn-oldest-id
Alex Gorrod
2015-05-25
Merge pull request #1981 from wiredtiger/page-release-cleanup
Michael Cahill
2015-05-25
Merge pull request #1979 from wiredtiger/log-slot-volatile
Alex Gorrod
2015-05-25
Merge pull request #1974 from wiredtiger/handle-unexpected-files
Michael Cahill
2015-05-25
Merge pull request #1976 from wiredtiger/checkpoint-dead
Alex Gorrod
2015-05-25
Merge pull request #1973 from wiredtiger/disable-eviction-during-mark-dead
Alex Gorrod
2015-05-25
Merge pull request #1972 from wiredtiger/never-evict-from-lru-walk
Alex Gorrod
2015-05-25
Merge pull request #1969 from wiredtiger/fsync-before-validate
Alex Gorrod
2015-05-25
Merge pull request #1946 from wiredtiger/checkpoint-rewrite
Alex Gorrod
2015-05-25
Merge pull request #1931 from wiredtiger/avoid-obsolete-checks
Alex Gorrod
2015-05-14
Check magic and version numbers in log files when first opening them.
Susan LoVerso
2015-05-14
If we're closing a dirty tree in order to verify it (or any other exclusive o...
Michael Cahill
2015-05-13
Backport fixes for SERVER-18316.
Susan LoVerso
2015-04-27
If getting a handle lock only - don't propogate WT_NOTFOUND.
mongodb-3.0.3
Alex Gorrod
2015-04-27
Merge pull request #1894 from wiredtiger/tree-discard-background
Michael Cahill
2015-04-27
Updated NEWS.MONGODB with additional changes.
Michael Cahill
2015-04-27
If a file is marked cache-resident, it can never be evicted,
Keith Bostic
2015-04-27
Rename WT_BTREE_NO_HAZARD to be WT_BTREE_IN_MEMORY, to better reflect
Keith Bostic
2015-04-27
Always clear WT_BTREE_NO_HAZARD when cache_resident is not configured,
Keith Bostic
2015-04-27
Cherry-pick Windows fixes to the mongodb-3.0 branch.
Michael Cahill
2015-04-26
src/lsm/lsm_cursor.c:666:5: error: 'locked' may be used uninitialized in
Michael Cahill
2015-04-25
Update NEWS.MONGODB with 3.0.3 changelog
Michael Cahill
2015-04-25
Fixes after cherry-picking.
Michael Cahill
2015-04-25
Fix a deadlock related to handle locking.
Alex Gorrod
2015-04-25
Fix a deadlock related to LSM. There are cases where closing a file with
Alex Gorrod
2015-04-25
Create a "clear a single walk" function and call it from __evict_clear_walks
Keith Bostic
2015-04-25
Clear session->dhandle so that future error messages don't dereference freed ...
Michael Cahill
2015-04-25
Clear eviction walks in all trees before the eviction server exits.
Michael Cahill
2015-04-25
Move the "cache is empty" check to where the cache is destoyed, not when the ...
Michael Cahill
2015-04-25
Shut down the eviction server before closing file handles to avoid a race.
Michael Cahill
2015-04-25
Look for any number of non-data-changing log records to determine if we
Susan LoVerso
2015-04-25
If an LSM search-near operation lands on a deleted item, make a copy of the k...
Michael Cahill
2015-04-25
Remove use of unneeded tmp_fh. WT-1872
Susan LoVerso
2015-04-25
Fix a deadlock in LSM with schema operations.
Alex Gorrod
2015-04-25
Fix a bug in LSM where updates with overwrite could be skipped.
Alex Gorrod
2015-04-25
Merge bulk cursor close with regular file cursor close: we were missing a dec...
Michael Cahill
2015-04-25
Allow forced eviction of pages already queued for eviction
daveh86
[next]