summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #85 from dalgaaf/wip-da-spec-1wip-da-spec-1Gary Lowell2013-03-011-2/+17
|\
| * ceph.spec.in: merge fdupes support from SUSE packagesDanny Al-Gaaf2013-03-011-0/+7
| * ceph.spec.in: add on non-RHEL sharutils to 'BuildRequires:'Danny Al-Gaaf2013-03-011-0/+3
| * ceph.spec.in: fix 'Requires:' to get sgdisk into the systemDanny Al-Gaaf2013-03-011-2/+7
* | doc: Fixed OSD pool config settings. Should be in [global], not [osd].John Wilkins2013-03-012-3/+3
* | ceph.spec.in: Require gptfdisk for Suse, gdisk for otherwiseGary Lowell2013-03-011-1/+2
* | Merge pull request #87 from dalgaaf/wip-da-sca-style-2Sage Weil2013-03-0131-277/+260
|\ \ | |/ |/|
| * osd/Watch.cc: init NotifyTimeoutCB::canceled in constructor with falseDanny Al-Gaaf2013-03-011-1/+1
| * osd/ReplicatedPG.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-21/+21
| * ReplicatedPG.cc: remove unused variablesDanny Al-Gaaf2013-03-011-2/+0
| * ReplicatedPG.cc: remove consecutive return/break statementDanny Al-Gaaf2013-03-011-1/+0
| * osd/PG.cc: reduce scope of listed_collection in read_log_old()Danny Al-Gaaf2013-03-011-1/+2
| * osd/PG.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-8/+8
| * osd/OSD.cc: remove unused variable 'map<int64_t, int> pool_resize'Danny Al-Gaaf2013-03-011-2/+0
| * osd/OSD.cc: reduce scope of "PG *pg" in OSD::handle_pg_query()Danny Al-Gaaf2013-03-011-2/+1
| * osd/OSD.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-24/+24
| * os/IndexManager.cc: reduce scope of 'int r' in IndexManager::build_index()Danny Al-Gaaf2013-03-011-1/+1
| * os/LevelDBStore.h: pass const string by reference to past_prefix()Danny Al-Gaaf2013-03-011-1/+1
| * os/FileStore.cc: fix warning about comparing int with boolDanny Al-Gaaf2013-03-011-2/+2
| * os/FileStore.cc: remove identical else branchDanny Al-Gaaf2013-03-011-3/+1
| * os/FileStore.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-1/+1
| * SimpleMessenger.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-6/+6
| * msg/Pipe.cc: reduce scope of some variablesDanny Al-Gaaf2013-03-011-2/+2
| * mon/Paxos.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-2/+2
| * mon/PGMonitor.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-4/+4
| * mon/PGMap.cc: remove useless assigment to 'first', it's never usedDanny Al-Gaaf2013-03-011-1/+0
| * mon/OSDMonitor.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-14/+14
| * mon/MonmapMonitor.cc: remove unused variableDanny Al-Gaaf2013-03-011-1/+0
| * mon/MonmapMonitor.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-4/+4
| * mon/Monitor.cc: reduce scope of reuse_caps in Monitor::_ms_dispatch()Danny Al-Gaaf2013-03-011-1/+1
| * mon/Monitor.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-20/+20
| * mon/MonClient.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-5/+6
| * mon/MDSMonitor.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-6/+6
| * mon/LogMonitor.cc: move unused variable into related code blockDanny Al-Gaaf2013-03-011-1/+1
| * mon/LogMonitor.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-2/+2
| * mon/Elector.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-1/+1
| * mon/AuthMonitor.cc: remove unused 'std::stringstream ss'Danny Al-Gaaf2013-03-011-2/+0
| * mds/flock.cc: remove unused variable 'crossed_waiting_locks'Danny Al-Gaaf2013-03-011-1/+1
| * mds/Server.cc: reduce scope of some variablesDanny Al-Gaaf2013-03-011-4/+4
| * mds/Server.cc: : use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-12/+12
| * mds/Migrator.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-12/+12
| * mds/MDS.cc: remove unused variable 'oldresolve'Danny Al-Gaaf2013-03-011-1/+1
| * mds/MDS.cc: : use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-9/+9
| * mds/MDCache.cc: remove unused variables recover_q and check_qDanny Al-Gaaf2013-03-011-1/+0
| * mds/MDCache.cc: reduce scope of 'in' in MDCache::open_root_inode()Danny Al-Gaaf2013-03-011-1/+1
| * mds/MDCache.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-21/+16
| * mds/MDBalancer.h: init some double variables in constructorDanny Al-Gaaf2013-03-011-1/+1
| * mds/MDBalancer.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-1/+1
| * ESession.h: initialze 'open' in the constructor with falseDanny Al-Gaaf2013-03-011-1/+1
| * mds/LogEvent.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-011-1/+1