summaryrefslogtreecommitdiff
path: root/src/lsm/lsm_manager.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3616 format failed to report a stuck cache (#3745)Keith Bostic2017-10-201-2/+2
* WT-3230 automatic style checking: function local variable declarations (#3678)Keith Bostic2017-09-291-3/+3
* WT-3468 Avoid shared timespec usage in LSM (#3635)sueloverso2017-09-011-7/+17
* WT-3358 LSM will hang if the manager fails to start (#3582)Keith Bostic2017-08-141-6/+21
* WT-3308 Add statistics tracking around yield loops (#3496)Vamsi Krishna2017-07-211-1/+3
* WT-3181 Add timestamp support. (#3373)Michael Cahill2017-06-221-3/+3
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-021-1/+1
* WT-3292 review/cleanup full-barrier calls in WiredTiger (#3395)Keith Bostic2017-04-191-5/+1
* WT-3268 Failure to close cursor can get wiredtiger stuck in a cursor-close lo...Keith Bostic2017-04-181-12/+4
* WT-3269 Miscellaneous cleanup (#3377)Keith Bostic2017-04-071-1/+1
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3155 Remove WT_CONN_SERVER_RUN flag (#3344)Keith Bostic2017-03-291-25/+29
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-011-6/+6
* WT-2945 Occasional hang running reconfigure fuzz test (#3098)Keith Bostic2016-10-261-8/+9
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-2/+2
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-7/+7
* WT-2867 Review and fix barrier usage in __lsm_tree_close (#3014)Keith Bostic2016-09-021-4/+2
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-14/+6
* WT-2499 Fix a race in LSM between setting and checking WT_LSM_TREE_ACTIVE.Alex Gorrod2016-03-211-2/+2
* WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-111-2/+4
* WT-2349 Changes from review comments. Add WT-specific error codes.Susan LoVerso2016-02-161-0/+1
* WT-2349 Add URI prefixes to test. Fix some LSM manager issues.Susan LoVerso2016-02-091-1/+5
* WT-2349 Initial addition of readonly configuration option.Susan LoVerso2016-02-041-0/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2220 Split WT_TIMEDIFF macro into unit specific macros.Alex Gorrod2015-11-171-2/+1
* WT-2149: open private lookaside cursors as part of creating an internalKeith Bostic2015-09-301-3/+5
* Boolean conversion pass over session.Keith Bostic2015-09-241-1/+1
* Boolean conversion pass over lsm.Keith Bostic2015-09-241-7/+7
* Rename atomic functions from number of bytes to number of bits.Keith Bostic2015-08-131-4/+4
* Merge branch 'develop' into wt-2025-inline-atomic-functionsKeith Bostic2015-08-131-10/+4
|\
| * WT-2038: Simplify some of the TAILQ remove loops, found by inspection.Keith Bostic2015-08-131-10/+4
* | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions soKeith Bostic2015-08-061-4/+4
|/
* Fixup per review comments, and general tidy.Alex Gorrod2015-06-041-1/+2
* Split LSM verbose into two categories.Alex Gorrod2015-06-021-1/+2
* Move LSM aggressive merge calculation into merge code.Alex Gorrod2015-06-011-41/+1
* Access the LSM tree directly instead of through the entry.Alex Gorrod2015-05-191-2/+2
* Increment queue_ref count before checking flag. WT-1935Susan LoVerso2015-05-181-13/+25
* Fix a race on shutdown in LSM.Alex Gorrod2015-05-181-0/+8
* Add a "WT_" prefix to the many TXN_* macros in use inside WiredTiger.Michael Cahill2015-05-111-1/+1
* Rename the locking macros: use "handle list" lock consistently, make the sess...Michael Cahill2015-04-301-3/+3
* whitespaceKeith Bostic2015-04-241-2/+1
* Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-251-3/+3
* Allow size-limited LSM trees to have Bloom filters, based on the normal confi...Michael Cahill2015-02-101-4/+11
* Add a mode to LSM where we can limit the size of data in the tree.Alex Gorrod2015-02-091-0/+8
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Merge pull request #1465 from wiredtiger/lsm-cleanupsueloverso2014-12-151-4/+18
|\
| * whitespaceMichael Cahill2014-12-121-1/+0
| * Fix copy-paste error.Alex Gorrod2014-12-121-3/+3
| * Have LSM worker reconfigure work with min workers.Alex Gorrod2014-12-121-7/+21
| * Minor cleanup. #1447Susan LoVerso2014-12-111-7/+8