summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26239 Improve handling of WT_CACHE_FULL for inMemory storage engineAlex Gorrod2017-04-215-103/+216
* SERVER-28811 Resolve satisfiable dependenciesADAM David Alan Martin2017-04-202-5/+2
* SERVER-28657 Resolve missing edges and repair depsADAM David Alan Martin2017-04-141-0/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28508 Make BufReader propagate the actual errorsMathias Stearn2017-04-121-1/+4
* SERVER-28600 Slice `catalog/collection` cycles.ADAM David Alan Martin2017-04-071-0/+1
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-063-6/+7
* SERVER-28546 confirm WiredTiger unindex operations remove the correct documentEric Milkie2017-04-042-10/+35
* SERVER-28548 skip unused keys in restorePosition, even when prev location is ...Eric Milkie2017-03-311-4/+0
* SERVER-28548 improve bucket diagnostic output for btreesEric Milkie2017-03-311-5/+4
* SERVER-28528 Remove some unnecessary cycle marksADAM David Alan Martin2017-03-302-2/+3
* SERVER-26452: WCE retry on renameCollection. Address possible dassert in drop...Daniel Gottlieb2017-03-293-21/+30
* SERVER-27831: Push threadsafety responsibility inside of KVCatalog's RecordStoreDaniel Gottlieb2017-03-2910-106/+72
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-244-5/+5
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-244-4/+19
* SERVER-28357 Do not enforce quota on starting MMAPv1 compactGeert Bosch2017-03-181-1/+2
* SERVER-28281 Rotate deps, moving catalog to top.ADAM David Alan Martin2017-03-161-0/+5
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-153-4/+3
* SERVER-27670 Improve error messages reported on EBUSY return from WiredTigerDavid Hows2017-03-133-3/+14
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-103-5/+10
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-083-3/+5
* SERVER-27938 Fix compile issues and typos in txn to opCtx renameMaria van Keulen2017-03-072-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-07108-2702/+2772
* SERVER-27886 Move paths.* into mmap_v1Maria van Keulen2017-03-0311-23/+65
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-0234-243/+433
* Revert "SERVER-27886 Move paths.* into mmap_v1"Geert Bosch2017-03-0111-51/+25
* SERVER-27886 Move paths.* into mmap_v1Maria van Keulen2017-03-0111-25/+51
* SERVER-28038 Improve invariants in WiredTigerRecordStore for capped visibilityGeert Bosch2017-02-282-8/+7
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-2634-430/+242
* SERVER-27887 Update comment to reflect _dataPtr to _ownedData refactorMaria van Keulen2017-02-241-3/+1
* SERVER-27887 Add toBson() rvalue overload method to RecordDataMaria van Keulen2017-02-241-3/+4
* SERVER-27985 Remove unused _everStartedWrite and getWTSession()Maria van Keulen2017-02-242-13/+1
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-2434-242/+430
* SERVER-27890 Remove tempness of cappedTruncateAfterMaria van Keulen2017-02-2311-28/+24
* SERVER-28026 Ensure WiredTiger eviction threads are startedAlex Gorrod2017-02-201-1/+1
* SERVER-28022 Invalidate old IDs for moved system.namespaces recordsMaria van Keulen2017-02-163-29/+28
* SERVER-27996 Invalidate stale system.namespaces record IDsMaria van Keulen2017-02-141-1/+20
* SERVER-27930 Invalidate old index record IDs after renaming collectionsMaria van Keulen2017-02-131-0/+9
* SERVER-16796 Increase logging activity for WT journal recovery.Michael Cahill2017-01-251-0/+1
* SERVER-27709 Remove cycles & change incomplete tagADAM David Alan Martin2017-01-171-2/+4
* SERVER-27603 Rename mongo::inShutdown() to mongo::globalInShutdownDeprecated(...Andy Schwerin2017-01-154-5/+7
* SERVER-27586 Add some missing edges to build graphADAM David Alan Martin2017-01-052-6/+5
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-054-7/+8
* SERVER-5738 Remove MONGO_ONCE in favor of std::call_onceMark Benvenuto2017-01-041-3/+6
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-036-0/+15
* SERVER-16363 Remove all volatile storage types from server source codeMark Benvenuto2016-12-291-1/+2
* SERVER-24015 multithread some long running tests in key_string_test, via std ...Eric Milkie2016-12-151-90/+108
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-1446-309/+538
* Deduplicate `KVDatabaseCatalogEntry::getIndex`.ADAM David Alan Martin2016-12-1413-531/+653