summaryrefslogtreecommitdiff
path: root/src/include/dhandle.h
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-6/+6
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-011-0/+18
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-1/+1
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-0/+2
* WT-2975 Only allocate space for statistics when we open a data source (#3107)Keith Bostic2016-11-011-1/+1
* WT-2674 simplify metadata file check (#2763)Keith Bostic2016-06-011-2/+3
* WT-2491 Revert - Remove the handle close_lock (#2759)David Hows2016-05-301-0/+8
* WT-2491 Remove the handle close_lock (#2745)David Hows2016-05-301-8/+0
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Review comment from Michael: I'd prefer a macro called WT_SESSION_META_DHANDLEKeith Bostic2015-12-101-3/+3
* WT-2073: cache a metadata WT_CURSOR in the WT_SESSION, rather than aKeith Bostic2015-10-201-0/+4
* Merge branch 'develop' into index-create-lsm3Don Anderson2015-09-131-3/+10
|\
| * WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-1/+3
| * WT-2038 Immediately discard temporary handles from session caches.Michael Cahill2015-08-141-1/+5
| * WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-131-2/+2
| * WT-2036 Don't try to repeatedly remove busy handles. Count dead handles late...Michael Cahill2015-08-101-0/+1
* | WT-147. Use reference count approach for tracking when to releaseDon Anderson2015-08-021-10/+2
* | WT-147. An alternate approach to re-locking a btree that is already locked,Don Anderson2015-06-111-0/+10
* | Revert "For exclusive opens of data handles without 'special' flags, we allow"Don Anderson2015-06-041-3/+0
* | For exclusive opens of data handles without 'special' flags, we allowDon Anderson2015-05-291-0/+3
|/
* Restructure handle locking so it all happens at the session level, avoid enta...Michael Cahill2015-04-281-3/+2
* Only force discard handles from LSM trees. Other discard cases include old c...Michael Cahill2015-04-271-4/+5
* Have the WT_DHANDLE_DISCARD flag mark trees dead. Remove the WT_DHANDLE_DISC...Michael Cahill2015-04-271-5/+4
* Discard trees from cache in the background.Michael Cahill2015-04-161-6/+7
* Review places that set/clear session->dhandle, replace with macros. Change c...Michael Cahill2015-02-241-0/+13
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Remove the SET/CLEAR_BTREE_IN_SESSION macros: now we have WT_WITH_DHANDLE, th...Michael Cahill2014-12-191-13/+0
* TAILQ back to SLIST. #1439Susan LoVerso2014-12-081-2/+2
* Connection dhandle hashed queue. #1439Susan LoVerso2014-12-081-0/+1
* Convert the dhandle list to a queue.Alex Gorrod2014-12-051-1/+1
* whitespaceKeith Bostic2014-09-051-1/+1
* Switch from using the checkpoint lock to serialize bulk-load close andKeith Bostic2014-07-231-0/+8
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* If a session already has a reference to a dhandle, don't add another.Susan LoVerso2013-12-161-2/+3
* Rename refcnt and usecnt, add a comment to clarify their purpose.Keith Bostic2013-12-041-2/+7
* Add WT_SESSION use-countet to WT_DATA_HANDLEsKeith Bostic2013-11-301-1/+4
* Change WT_WITH_DHANDLE to stay away from the caller's namespace.Keith Bostic2013-10-171-2/+2
* Change dhandles to use a singly linked list. Fix bug in close toSusan LoVerso2013-09-181-1/+1
* Add name hash to avoid excessive strcmp on common path.Susan LoVerso2013-05-151-0/+1
* Merge branch 'basho' into lsm-ckpt-experimentsMichael Cahill2013-04-021-0/+9
* Move WT_DATA_HANDLE into its own header file (dhandle.h).Michael Cahill2013-04-021-0/+46