summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/storage_details.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13641 remove dead index stats and storage details cmdsHari Khalsa2014-05-221-884/+0
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-2/+2
* SERVER-13040 Fix use of uninitialized value in storageDetails command.Andy Schwerin2014-05-011-1/+1
* SERVER-13638: remove some namespace_details includeEliot Horowitz2014-05-011-1/+0
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+3
* SERVER-13555: comment out storageDetails for nowEliot Horowitz2014-04-131-0/+2
* SERVER-13084: remove some magic DiskLoc callsEliot Horowitz2014-04-101-1/+1
* SERVER-13084: remove DiskLoc::drecEliot Horowitz2014-04-101-10/+10
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-1/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-11636: remove Extent::getNextExtent and Extent::getPrevExtentEliot Horowitz2013-11-091-9/+11
* SERVER-11636: move NamespaceDetails::storageSize to CollectionEliot Horowitz2013-11-091-6/+11
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+2
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+1
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-1/+4
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-1/+1
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-3/+3
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-1/+1
* SERVER-7122 Add required privileges to experimental indexStats and storageDet...Spencer T Brody2012-12-201-0/+11
* Fix narrowing conversion warningsMathias Stearn2012-11-161-6/+6
* fix warning caused by comparison between signed and unsignedAndrea Lattuada2012-11-151-2/+2
* SERVER-7593 new command aggregates statistics related to the storage layout o...Andrea Lattuada2012-11-151-0/+848