| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2566 Lock/unlock operations should imply memory barriers. | Michael Cahill | 2016-04-20 | 1 | -0/+12 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-2220 Create WT_TIMEDIFF_US and fix use of constants. | Susan LoVerso | 2015-11-17 | 1 | -2/+2 |
* | Fix a comment. | Keith Bostic | 2015-11-13 | 1 | -1/+1 |
* | Fair lock review feedback - cleanup diagnostics | Alex Gorrod | 2015-10-01 | 1 | -0/+14 |
* | WT-2131 Fix __wt_fair_trylock implementation. | Alex Gorrod | 2015-09-28 | 1 | -9/+12 |
* | WT-2131 Switch all WT_PAGE_RECONCILIATION locks to fair locks. | Alex Gorrod | 2015-09-28 | 1 | -0/+20 |
* | lint | Alex Gorrod | 2015-09-28 | 1 | -2/+2 |
* | WT-2131 Add a new fair-lock type. | Alex Gorrod | 2015-09-28 | 1 | -0/+51 |
* | Fix the WT_SPINLOCK structure declaration for alignment. | Keith Bostic | 2015-08-22 | 1 | -7/+7 |
* | Remove the pthread-mutex-logging spinlock type, it's no longer used. | Keith Bostic | 2015-04-13 | 1 | -129/+14 |
* | Make --with-spinlock=pthread_logging option compile again. | Keith Bostic | 2015-04-02 | 1 | -3/+3 |
* | CID 44220: Ignore pthread_mutex_unlock return (__wt_spin_unlock returns | Keith Bostic | 2015-02-11 | 1 | -1/+1 |
* | CID 44219: Ignore pthread_mutex_lock return (__wt_spin_lock returns no | Keith Bostic | 2015-02-11 | 1 | -2/+1 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | MSVC & Clang Warning Cleanup | Mark Benvenuto | 2014-10-10 | 1 | -2/+1 |
* | Style script. | Keith Bostic | 2014-10-09 | 1 | -1/+1 |
* | Initial Windows Port | Mark Benvenuto | 2014-10-08 | 1 | -0/+74 |
* | Fix ifdef for adaptive mutexes. | Susan LoVerso | 2014-08-28 | 1 | -1/+1 |
* | Switch from adaptive pthread mutexes by default, based on: | Keith Bostic | 2014-08-28 | 1 | -2/+4 |
* | Add new statistics_log=(on_close=bool) option. | Alex Gorrod | 2014-06-25 | 1 | -2/+2 |
* | Change from using separate fields to define stat states to flags. | Alex Gorrod | 2014-06-25 | 1 | -2/+4 |
* | Scan include files for style problems. Fix the ones found right away. | Michael Cahill | 2014-05-08 | 1 | -0/+48 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Rework the pthread spinlock logging code. | Keith Bostic | 2013-12-19 | 1 | -3/+8 |
* | Fix --with-spinlock=gcc configuration. | Keith Bostic | 2013-12-16 | 1 | -1/+5 |
* | The slot is read in a separate thread (the statistics logging thread), | Keith Bostic | 2013-12-16 | 1 | -3/+2 |
* | Unregister spinlocks from the connection when they are destroyed. | Michael Cahill | 2013-12-16 | 1 | -0/+4 |
* | We need to handle static "location ID" variables with both multiple | Keith Bostic | 2013-12-13 | 1 | -2/+11 |
* | Add spinlock statistics for __wt_spin_trylock() calls. | Keith Bostic | 2013-12-11 | 1 | -32/+67 |
* | Make spinlock stats work across open/close of the WT_CONNECTION. | Keith Bostic | 2013-12-11 | 1 | -1/+1 |
* | whitespace | Keith Bostic | 2013-12-09 | 1 | -2/+2 |
* | Change the gcc spinlock implementation of __wt_spin_trylock to return | Keith Bostic | 2013-11-14 | 1 | -1/+1 |
* | Do a full-barrier when spinlock logging is configured, it cuts down on | Keith Bostic | 2013-11-01 | 1 | -8/+14 |
* | Update the "are statistics configured" test for | Keith Bostic | 2013-10-21 | 1 | -1/+1 |
* | Add a new spinlock type, "pthread_logging" which configures the code | Keith Bostic | 2013-10-15 | 1 | -14/+85 |
* | For now, the spinlock logging code is always configured, remove last parts | Keith Bostic | 2013-10-06 | 1 | -12/+5 |
* | Register the spinlock even if we are about successfully get the spinlock | Keith Bostic | 2013-10-06 | 1 | -7/+6 |
* | Add support for tracking which spinlocks block other spinlocks and | Keith Bostic | 2013-10-06 | 1 | -47/+35 |
* | Move the serialization lock from WT_CONNECTION into WT_BTREE, the btree | Keith Bostic | 2013-10-04 | 1 | -9/+19 |
* | Use adaptive mutexes for spinlocks if available. | Michael Cahill | 2013-03-21 | 1 | -1/+9 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | On GCC spinlocks, yield after spinning for a while (default 1000 iterations). | Michael Cahill | 2012-09-10 | 1 | -2/+12 |
* | typo | Michael Cahill | 2012-09-10 | 1 | -1/+1 |
* | Fix the return value of trylock for GCC spinlocks. | Michael Cahill | 2012-09-10 | 1 | -1/+1 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 1 | -3/+3 |
* | Add a spinlock destroy for platforms where pthread mutexes tie up resources. | Michael Cahill | 2011-12-09 | 1 | -0/+15 |
* | Parallelize eviction by having application threads evict pages while reads ar... | Michael Cahill | 2011-12-05 | 1 | -1/+16 |
* | Move spinlock functions into a new "mutex.i" file. | Michael Cahill | 2011-11-04 | 1 | -0/+72 |