summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/fsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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