summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-27If getting a handle lock only - don't propogate WT_NOTFOUND.mongodb-3.0.3Alex Gorrod
2015-04-27Merge pull request #1894 from wiredtiger/tree-discard-backgroundMichael Cahill
2015-04-27Updated NEWS.MONGODB with additional changes.Michael Cahill
2015-04-27If a file is marked cache-resident, it can never be evicted,Keith Bostic
2015-04-27Rename WT_BTREE_NO_HAZARD to be WT_BTREE_IN_MEMORY, to better reflectKeith Bostic
2015-04-27Always clear WT_BTREE_NO_HAZARD when cache_resident is not configured,Keith Bostic
2015-04-27Cherry-pick Windows fixes to the mongodb-3.0 branch.Michael Cahill
2015-04-26src/lsm/lsm_cursor.c:666:5: error: 'locked' may be used uninitialized inMichael Cahill
2015-04-25Update NEWS.MONGODB with 3.0.3 changelogMichael Cahill
2015-04-25Fixes after cherry-picking.Michael Cahill
2015-04-25Fix a deadlock related to handle locking.Alex Gorrod
2015-04-25Fix a deadlock related to LSM. There are cases where closing a file withAlex Gorrod
2015-04-25Create a "clear a single walk" function and call it from __evict_clear_walksKeith Bostic
2015-04-25Clear session->dhandle so that future error messages don't dereference freed ...Michael Cahill
2015-04-25Clear eviction walks in all trees before the eviction server exits.Michael Cahill
2015-04-25Move the "cache is empty" check to where the cache is destoyed, not when the ...Michael Cahill
2015-04-25Shut down the eviction server before closing file handles to avoid a race.Michael Cahill
2015-04-25Look for any number of non-data-changing log records to determine if weSusan LoVerso
2015-04-25If an LSM search-near operation lands on a deleted item, make a copy of the k...Michael Cahill
2015-04-25Remove use of unneeded tmp_fh. WT-1872Susan LoVerso
2015-04-25Fix a deadlock in LSM with schema operations.Alex Gorrod
2015-04-25Fix a bug in LSM where updates with overwrite could be skipped.Alex Gorrod
2015-04-25Merge bulk cursor close with regular file cursor close: we were missing a dec...Michael Cahill
2015-04-25Allow forced eviction of pages already queued for evictiondaveh86
2015-04-25Disable fallocate on Windows since SetEndofFile does notMark Benvenuto
2015-04-25When using ftruncate as the file-extension call, we must use WT_FH.sizeKeith Bostic
2015-04-25The OS layer ftruncate() code sets the WT_FH file size, so whenKeith Bostic
2015-04-25Update file_manager=(close_idle_time=,close_scan_interval=) max values.Alex Gorrod
2015-04-25Don't ignore sweeping entirely when we reach the open-file-count limit,Keith Bostic
2015-04-25Don't keep sweeping once we reach the minimum number of handles.Keith Bostic
2015-04-25const: At condition ret == -1, the value of ret must be equal to -1.Keith Bostic
2015-04-25Remove unnecessary atomic operation, fixing CID 69810 along the way.Keith Bostic
2015-04-25CID 72073 (#1 of 1): Redundant test (DEADCODE)Keith Bostic
2015-04-25Remove unnecessary error labels, fixing SERVER-17948 along the way.Keith Bostic
2015-04-25SERVER-17954: Coverity analysis defect 72085: Redundant testKeith Bostic
2015-04-25Fix places where we were using the wrong link for traversing hash buckets.Keith Bostic
2015-04-25Enable test/fops for Windows, and add to CIMark Benvenuto
2015-04-25test/format for WindowsMark Benvenuto
2015-04-25Rename file_manager.open_handles to file_manager.close_handle_minimum,Keith Bostic
2015-04-25Don't sweep unless there's a reason we need to close file handles.Keith Bostic
2015-04-25If the underlying split buffer grows, existing boundary references mayKeith Bostic
2015-04-25Reset eol if we continue. Return NOTFOUND if checksum mismatch. #1840Susan LoVerso
2015-04-25Modify log_scan callback args to send in next LSN. #1837Susan LoVerso
2015-04-25Set checkpoint LSN to existing log record. #1700Susan LoVerso
2015-04-17Merge branch 'master' into mongodb-3.0Michael Cahill
2015-04-16Update main README with JIRA infoMichael Cahill
2015-04-16Update references to GitHub issues.Michael Cahill
2015-04-03Revert "Add shebang, make db dir if does not exist"Keith Bostic
2015-04-03Merge pull request #1847 from pgunn/masterKeith Bostic
2015-04-03Add shebang, make db dir if does not existPat Gunn