summaryrefslogtreecommitdiff
path: root/src/session/session_dhandle.c
AgeCommit message (Expand)Author
2014-10-03Add size specific atomics for 1, 4 & 8 byte atomic operationsMark Benvenuto
2014-08-01Mark some internal sessions as not allowed to open data handles. Use this to...Michael Cahill
2014-07-31Skip decrementing the connection's reference count when discardingKeith Bostic
2014-07-31The connection handle code shouldn't really be dealing with session-styleKeith Bostic
2014-07-17Rename __wt_bt_cache_XXX functions to be __wt_cache_XXX to match theKeith Bostic
2014-07-17Use __wt_bt_cache_op to flush the cache rather than __wt_checkpoint_closeKeith Bostic
2014-05-21Change the data handle decrement to an atomic operation, removing theKeith Bostic
2014-05-21First attempt to add a sweep thread to close data handles only afterKeith Bostic
2014-04-17Fix a bug where we could free invalid memory during checkpoint.Alex Gorrod
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-30WhitespaceSusan LoVerso
2013-12-28Don't sweep this session's dhandle. #827Susan LoVerso
2013-12-17Merge Sue's fix for the session refcount with mine, simplify.Michael Cahill
2013-12-16If a session already has a reference to a dhandle, don't add another.Susan LoVerso
2013-12-04Abstract out the data source in-use increment/decrement so we don't haveKeith Bostic
2013-12-04Rename refcnt and usecnt, add a comment to clarify their purpose.Keith Bostic
2013-11-30lintKeith Bostic
2013-11-30cleanup some unused variables.Keith Bostic
2013-11-30Add WT_SESSION use-countet to WT_DATA_HANDLEsKeith Bostic
2013-11-30Track connection & session data handle sweeps consistently, moveKeith Bostic
2013-11-05Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill
2013-10-19API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic
2013-10-17Merge branch 'develop' into statistics-splitKeith Bostic
2013-10-14Fix a long-standing deadlock that could happen when closing a busy LSM tree.Michael Cahill
2013-10-10Split statistics macros into two parts: run-time and everything else,Keith Bostic
2013-09-18Change dhandles to use a singly linked list. Fix bug in close toSusan LoVerso
2013-09-13Merge pull request #685 from wiredtiger/bulk-handlesKeith Bostic
2013-09-13Check for WT_DHANDLE_EXCLUSIVE in sweep code. #680Susan LoVerso
2013-09-13Simplify the test for whether or not we've locked the handle -- IKeith Bostic
2013-08-14Code movement from review comments.Susan LoVerso
2013-08-13Periodically close session and connection dhandles that are no longerSusan LoVerso
2013-06-18Generalize the cursor "overwrite" configuration to apply to insert, update an...Michael Cahill
2013-05-16Use the name hash to avoid string comparisons in the session list of data han...Michael Cahill
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2012-09-27Merge branch 'develop' into data-handlesMichael Cahill
2012-09-18Replace session->btree with a data handle.Michael Cahill
2012-09-18Rename {conn,session}_btree.c to {conn,session}_dhandle.c.Michael Cahill