summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/fsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-14/+14
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-2/+2
* SERVER-17589 Allow mongod to shutdown while fsync lockedGregory Wlodarek2019-05-151-21/+48
* SERVER-14396 Issue periodic warnings to the log while instance is lockedGregory Wlodarek2019-05-081-1/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30815 Remove the mongodmain libraryAndrew Morrow2018-11-271-1/+0
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-081-2/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-37192: Move $backupCursor to enterprise.Daniel Gottlieb2018-09-201-6/+18
* SERVER-36265: Expose a $backupCursor aggregation stage.Daniel Gottlieb2018-08-081-11/+32
* SERVER-36400 Explicitly destroy the client on exiting run() of each Backgroun...Xiangyu Yao2018-08-061-0/+1
* SERVER-36200: Add backup cursor service foundation. Have fsync command use it.Daniel Gottlieb2018-07-241-3/+6
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-2/+1
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-22/+0
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-2/+2
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-1/+1
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-2/+2
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-1/+1
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-1/+1
* SERVER-33124 Remove mmapv1 dependency from embedded.Henrik Edin2018-02-081-2/+4
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-2/+2
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-4/+4
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-4/+4
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-4/+4
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-14/+14
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-4/+4
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-3/+2
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-2/+2
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-2/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-5/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-20/+20
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-2/+2
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-2/+2
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-2/+2
* SERVER-27935 Fix serialization of concurrent fsyncLock executionsGeert Bosch2017-02-141-44/+47
* SERVER-25373: Add diagnostic labels to ResourceMutex instancesDaniel Gottlieb2016-12-081-1/+1
* SERVER-6302 Fix multiple fsyncLock() invocation race conditionJames Wahlin2016-11-021-117/+199
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-7/+7
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-3/+3
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-3/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-3/+3
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+7
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-6/+0
* SERVER-18899 - Add beginBackup and endBackup to storage APIDavid Hows2015-09-251-12/+27
* Revert "SERVER-18899 - Add beginBackup and endBackup to storage API"David Hows2015-09-141-18/+2