| Commit message (Expand) | Author | Age | Files | Lines |
* | rgw: cors subresource needs to be in canonical auth headerwip-5789 | Yehuda Sadeh | 2013-07-29 | 1 | -0/+1 |
* | mon/PGMonitor: reset in-core PGMap if on-disk format changes | Sage Weil | 2013-07-26 | 4 | -1/+19 |
* | Merge pull request #470 from dalgaaf/wip-da-CID-3.v2 | Sage Weil | 2013-07-26 | 5 | -15/+12 |
|\ |
|
| * | rgw/rgw_metadata.cc: delete md_log (RGWMetadataLog) in destructor | Danny Al-Gaaf | 2013-07-26 | 1 | -0/+1 |
| * | rgw/rgw_rest_log.cc: free 'handle' to prevent memory leak | Danny Al-Gaaf | 2013-07-26 | 1 | -0/+2 |
| * | test_cls_log.cc: fix resource leak, delete 'rop' | Danny Al-Gaaf | 2013-07-26 | 1 | -1/+2 |
| * | test_cls_log.cc: remove empty lines | Danny Al-Gaaf | 2013-07-26 | 1 | -14/+0 |
| * | test_cls_statelog.cc: fix memory leak, delete 'rop' | Danny Al-Gaaf | 2013-07-26 | 1 | -0/+1 |
| * | test_cls_version.cc: close some memory leaks | Danny Al-Gaaf | 2013-07-26 | 1 | -0/+6 |
* | | Merge pull request #467 from dalgaaf/wip-da-next-SCA-cppcheck-1 | Sage Weil | 2013-07-26 | 4 | -15/+7 |
|\ \
| |/
|/| |
|
| * | rgw/rgw_metadata.h: init prefix in initialization list | Danny Al-Gaaf | 2013-07-25 | 1 | -3/+1 |
| * | test_rgw_admin_log.cc: remove unused variable 'creds' | Danny Al-Gaaf | 2013-07-25 | 1 | -2/+0 |
| * | test_rgw_admin_log.cc: use static_cast<>() instead of C-Style cast | Danny Al-Gaaf | 2013-07-25 | 1 | -2/+2 |
| * | test_rgw_admin_opstate.cc: remove unused variable 'creds' | Danny Al-Gaaf | 2013-07-25 | 1 | -2/+0 |
| * | test_rgw_admin_meta.cc: remove unused variable 'creds' | Danny Al-Gaaf | 2013-07-25 | 1 | -2/+0 |
| * | test_rgw_admin_opstate.cc: use static_cast<>() instead of C-Style cast | Danny Al-Gaaf | 2013-07-25 | 1 | -2/+2 |
| * | test_rgw_admin_meta.cc: use static_cast<>() instead of C-Style cast | Danny Al-Gaaf | 2013-07-25 | 1 | -2/+2 |
* | | upstart: stop ceph-create-keys when the monitor stops | Sage Weil | 2013-07-26 | 1 | -0/+1 |
* | | osd: make open classes on start optional | Sage Weil | 2013-07-26 | 2 | -1/+4 |
* | | osd: load all classes on startup | Sage Weil | 2013-07-26 | 3 | -1/+41 |
* | | FileStore: fix fd leak in _check_global_replay_guard | Samuel Just | 2013-07-26 | 1 | -0/+1 |
* | | Merge branch 'wip-rgw-versionchecks' into next | Greg Farnum | 2013-07-26 | 9 | -62/+170 |
|\ \ |
|
| * | | rgw: expose the version of synced items to the poster | Greg Farnum | 2013-07-25 | 5 | -4/+16 |
| * | | rgw: return the update status on sync requests | Greg Farnum | 2013-07-25 | 6 | -4/+20 |
| * | | rgw: add sync state parsing code and REST interface | Greg Farnum | 2013-07-25 | 2 | -0/+23 |
| * | | rgw: pass the sync mode into the RGWMetadataManager::put() calls. | Greg Farnum | 2013-07-25 | 4 | -7/+8 |
| * | | rgw: add preliminary support for sync update policies on metadata sync | Greg Farnum | 2013-07-25 | 6 | -8/+65 |
| * | | rgw: grab the old mtime when doing a user metadata put | Greg Farnum | 2013-07-19 | 1 | -1/+2 |
| * | | test: switch the cls_replica_log tests to use a test fixture | Greg Farnum | 2013-07-19 | 1 | -46/+44 |
* | | | ceph_rest_api.py: reversed test for failed request | Dan Mick | 2013-07-25 | 1 | -1/+1 |
* | | | rest/test.py: earlier versions of requests.py don't quote ' ' in params | Dan Mick | 2013-07-25 | 1 | -2/+2 |
* | | | OSD: tolerate holes in stored maps | Samuel Just | 2013-07-25 | 4 | -8/+27 |
* | | | ceph_rest_api.py: return error in nonformatted mode | Dan Mick | 2013-07-25 | 1 | -0/+3 |
* | | | ceph_rest_api.py: actually remove the trailing / on baseurl | Dan Mick | 2013-07-25 | 1 | -1/+1 |
* | | | mon/MonCap: match param for entity (not name) | Sage Weil | 2013-07-25 | 1 | -2/+2 |
* | | | mon: translate caps=[k1,v1,k2,v2] into [caps_k1=v1, caps_k2=v2] | Sage Weil | 2013-07-25 | 1 | -2/+14 |
* | | | mon/Paxos: share uncommitted value when leader is/was behind | Sage Weil | 2013-07-25 | 1 | -1/+1 |
* | | | remove old push_to_kclient.pl | Sage Weil | 2013-07-25 | 1 | -32/+0 |
* | | | ceph-disk: use new dumpling-style osd caps if we can, or fall back to old-sty... | Alfredo Deza | 2013-07-25 | 1 | -17/+36 |
* | | | osd: Don't put functional code inside of an assert | David Zafman | 2013-07-25 | 1 | -1/+2 |
* | | | ceph_argparse.py: wrong variable used if valid() fails for Ceph{Osd}Name | Dan Mick | 2013-07-25 | 1 | -2/+2 |
* | | | Merge pull request #456 from dalgaaf/wip-da-CID-1 | Sage Weil | 2013-07-25 | 3 | -2/+19 |
|\ \ \ |
|
| * | | | test_cls_statelog.cc: fix resource leak, delete 'rop' at end of function | Danny Al-Gaaf | 2013-07-22 | 1 | -0/+1 |
| * | | | test_cls_statelog.cc: fix resource leak, delete op at end of function | Danny Al-Gaaf | 2013-07-22 | 1 | -0/+1 |
| * | | | test_cls_statelog.cc: fix resource leak, delete rop at end of function | Danny Al-Gaaf | 2013-07-22 | 1 | -0/+1 |
| * | | | test_cls_version.cc: fix resource leak, delete before new() | Danny Al-Gaaf | 2013-07-22 | 1 | -1/+10 |
| * | | | test_cls_version.cc: fix resource leak, delete before new() | Danny Al-Gaaf | 2013-07-22 | 1 | -0/+1 |
| * | | | test_cls_version.cc: fix another ressource leak | Danny Al-Gaaf | 2013-07-22 | 1 | -0/+2 |
| * | | | test_cls_version.cc: fix ressource leak | Danny Al-Gaaf | 2013-07-22 | 1 | -0/+2 |
| * | | | cls/rgw/cls_rgw.cc: init start_key_added with false | Danny Al-Gaaf | 2013-07-22 | 1 | -1/+1 |