| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | OSD: suspend tp timeout while taking pg lock in OpWQ | Samuel Just | 2013-07-29 | 6 | -3/+18 |
* | WorkQueue: fix bracing on reset_tp_timeout | Samuel Just | 2013-07-29 | 1 | -1/+2 |
* | osd: get initial full map after a map gap | Sage Weil | 2013-07-29 | 1 | -2/+11 |
* | osd: fix off-by-one in map gap logic | Sage Weil | 2013-07-29 | 1 | -1/+1 |
* | ceph_test_rados: print version banner on startup | Sage Weil | 2013-07-28 | 1 | -0/+3 |
* | ceph-authtool: fix cli tests | Sage Weil | 2013-07-28 | 3 | -6/+24 |
* | test/system/*: parse CEPH_ARGS environment | Sage Weil | 2013-07-28 | 8 | -0/+11 |
* | Merge pull request #474 from dalgaaf/wip-da-next-fix-help | Sage Weil | 2013-07-28 | 2 | -4/+27 |
|\ |
|
| * | ceph-authtool.8: add missing commands to man page | Danny Al-Gaaf | 2013-07-28 | 1 | -2/+19 |
| * | ceph_authtool.cc: update help/usage text | Danny Al-Gaaf | 2013-07-28 | 1 | -2/+8 |
|/ |
|
* | mon/DataHealthService: do not name xml key after mon | Sage Weil | 2013-07-28 | 1 | -1/+1 |
* | debian, rpm: make python-ceph depend on python-requests | Sage Weil | 2013-07-27 | 2 | -1/+2 |
* | Merge pull request #471 from dalgaaf/wip-da-fix-pylint | Sage Weil | 2013-07-27 | 5 | -12/+10 |
|\ |
|
| * | pybind/rbd.py: remove unused import of 'pointer' | Danny Al-Gaaf | 2013-07-27 | 1 | -1/+1 |
| * | cephfs.py: remove unused imports | Danny Al-Gaaf | 2013-07-27 | 1 | -3/+1 |
| * | rados.py: fix bad indentation | Danny Al-Gaaf | 2013-07-27 | 1 | -1/+1 |
| * | ceph_argparse.py: add missing spaces after comma | Danny Al-Gaaf | 2013-07-27 | 1 | -3/+3 |
| * | ceph_argparse.py: remove unnecessary semicolons | Danny Al-Gaaf | 2013-07-27 | 1 | -3/+3 |
| * | ceph_rest_api.py: fix bad indentation | Danny Al-Gaaf | 2013-07-27 | 1 | -1/+1 |
|/ |
|
* | test/admin_socket: fix admin_socket unit tests | Sage Weil | 2013-07-26 | 1 | -9/+9 |
* | rgw: fix RGWFormatter_Plain | Sage Weil | 2013-07-26 | 1 | -0/+3 |
* | common/admin_socket: do not populate empty help strings | Sage Weil | 2013-07-26 | 1 | -3/+3 |
* | common/perf_counters: fix unit tests | Sage Weil | 2013-07-26 | 1 | -23/+23 |
* | common/perf_counters: fix missing decimal in time, quoting | Sage Weil | 2013-07-26 | 1 | -10/+10 |
* | common/Formatter: add dump_format_unquoted() | Sage Weil | 2013-07-26 | 2 | -0/+30 |
* | rados.py: missing parameter to make_ex() | Dan Mick | 2013-07-26 | 1 | -1/+1 |
* | ceph-rest-api: clean up options/environment | Dan Mick | 2013-07-26 | 4 | -220/+188 |
* | qa/fs/.gitignore | Sage Weil | 2013-07-26 | 1 | -0/+1 |
* | ceph_test_admin_socket: fix unit test | Sage Weil | 2013-07-26 | 1 | -2/+2 |
* | message: Fix asserts that dont' trigger | David Zafman | 2013-07-26 | 2 | -2/+2 |
* | librados: EINVAL on a negative osd id | Sage Weil | 2013-07-26 | 1 | -0/+4 |
* | ceph.in: make osdids() (and mon, mds) work on old mons | Dan Mick | 2013-07-26 | 1 | -0/+11 |
* | osd: humor coverity | Sage Weil | 2013-07-26 | 2 | -3/+6 |
* | mon/MonCap: mds needs to subscribe to the osdmap | Sage Weil | 2013-07-26 | 1 | -0/+1 |
* | remove unused fiemap code | Sage Weil | 2013-07-26 | 7 | -138/+2 |
* | PendingReleaseNotes: note on 'ceph tell <pgid> ...' | Sage Weil | 2013-07-26 | 1 | -0/+7 |
* | Merge remote-tracking branch 'gh/wip-tell-unified' into next | Sage Weil | 2013-07-26 | 25 | -530/+805 |
|\ |
|
| * | ceph_rest_api.py: cleanup, more docstrings, unused vars | Dan Mick | 2013-07-26 | 1 | -28/+52 |
| * | ceph_argparse.py: make find_cmd_target handle tell <pgid> | Dan Mick | 2013-07-26 | 1 | -2/+17 |
| * | ceph_argparse, mon: make "tell <pgid>" work (duplicating "pg <pgid>") | Dan Mick | 2013-07-26 | 3 | -11/+35 |
| * | ceph_rest_api.py: obtain and handle tell <osd-or-pgid> commands | Dan Mick | 2013-07-26 | 3 | -93/+229 |
| * | PG: add formatted output to pg <pgid> query, list_missing | Dan Mick | 2013-07-26 | 3 | -62/+53 |
| * | OSD: "tell <osd.n>" version, bench, dump_pg_recovery_stats: formatted | Dan Mick | 2013-07-26 | 2 | -7/+61 |
| * | OSD: provide newer command descs with module/perm/avail | Dan Mick | 2013-07-26 | 1 | -18/+26 |
| * | ceph.in: clean up help, fix partial matching on all help | Dan Mick | 2013-07-26 | 1 | -39/+18 |
| * | ceph.in: admin_socket() now validates command and passes format | Dan Mick | 2013-07-26 | 1 | -18/+52 |
| * | ceph_argparse.py, ceph.in: validate_command: stop handling format | Dan Mick | 2013-07-26 | 2 | -8/+7 |
| * | In general, flush in caller of dump worker rather than worker | Dan Mick | 2013-07-26 | 7 | -19/+15 |
| * | Formatter, admin_socket: make default formatter be json-pretty | Dan Mick | 2013-07-25 | 3 | -16/+11 |
| * | AdminSocket users: use generic formatting | Dan Mick | 2013-07-25 | 17 | -247/+267 |