| Commit message (Expand) | Author | Age | Files | Lines |
* | qa: workunits: mon: workunit to stress the monitor's capswip-5648 | Joao Eduardo Luis | 2013-08-02 | 1 | -0/+242 |
* | mon: AuthMonitor: change 'auth add' behaviour | Joao Eduardo Luis | 2013-08-02 | 1 | -20/+101 |
* | mon: services: no longer needed to enforce caps on a per-service basis | Joao Eduardo Luis | 2013-08-02 | 7 | -31/+12 |
* | mon: Monitor: purge old permission checking format on handle_command() | Joao Eduardo Luis | 2013-08-02 | 1 | -57/+0 |
* | mon: Monitor: check caps considering command's requirements | Joao Eduardo Luis | 2013-08-02 | 2 | -0/+41 |
* | 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 |
* | | Merge pull request #465 from dalgaaf/wip-da-CID-2 | Sage Weil | 2013-07-25 | 4 | -8/+10 |
|\ \ |
|
| * | | rgw/rgw_metadata.h: init cur_shard in LogListCtx with 0 | Danny Al-Gaaf | 2013-07-24 | 1 | -1/+1 |
| * | | rgw/rgw_metadata.cc: fix possible null dereferencing | Danny Al-Gaaf | 2013-07-24 | 1 | -7/+7 |
| * | | os/ObjectStore.cc: don't fallthrough after OP_OMAP_RMKEYRANGE | Danny Al-Gaaf | 2013-07-24 | 1 | -0/+1 |
| * | | mon/Monitor.cc: init scrub_version with 0 in constructor | Danny Al-Gaaf | 2013-07-24 | 1 | -0/+1 |
* | | | config_opts.h: increase xfs,btrfs wbthrottle defaults | Samuel Just | 2013-07-25 | 4 | -14/+20 |
* | | | FileStore::_collection_rename: fix global replay guard | Samuel Just | 2013-07-25 | 1 | -3/+10 |
* | | | HashIndex: reset attr upon split or merge completion | Samuel Just | 2013-07-25 | 1 | -13/+2 |
* | | | test/filestore/store_test: add test for 5723 | Samuel Just | 2013-07-25 | 2 | -5/+77 |
* | | | Merge tag 'v0.67-rc2' into next | Sage Weil | 2013-07-25 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | v0.67-rc2v0.67-rc2 | Gary Lowell | 2013-07-24 | 1 | -0/+6 |
* | | | | ceph.spec.in, debian/control: python-ceph depends on python-flask | Dan Mick | 2013-07-24 | 2 | -1/+2 |
|/ / / |
|
* | | | rest/test.py: cope with older requests.py versions | Dan Mick | 2013-07-24 | 1 | -55/+56 |
* | | | ceph-disk: use new get_dev_path helper for list | Sage Weil | 2013-07-24 | 1 | -4/+4 |
* | | | ceph_rest_api.py: allow config section fallback | Dan Mick | 2013-07-24 | 1 | -4/+7 |
* | | | global/signal_handler: poll on the control pipe, too | Sage Weil | 2013-07-24 | 1 | -0/+4 |
* | | | Merge branch 'wip-cephtool-cleanup' into next | Dan Mick | 2013-07-24 | 4 | -44/+32 |
|\ \ \ |
|
| * | | | ceph.in: remove dead code | Dan Mick | 2013-07-24 | 1 | -11/+0 |
| * | | | rest/test.py: osd lspools should be a 'GET' | Dan Mick | 2013-07-24 | 1 | -2/+2 |
| * | | | MonCommands.h: osd pool delete "rw" perms, osd pool set no longer exp | Dan Mick | 2013-07-24 | 1 | -3/+2 |
| * | | | ceph.in/ceph_argparse.py: move find_cmd_target() to ceph_argparse.py | Dan Mick | 2013-07-24 | 2 | -28/+28 |
| |/ / |
|
* | | | mon/OSDMonitor: search for latest full osdmap if record version is missing | Sage Weil | 2013-07-24 | 1 | -0/+10 |
|/ / |
|
* | | test: test_store_tool: global init before using LevelDBStore | Joao Eduardo Luis | 2013-07-24 | 1 | -4/+22 |
* | | mon: OSDMonitor: fix a bug introduced on 97462a32 | Joao Eduardo Luis | 2013-07-24 | 1 | -1/+1 |