summaryrefslogtreecommitdiff
path: root/src/mongo/db/pdfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-181/+0
* SERVER-13645 eliminate is_master.hmatt dannenberg2014-06-191-1/+0
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-5/+5
* SERVER-13635: move DatabaseCatalogEntry instantiation out of DatabaseEliot Horowitz2014-06-181-3/+3
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-13797 Remove Client::getContext and relatedKaloian Manassiev2014-06-101-1/+1
* SERVER-14069 all killCurrentOp goes through a nice ifaceHari Khalsa2014-06-061-1/+0
* SERVER-13961 Remove all 'checking' variants of dbHolderKaloian Manassiev2014-06-021-1/+1
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-4/+3
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-1/+1
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+1
* SERVER-13635 Kill BSONObjExternalSorter and use Sorter directlyMathias Stearn2014-05-201-1/+0
* SERVER-13635 remove dead codeHari Khalsa2014-05-161-1/+1
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-151-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-4/+4
* SERVER-13922 remove dbtemprelease from non-repl remaining spotsHari Khalsa2014-05-141-1/+0
* SERVER-13643 Use TransactionExperiment in dropDatabase()Mathias Stearn2014-05-011-3/+5
* SERVER-13638: remove some namespace_details includeEliot Horowitz2014-05-011-1/+0
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-7/+0
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-1/+1
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+3
* SERVER-13084 migrate builder to new iface, some clean-upHari Khalsa2014-04-251-1/+0
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-15/+17
* SERVER-13084 pull record store out of btree.cpp part 1: inserts and deletesHari Khalsa2014-04-101-1/+0
* some cleaning of userCreateNsEliot Horowitz2014-04-031-14/+14
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-0/+1
* SERVER-11643: remove unused mongo::getDbContextEliot Horowitz2014-04-031-16/+0
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-393/+22
* SERVER-9335: remove addRecordToRecListInExtent and allocateSpaceForANewRecord...Eliot Horowitz2014-01-291-68/+0
* SERVER-9335: don't call getCollection from NamesapceDetailsEliot Horowitz2014-01-291-3/+4
* Move HashTable<> from util to db/structure/catalog, where it is used.Andy Schwerin2014-01-271-1/+0
* SERVER-12088 Enable usePowerOf2Sizes as server-wide defaultDan Pasette2014-01-211-4/+0
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* remove memconcept for now as its not being used universallyEliot Horowitz2014-01-141-1/+0
* remove dead codeEliot Horowitz2014-01-091-13/+0
* SERVER-12213: move collection check closer to userEliot Horowitz2013-12-301-3/+0
* SERVER-12213: update erorr codes and check valid user collectionEliot Horowitz2013-12-301-0/+4
* SERVER-11543: cap now uses Collection, so can remove most of DataFileMgrEliot Horowitz2013-12-301-303/+3
* SERVER-11611 SERVER-11543: move btree code into its own directoryEliot Horowitz2013-12-301-1/+1
* SERVER-11543: match old delete error codeEliot Horowitz2013-12-301-1/+1
* SERVER-12197: remove repl.oplog metrics that are a big wrongEliot Horowitz2013-12-281-10/+0
* SERVER-11611: replace DataFileMgr::fast_oplog_insert with Collection::insertD...Eliot Horowitz2013-12-281-50/+0
* SERVER-11611: remove now un-used DataFileMgr::isnertWithObjModEliot Horowitz2013-12-281-10/+0
* SERVER-11611: port Cloner to Collection methodsEliot Horowitz2013-12-281-5/+11
* SERVER-11611: remove DataFileMgr::insertAndLogEliot Horowitz2013-12-191-6/+0
* SERVER-11178 remove catalog hackHari Khalsa2013-12-131-1/+0
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-80/+0
* SERVER-11636: remove Extent::getNextExtent and Extent::getPrevExtentEliot Horowitz2013-11-091-10/+13
* SERVER-11636: move NamespaceDetails::storageSize to CollectionEliot Horowitz2013-11-091-4/+4