summaryrefslogtreecommitdiff
path: root/src/mongo/db/prefetch.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-2/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-5/+10
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-10/+5
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-5/+10
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-5/+5
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-4/+5
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-061-1/+1
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-8/+4
* SERVER-13084: more IndexDeails cullingEliot Horowitz2014-04-031-3/+1
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-2/+2
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-12213: removing IndexCatalog::getDescriptor( int )Eliot Horowitz2014-01-091-8/+6
* SERVER-11178: prefecth CatalogHack -> IndexCatalogEliot Horowitz2013-10-261-14/+25
* SERVER-11178: remove index_update.h from places its not needed (most)Eliot Horowitz2013-10-251-1/+0
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8791 SERVER-9165 SERVER-9212 move build into own class, clean up getKe...Hari Khalsa2013-04-191-15/+7
* SERVER-8203: replication metricsScott Hernandez2013-01-291-0/+16
* SERVER-2771 Multiple index buildsKristina2012-12-131-1/+1
* add commentDwight2012-09-241-0/+3
* SERVER-6856 do not read past the end of a recordEric Milkie2012-08-271-1/+1
* added several comments to the replication prefetcher codeDwight2012-08-131-0/+29
* SERVER-6718 new parameter to control replication index prefetching behaviorEric Milkie2012-08-081-8/+44
* Add assertionDwight2012-07-311-1/+4
* Make prefetch not throw any exceptions SERVER-6589Kristina2012-07-261-1/+1
* fix spamEliot Horowitz2012-06-271-1/+0
* remove broken implementation of killing ops if socket is goneEliot Horowitz2012-06-261-0/+1
* initialize variable to avoid Windows assertion errorEric Milkie2012-06-221-1/+1
* suppress exception output in prefetchingEric Milkie2012-06-201-4/+4
* SERVER-5685 modifications to prefetchEric Milkie2012-06-131-16/+23
* prefetch code for support of SERVER-5685Eric Milkie2012-06-011-0/+100