summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15604 log component kControlMatt Kangas2014-10-2733-37/+40
* SERVER-13635 Fix kv_engine_test_harness.cppMathias Stearn2014-10-272-3/+4
* SERVER-15740 Do not transition from RS_STARTUP to RS_REMOVED directly.Andy Schwerin2014-10-272-26/+111
* SERVER-15662 Reenable test that used to fail due to race condition.Andy Schwerin2014-10-271-65/+65
* SERVER-15813 Update documentation of SortedDataInterface.Max Hirschhorn2014-10-271-12/+115
* SERVER-13635 KVStorageEngine metadata rollbackMathias Stearn2014-10-279-37/+242
* SERVER-13635 Add StorageEngine::isMmapV1()Mathias Stearn2014-10-275-3/+12
* SERVER-1153 Heap1 is now using KVEngineMathias Stearn2014-10-2713-905/+155
* SERVER-13635 Have KVCatalog do locking if the storageEngine doesn't support d...Mathias Stearn2014-10-273-12/+48
* SERVER-1153 Improve RecordStoreHeapMathias Stearn2014-10-272-66/+122
* SERVER-1153 Clean up Heap1RecoveryUnit and implement recordChange()Mathias Stearn2014-10-274-92/+51
* SERVER-13635 Allow KVEngines to opt out of doc-lockingMathias Stearn2014-10-275-2/+18
* SERVER-13951 Changes that depend on rollbackMathias Stearn2014-10-274-101/+12
* SERVER-15541 Don't do anything with MMAPV1Flush unless IsForMMAPV1Mathias Stearn2014-10-271-2/+5
* SERVER-15707 Fix C++11'ism and a long lineAndrew Morrow2014-10-271-1/+2
* SERVER-15797 doTTLForIndex shouldn't explicitly create WriteUnitOfWorkJason Rassi2014-10-271-2/+0
* SERVER-15777 findAndModify shouldn't explicitly create WriteUnitOfWorkJason Rassi2014-10-271-7/+0
* SERVER-14668: Use SimpleMutex instead of SpinLock for LockManagerGeert Bosch2014-10-273-7/+9
* SERVER-15708 Don't leak stop wordsAndrew Morrow2014-10-272-9/+6
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-2750-72/+210
* SERVER-14674 Shard dies during chunk migration if running repairDatabase and ...Randolph Tan2014-10-271-93/+100
* SERVER-15633 ShardingState::doRefreshMetadata should take a more granular loc...Randolph Tan2014-10-274-13/+28
* SERVER-15729 make index rebuilder error message more clearEric Milkie2014-10-271-2/+9
* SERVER-15652: for parallel collection scan, make sure we call saveState on al...Eliot Horowitz2014-10-271-0/+4
* in shell, db.adminCommand should take 2nd optional param like runCommandEliot Horowitz2014-10-271-3/+3
* SERVER-14412: make multi-update use collection intent locksEliot Horowitz2014-10-272-3/+3
* SERVER-15683: add optional filter to currentOpCtx commandEliot Horowitz2014-10-271-4/+29
* SERVER-13635: fix list race in kv database catalogEliot Horowitz2014-10-241-0/+2
* SERVER-15614 LockerImpl changes for diagnosticsKaloian Manassiev2014-10-2413-149/+226
* SERVER-15541 Simplify the save/restore lock state codeKaloian Manassiev2014-10-243-58/+9
* Revert "SERVER-15614 LockerImpl changes to support diagnostics and deadlock"Ian Whalen2014-10-2312-210/+135
* Revert "SERVER-15541 Simplify the save/restore lock state code"Ian Whalen2014-10-233-9/+58
* SERVER-15541 Simplify the save/restore lock state codeKaloian Manassiev2014-10-233-58/+9
* SERVER-15614 LockerImpl changes to support diagnostics and deadlockKaloian Manassiev2014-10-2312-135/+210
* SERVER-4844 Fix typo in $limit commentJeremy Mikola2014-10-231-1/+1
* SERVER-10824 sh.enableBalancing() now requires an argumentMatt Kangas2014-10-231-1/+10
* Fix grammar in $let agg expression error message.A. Jesse Jiryu Davis2014-10-231-1/+1
* SERVER-13635 IndexAccessMethod::validate supports optional full validationBenety Goh2014-10-225-6/+25
* SERVER-13635 SortedDataInterface::fullValidate supports full validationBenety Goh2014-10-228-10/+21
* post 2.7.8Ernie Hershey2014-10-221-1/+1
* BUMP 2.7.8r2.7.8Dan Pasette2014-10-221-1/+1
* SERVER-15711: revert changes to flush lock ordering an increase buffer sizeEliot Horowitz2014-10-224-39/+9
* SERVER-15771 Ignore the RefusesToStand unelectable reason when responding to ...Andy Schwerin2014-10-213-95/+152
* SERVER-15763 Report issecondary:true while newly elected primary drains unapp...Andy Schwerin2014-10-213-1/+27
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-2115-8/+55
* SERVER-15711: DurThread fix logging of deadlock caseEliot Horowitz2014-10-211-1/+1
* SERVER-15711: DurThread sleep when fifo lock takes overEliot Horowitz2014-10-211-0/+1
* SERVER-15733 reinstate yea delay of 30 seconds in the LegacyReplicationCoordi...matt dannenberg2014-10-211-1/+1
* SERVER-15756 Make sure we don't let a new reconfig start while we're still pr...Spencer T Brody2014-10-211-6/+7
* SERVER-15761 Acquire collection-level lock for getting TTL indexes.Max Hirschhorn2014-10-211-4/+20