summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | rgw: adjust error for bucket removal on secondary regionYehuda Sadeh2013-07-191-1/+6
| * | | rgw: forward x_amz_meta headers when forwarding a requestYehuda Sadeh2013-07-191-0/+5
| * | | rgw: fix bucket re-creation on secondary regionYehuda Sadeh2013-07-191-15/+19
| * | | mon/MonClient: fix small leakSage Weil2013-07-191-0/+1
| * | | msgr: mark addr-based [lazy_]send_message and get_connection deprecatedSage Weil2013-07-191-0/+9
| * | | client: mark_down by conSage Weil2013-07-191-1/+1
| * | | mon: mark_down session by con, not addrSage Weil2013-07-191-5/+5
| * | | mon: break con <-> session ref cycle in mon even if shutting downSage Weil2013-07-191-3/+6
| * | | msg/SimpleMessenger: remove duplicated interface docsSage Weil2013-07-192-218/+17
| * | | msgr: update docs for mark_down, mark_down_all semanticsSage Weil2013-07-191-16/+26
| * | | msgr: generate reset event on mark_down to addr (not con)Sage Weil2013-07-191-3/+6
| * | | osd/ReplicatedPG: fix obc leak on invalid LIST_SNAPS opSage Weil2013-07-191-0/+1
| * | | osd: break con <-> session cycle when marking down old peersSage Weil2013-07-191-1/+3
| * | | osd: make ms_handle_reset debug more usefulSage Weil2013-07-191-1/+1
* | | | mon/PGMap: don't mangle stamp_delta in clear_delta()Sage Weil2013-07-191-1/+1
* | | | osd: log PG state changes at level 5Sage Weil2013-07-191-2/+2
* | | | ReplicatedPG: track temp collection contents, clear during on_changeSamuel Just2013-07-192-3/+34
* | | | PG, ReplicatedPG: pass a transaction down to ReplicatedPG::on_changeSamuel Just2013-07-194-7/+10
| |/ / |/| |
* | | mon/MonClient: better debugging on version requestsSage Weil2013-07-191-3/+8
* | | msg/Pipe: work around incorrect features reported by earlier versionsSage Weil2013-07-192-5/+35
* | | Message,OSD,PG: make Connection::features privateSage Weil2013-07-193-8/+10
* | | test: update cli test for radosgw-adminYehuda Sadeh2013-07-191-0/+2
* | | Merge pull request #448 from kri5/wip-5416Yehuda Sadeh2013-07-192-0/+4
|\ \ \
| * | | rgw: Adds --rgw-zone --rgw-region help text.Christophe Courtaut2013-07-192-0/+4
|/ / /
* | | mon/MonClient: fix small leakSage Weil2013-07-181-0/+1
* | | Merge pull request #445 from ceph/wip-osd-leaksSage Weil2013-07-187-248/+75
|\ \ \ | |/ / |/| |
| * | msgr: mark addr-based [lazy_]send_message and get_connection deprecatedSage Weil2013-07-181-0/+9
| * | client: mark_down by conSage Weil2013-07-181-1/+1
| * | mon: mark_down session by con, not addrSage Weil2013-07-181-5/+5
| * | mon: break con <-> session ref cycle in mon even if shutting downSage Weil2013-07-181-3/+6
| * | msg/SimpleMessenger: remove duplicated interface docsSage Weil2013-07-182-218/+17
| * | msgr: update docs for mark_down, mark_down_all semanticsSage Weil2013-07-181-16/+26
| * | msgr: generate reset event on mark_down to addr (not con)Sage Weil2013-07-181-3/+6
| * | osd/ReplicatedPG: fix obc leak on invalid LIST_SNAPS opSage Weil2013-07-181-0/+1
| * | osd: break con <-> session cycle when marking down old peersSage Weil2013-07-181-1/+3
| * | osd: make ms_handle_reset debug more usefulSage Weil2013-07-181-1/+1
* | | init-ceph: don't activate-all for vstart clustersSage Weil2013-07-181-1/+1
* | | mon/PGMonitor: fix 'pg map' output key namesSage Weil2013-07-181-2/+2
* | | PG: add perf counter for peering latencySamuel Just2013-07-183-0/+5
|/ /
* | cls_lock: fix duration testSage Weil2013-07-181-3/+12
* | mds: tracedn should be NULL for LOOKUPINO/LOOKUPHASH replyYan, Zheng2013-07-181-1/+1
* | FileStore: add global replay guard for split, collection_renameSamuel Just2013-07-182-1/+85
* | msg/Pipe: do not hold pipe_lock for verify_authorizer()Sage Weil2013-07-181-2/+7
* | mon: fix off-by-one in check for when sync falls behindSage Weil2013-07-181-1/+1
* | Merge pull request #444 from ceph/wip-osd-latencySage Weil2013-07-179-3/+198
|\ \
| * | mon: make 'health' warn about slow requestsSage Weil2013-07-173-0/+56
| * | osd: include op queue age histogram in osd_stat_tSage Weil2013-07-176-3/+142
* | | rgw: drop unused assignmentSage Weil2013-07-171-2/+2
|/ /
* | qa/workunits/cephtool/test.sh: test 'osd create <uuid>'Sage Weil2013-07-171-0/+7
* | PG: start flush on primary only after we process the master logSamuel Just2013-07-171-5/+15