summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-142-2/+0
* SERVER-23103 Move DiagLog to its own libraryAndrew Morrow2016-12-141-0/+1
* SERVER-23103 Move storage_init.cpp to own libraryAndrew Morrow2016-12-141-0/+11
* SERVER-27361 deduplicate symbol 'initRsOplogBackgroundThread'Matt Cotter2016-12-135-12/+34
* SERVER-27287: Deduplicate `SetGlobalEnvironment`ADAM David Alan Martin2016-12-091-0/+3
* SERVER-27284 dedup symbol KVHarnessHelper::createMatt Cotter2016-12-076-15/+49
* SERVER-21367: Add WT transaction lifetime diagnosticsDaniel Gottlieb2016-12-062-0/+17
* SERVER-23916: Remove currentOpCtx commandDaniel Gottlieb2016-11-303-14/+4
* SERVER-27218 Fix WT Ext4/XFS startup warning in the shellKevin Pulo2016-11-301-3/+5
* SERVER-24739: Validate syncdelay at startup and on setParameterDaniel Gottlieb2016-11-292-2/+21
* SERVER-24963 Fix invalidation of cursors on system.indexesGeert Bosch2016-11-281-0/+12
* SERVER-27021 add index name to duplicate record error messageGeert Bosch2016-11-282-7/+9
* SERVER-23715: Make the failure to mmap a fatal errorDaniel Gottlieb2016-11-225-60/+68
* SERVER-23514 remove code and tests from SERVER-23299Eric Milkie2016-11-214-14/+0
* SERVER-26646: Add structure that allows multiple WT extensions to be declared.Daniel Gottlieb2016-11-109-13/+162
* Revert "SERVER-26646: Add structure to build up wiredtiger extensions"Daniel Gottlieb2016-11-079-162/+13
* SERVER-26646: Add structure to build up wiredtiger extensionsDaniel Gottlieb2016-11-079-13/+162
* SERVER-26685 move ephemeral bypass for waitUntilDurable into SessionCacheMathias Stearn2016-11-072-5/+6