summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rgw: swift, in create bucket set location_constraintswip-5664Yehuda Sadeh2013-07-221-0/+2
* rgw: translate swift request to s3 when forwardingYehuda Sadeh2013-07-227-5/+24
* ceph.spec.in: Obsolete ceph-libsGary Lowell2013-07-221-0/+3
* Merge remote-tracking branch 'gh/wip-mon-caps' into nextSage Weil2013-07-223-6/+70
|\
| * qa/workunits/mon/caps.sh: clean up users; renameSage Weil2013-07-191-0/+5
| * mon/MonCap: simplify rwx match logicSage Weil2013-07-192-5/+14
| * mon: fix command caps checkSage Weil2013-07-191-1/+1
| * qa: workunits: mon: test mon caps permissionsJoao Eduardo Luis2013-07-191-0/+50
* | Merge pull request #453 from dalgaaf/wip-da-SCA-cppcheck-7Sage Weil2013-07-2116-97/+97
|\ \
| * | cls_replica_log_types.h: pass const std::list<> by referenceDanny Al-Gaaf2013-07-201-1/+1
| * | mon/PGMonitor.cc: reduce scope of local 'num_slow_osds' variableDanny Al-Gaaf2013-07-201-1/+1
| * | rgw/rgw_bucket.cc: use static_cast<>() instead of C-Style castDanny Al-Gaaf2013-07-201-4/+4
| * | test_cls_version.cc: don't free object twice, free the right oneDanny Al-Gaaf2013-07-201-1/+1
| * | rgw/rgw_metadata.cc: use static_cast<>() instead of C-Style castDanny Al-Gaaf2013-07-201-6/+6
| * | rgw: change RGWOp::name() to return string instead of char*Danny Al-Gaaf2013-07-2011-84/+84
| |/
* | Merge pull request #451 from dalgaaf/wip-da-SCA-cppcheck-6-v2Sage Weil2013-07-217-24/+24
|\ \ | |/ |/|
| * rgw/rgw_rest_s3.cc: fix dereferencing after deallocationDanny Al-Gaaf2013-07-161-1/+2
| * rgw/rgw_op.cc: reduce scope of local 'ret' integer variableDanny Al-Gaaf2013-07-161-2/+1
| * rgw/rgw_rados.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-07-161-2/+2
| * rgw/rgw_rest.cc: fix malloc memory leakDanny Al-Gaaf2013-07-161-1/+3
| * rgw/rgw_bucket.cc: return result of function callsDanny Al-Gaaf2013-07-161-1/+1
| * rgw_bucket.cc: don't return bool if return value is intDanny Al-Gaaf2013-07-161-2/+2
| * rgw/rgw_bucket.cc: remove unused local variableDanny Al-Gaaf2013-07-161-1/+0
| * rgw_admin.cc: fix same expression on both sides of '||'Danny Al-Gaaf2013-07-161-13/+12
| * cls_rgw_client.cc: reduce scope of local variableDanny Al-Gaaf2013-07-161-1/+1
* | Merge remote-tracking branch 'gh/wip-swift' into nextSage Weil2013-07-193-75/+33
|\ \
| * | mon/PaxosService: update on_active() docs to clarify calling rulesSage Weil2013-07-191-2/+3
| * | mon/OSDMonitor: discard failure waiters, info on shutdownSage Weil2013-07-192-11/+17
| * | mon: OSDMonitor: only thrash and propose if we are the leaderSage Weil2013-07-191-2/+8
| * | mon/OSDMonitor: do not wait for readable in send_latest()Sage Weil2013-07-192-59/+7
| * | Revert "mon/OSDMonitor: send_to_waiting() in on_active()"Sage Weil2013-07-191-5/+5
| * | Revert "mon: OSDMonitor: only thrash and propose if we are the leader"Sage Weil2013-07-191-8/+2
| * | Revert "mon/OSDMonitor: fix typo"Sage Weil2013-07-191-1/+1
| * | mon: improve osdmap subscription debug outputSage Weil2013-07-191-0/+3
* | | ceph_rest_api.py: remove unused importsDan Mick2013-07-191-3/+0
* | | ceph.in: better error message when daemon command returns nothingDan Mick2013-07-191-0/+2
|/ /
* | Merge remote-tracking branch 'gh/wip-stats' into nextSage Weil2013-07-193-24/+79
|\ \
| * | mon/PGMap: avoid negative pg stats when calculating ratesSage Weil2013-07-191-14/+25
| * | mon/PGMap: use signed values for calculated ratesSage Weil2013-07-191-12/+12
| * | osd: add floor() method to pg/osd stat structsSage Weil2013-07-191-0/+44
| * | osd: make pool_stat_t *log_size fields signedSage Weil2013-07-192-4/+4
* | | Merge branch 'wip-rgw-next-2' into nextGreg Farnum2013-07-1915-95/+158
|\ \ \
| * | | rgw: remove extra unused param from RGWRados::get_attr()Yehuda Sadeh2013-07-194-12/+6
| * | | cls_rgw: quiet down verbose log messageYehuda Sadeh2013-07-191-1/+1
| * | | rgw: replace logic that compares regionsYehuda Sadeh2013-07-193-13/+14
| * | | rgw-admin: link / unlink should report errorsYehuda Sadeh2013-07-191-2/+10
| * | | rgw: fix time parsing in replica logYehuda Sadeh2013-07-191-6/+6
| * | | rgw: bucket entry point object ver fixesYehuda Sadeh2013-07-1910-25/+70
| * | | rgw: remove s->objv_trackerYehuda Sadeh2013-07-192-18/+14
| * | | rgw: forward delete bucket request to master after removalYehuda Sadeh2013-07-191-8/+13