summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66854 Prevent step-up ops from being killed by killSessions commandsVesselina Ratcheva2022-08-251-0/+26
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-66975 Warn upon SASL commands being compressedGabriel Marks2022-07-251-0/+17
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-1/+7
* SERVER-65460 Set allowDiskUse to false in read-only modeRomans Kasperovics2022-05-041-1/+1
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-0/+13
* SERVER-63143 Operation can be interrupted by maxTimeMS timeout while waiting ...Matthew Russotto2022-02-101-0/+10
* SERVER-59647: Test maximum client document size thresholds specfically for re...Daniel Gottlieb2021-11-241-1/+0
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-8/+7
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-291-0/+6
* SERVER-59226 Fix deadlock between uninterruptible profiling operation and ste...Wenbin Zhu2021-09-041-0/+11
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-0/+19
* SERVER-58403 Serialize concurrent accesses to OperationContext::_commentJennifer Peshansky2021-07-271-0/+7
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-241-0/+27
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-5/+5
* SERVER-53566: Protect ServiceContext from issuing duplicate operation IDsTyler Seip2021-03-221-3/+8
* SERVER-52783: Make tenant_migration_donor_util::checkIfCanReadOrBlock return ...Andrew Shuvalov2021-01-111-1/+3
* SERVER-50660 Integrate CancelationTokens with OperationContextMatthew Saltz2020-12-221-0/+14
* SERVER-53427 Infrastructure changes to support nested LFR operationsDianna Hohensee2020-12-181-12/+15
* SERVER-52748 Fix txn-continuing cmds with API params via mongosA. Jesse Jiryu Davis2020-11-111-0/+7
* SERVER-51396 Add a LockFreeReadsBlock that sets a flag on the OperationContex...Dianna Hohensee2020-11-021-0/+41
* SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...Spencer T Brody2020-08-301-0/+14
* SERVER-49237 Add a way for OperationContexts to opt-in to always getting inte...Spencer T Brody2020-08-251-0/+20
* SERVER-49122 Implement dateFromParts expression for date manipulation in SBEEric Cox2020-07-241-0/+7
* SERVER-48527 Aborting in-progress transactions on step-up should clear sessio...Judah Schvimer2020-06-101-0/+13
* Revert "SERVER-48527 Aborting in-progress transactions on step-up should clea...Kaloian Manassiev2020-06-091-13/+0
* SERVER-48527 Aborting in-progress transactions on step-up should clear sessio...Judah Schvimer2020-06-081-0/+13
* SERVER-48393 Exclude awaitable isMaster from serverStatus latency metricsA. Jesse Jiryu Davis2020-06-051-0/+15
* SERVER-48295 Remove operation key in killAndDelistOperationAmirsaman Memaripour2020-05-191-0/+6
* SERVER-47117 clear maxTimeMSForHedgedReads delay from the getMore on hedge readsMisha Tyulenev2020-04-161-1/+13
* SERVER-44167 Added ability to kill operations by keyBen Caimano2019-12-311-3/+18
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-161-0/+17
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-0/+15
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-041-2/+4
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-3/+3
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-0/+13
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-43324 Add BasicLockableAdaptor for cleaner function APIsAlex Taskov2019-09-141-3/+2
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-0/+17
* SERVER-41034 Invariant if we get a prepare conflict inside runWithoutInterrup...Vesselina Ratcheva2019-06-051-0/+2
* SERVER-39868 Avoid throttling replica set electionsMaria van Keulen2019-05-011-0/+9
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39960 Simplify opCtx::markKilledJason Carey2019-03-111-19/+0
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-0/+12
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+4
* SERVER-39146 Refactor BatonJason Carey2019-02-051-3/+7
* SERVER-37643 IndexBuildsCoordinatorMongod task inherits CurOp and OperationCo...Benety Goh2019-02-011-0/+5
* SERVER-38813 Replace AlternativeOpCtx with AlternativeClientRegionSiyuan Zhou2019-01-281-29/+0