summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/fsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up includes of authorization headersSpencer T Brody2013-05-221-1/+1
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-1/+1
* SERVER-7122 Assign required privileges to some more random commandsSpencer T Brody2012-11-281-0/+15
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+16
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-291-1/+1
* SERVER-4243 prevent write lock in network rs thread from blocking readers dur...Eric Milkie2012-06-071-1/+4
* SERVER-4243 allow reading on secondaries with fsyncLock mode is enabled. prev...Dwight2012-05-221-1/+5
* SERVER-5855 Refuse to run an fsyncLock() command from a locked context.Andy Schwerin2012-05-161-0/+6
* don't return from _unlockFsync until we're unlockedEliot Horowitz2012-04-201-0/+6
* make fsync + lock use normal locking mechanism and a worker threadEliot Horowitz2012-04-201-25/+94
* compile windowsDwight2012-04-201-0/+1
* move fsync comman to its own fileEliot Horowitz2012-04-191-0/+80