summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-041-1/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-43324 Add BasicLockableAdaptor for cleaner function APIsAlex Taskov2019-09-141-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-7/+7
* SERVER-42821 Improve error message when operation killed because it exceeded ...Janna Golden2019-08-261-0/+6
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-1/+0
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-06-071-1/+1
* SERVER-41034 Invariant if we get a prepare conflict inside runWithoutInterrup...Vesselina Ratcheva2019-06-051-0/+4
* SERVER-39794 Abort in-progress transactions on stepupSiyuan Zhou2019-05-141-2/+0
* SERVER-39960 Simplify opCtx::markKilledJason Carey2019-03-111-78/+18
* SERVER-38175 invariant on markKill w extra infoJason Carey2019-03-061-0/+2
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-1/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+39
* SERVER-39146 Refactor BatonJason Carey2019-02-051-1/+19
* SERVER-37643 IndexBuildsCoordinatorMongod task inherits CurOp and OperationCo...Benety Goh2019-02-011-0/+4
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-281-1/+1
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-51/+19
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-4/+4
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-10/+14
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-3/+3
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-0/+6
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-3/+3
* SERVER-33785 Prevent interrupt in clientcursormon threadCharlie Swanson2018-03-141-11/+10
* SERVER-33485 Active clients should always have a lock stateTess Avitabile2018-02-271-7/+9
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-11/+0
* SERVER-29609 Disable deadline while doing sharded postimage lookup for $chang...Matthew Russotto2017-10-111-2/+17
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-21/+0
* SERVER-19318 Avoid taking any locks for collectionless aggregations without f...Bernard Gorman2017-07-071-2/+12
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-4/+33
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-121-1/+4
* SERVER-28421 Implement ClockSource::waitForConditionUntil()Mathias Stearn2017-03-221-55/+1
* SERVER-25062 Fix return types of predicated waits and notification waitFor.Andy Schwerin2017-03-151-4/+2
* SERVER-25062 Implement interruptible sleep and waitFor methods on OperationCo...Andy Schwerin2017-03-091-0/+20
* SERVER-26126 Fix repl unittestsGeert Bosch2016-12-231-0/+5
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-221-5/+0
* Revert "SERVER-26126 Remove broken LockState caching"Esha Maharishi2016-12-131-0/+5
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-121-5/+0
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-131-2/+14
* SERVER-25050 Set maxTimeMS on OperationContext on mongosKaloian Manassiev2016-07-301-0/+9
* SERVER-21004 Interruptible wait on condition variables with OperationContexts.Andy Schwerin2016-07-131-6/+166
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-2/+13
* SERVER-23905 Move RecoveryUnit storage to OperationContext from its subclasses.Andy Schwerin2016-05-241-0/+13
* SERVER-23905 Move writesAreReplicated flag from OperationContextImpl to Opera...Andy Schwerin2016-05-241-1/+0
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-47/+55
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-1/+154