summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30530 WCE retry loop runs argument function without retry logic if in ...Benety Goh2017-09-192-1/+53
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-124-31/+12
* SERVER-30831 Log dropped writes at a limited rate when dbCheck health log buf...Louis Williams2017-09-112-1/+36
* SERVER-30371 add tests for downgrading global lock from MODE_X to MODE_IXBenety Goh2017-09-051-0/+146
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-302-5/+38
* SERVER-30212 moved test RAII class ForceSupportsDocLocking from d_concurrency...Benety Goh2017-08-282-20/+19
* SERVER-27411: Abandon snapshots before locks are released.Daniel Gottlieb2017-08-223-4/+42
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+3
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-1/+1
* SERVER-30648 Set GlobalLockAcquisitionTracker after we waitForLockJudah Schvimer2017-08-162-5/+9
* SERVER-30378 Add DeferredWriter.Ian Kuehne2017-08-083-0/+353
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-181-0/+2
* Revert "SERVER-30106 Allow syncTail replication to write to drop-pending coll...Geert Bosch2017-07-151-2/+0
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-151-0/+2
* SERVER-29544 Remove references to deprecated macroIan Kuehne2017-07-071-6/+0
* SERVER-29985 Remove unused variable in write_conflict_exception.hKaloian Manassiev2017-07-061-2/+2
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-24/+0
* SERVER-27067 decorates operation context with boolean when global lock is tak...Judah Schvimer2017-06-295-0/+205
* SERVER-24219 Make AlignedLockStats respect cache line sizeAndrew Morrow2017-06-281-1/+2
* SERVER-29233 Sanitize MONGO_WRITE_CONFLICT_RETRY_LOOP_BEGIN/_ENDNathan Myers2017-06-081-20/+20
* SERVER-29233 Improve writeConflictRetryNathan Myers2017-06-081-3/+14
* SERVER-29233 add missing dependencyBenety Goh2017-05-201-0/+2
* SERVER-29233 Deprecate MONGO_WRITE_CONFLICT_RETRY_LOOP_BEGINNathan Myers2017-05-192-0/+26
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-019-69/+139
* SERVER-28958 Remove dependency of ResourceId on SimpleStringDataComparatorKaloian Manassiev2017-04-261-4/+10
* SERVER-28645 Add unit test and integration test tweaksGeert Bosch2017-04-111-0/+12
* SERVER-28645 Fail operations requiring too many locks, don't crashGeert Bosch2017-04-081-0/+4
* SERVER-27831: Push threadsafety responsibility inside of KVCatalog's RecordStoreDaniel Gottlieb2017-03-291-2/+2
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-154-314/+374
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-27866 Add threadId dump in hex base from globalLockManager for PENDING...Eddie Louie2017-03-061-1/+2
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-022-3/+15
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-262-12/+0
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-242-0/+12
* SERVER-27866 Add threadId dump in hex base from globalLockManagerEddie Louie2017-02-211-1/+2
* SERVER-27897 Remove uses of temporary RAII objectsGeert Bosch2017-02-161-1/+1
* SERVER-26126 Remove broken lockState cachingGeert Bosch2017-02-024-25/+7
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-052-3/+3
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* Revert "SERVER-26126 Remove broken LockState caching"Geert Bosch2016-12-274-7/+25
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-224-25/+7
* Revert "SERVER-26126 Remove broken LockState caching"Esha Maharishi2016-12-134-7/+25
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-124-25/+7
* SERVER-27191 hang analyzer should dump lock manager stateMark Benvenuto2016-12-085-1/+31
* SERVER-25373: Add diagnostic labels to ResourceMutex instancesDaniel Gottlieb2016-12-084-6/+89
* SERVER-27042 Stabilize currentop.js and add unit tests for lock state reportingCharlie Swanson2016-12-071-10/+100
* SERVER-26860 add more unittests for compatible-first locking policyGeert Bosch2016-11-182-38/+57
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-032-0/+16
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* SERVER-26018 Add more invariants in LockManagerKaloian Manassiev2016-09-274-144/+354