summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26540 Detach from boost::chronoAndrew Morrow2017-06-163-10/+8
* SERVER-27347 For table drop, only close relevant URIs.Don Anderson2017-06-166-23/+80
* SERVER-29276 make renameCollection error codes consistentJudah Schvimer2017-06-151-2/+2
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-2/+1
* SERVER-29267 removed unused methodsHaley Connelly2017-06-081-8/+0
* SERVER-29003 Fix unsigned int warningKim Tao2017-06-081-1/+1
* SERVER-14864 refine mmapv1 file allocation loggingKevin Pulo2017-06-081-2/+5
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-073-4/+6
* SERVER-24735 Correct logger to use STORAGE instead of INDEXGregory Wlodarek2017-06-071-1/+1
* SERVER-2938 Improved lock file error messageGWlodarek2017-06-062-6/+19
* SERVER-29253 Migrate cursor manager to the client cursor lib.ADAM David Alan Martin2017-06-051-5/+4
* SERVER-28743: Have WiredTiger data structures be --groupCollections aware.Daniel Gottlieb2017-06-0217-891/+1933
* SERVER-29210: Manage WiredTiger checkpoints in MongoDB.Daniel Gottlieb2017-06-012-2/+56
* SERVER-29274 include namespace in mmapv1 Namespace 'ns too long' error messageBenety Goh2017-05-241-1/+5
* SERVER-28637 Remove journal files if journaling is toggled off.Susan LoVerso2017-05-221-0/+7
* SERVER-29281 Resolve edges related to the dcommands libraryAndrew Morrow2017-05-193-3/+2
* SERVER-29296 Fix warning in key_string.cppKaloian Manassiev2017-05-191-1/+2
* SERVER-29284: Log time spent allocating mmap NS filesDaniel Gottlieb2017-05-181-0/+6
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29252 Rotate the coreshard & sharding client cycle.ADAM David Alan Martin2017-05-171-0/+1
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-1530-76/+517
* SERVER-7325 print message of certain mmapv1 validate() errorsRobert Guo2017-05-081-2/+4
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-0530-510/+76
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-0530-76/+510
* SERVER-29011 Don't use side sessions during compacts in the WT KV EngineDavid Hows2017-05-022-4/+4
* SERVER-28967 Remove whitelist marks & break cyclesADAM David Alan Martin2017-04-274-30/+30
* SERVER-28737: Have ephemeralForTest use std::mutex to not consume LockManager...Daniel Gottlieb2017-04-252-30/+35
* SERVER-28851 Resolve cycles from latest vtables.ADAM David Alan Martin2017-04-241-1/+2
* SERVER-28741: add --groupCollections server parameterDaniel Gottlieb2017-04-245-5/+48
* 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