summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/fsync.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-18899 - Add beginBackup and endBackup to storage APIDavid Hows2015-09-141-2/+18
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-191/+204
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-6/+6
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-6/+6
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+0
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-3/+7
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-0/+1
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3
* SERVER-7775 remove double auditing in fsyncUnlockAdam Midvidy2015-03-301-8/+1
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-261-26/+88
* Revert "SERVER-7775 refactor fsyncUnlock to execute through standard command ...Adam Midvidy2015-03-251-119/+44
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-251-44/+119
* SERVER-16773 Get rid of ScopedLock and 2 memory allocationsKaloian Manassiev2015-01-261-1/+1
* SERVER-16278: Race between shutdown and fsync flush with WiredTigerMark Benvenuto2015-01-201-0/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-1/+5
* SERVER-16565 change FSyncCommand log messageMatt Kangas2015-01-121-1/+1
* SERVER-14062 StorageEngine::cleanShutdown should not accept OpCtxKaloian Manassiev2014-12-031-1/+1
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+2
* SERVER-14668 Move top-level locks (Global and Commit) to the Lock ManagerKaloian Manassiev2014-09-161-33/+33
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-1/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14413 access global storage mgr via global environmentHari Khalsa2014-07-211-4/+5
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-1/+2
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-2/+0
* SERVER-13635: remove all non storage callers to flushAllEliot Horowitz2014-06-181-2/+3
* SERVER-13961 Add OperationContext to DurableInterfaceKaloian Manassiev2014-06-131-2/+2
* SERVER-13961 Remove some usages of Lock::isLockedXXX and dbtempreleaseKaloian Manassiev2014-06-051-2/+1
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-2/+7
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-211-1/+1
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-211-1/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12