summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wip livenessinfo, miscwip-osd-readholeSage Weil2012-11-303-42/+46
* wipSage Weil2012-11-306-8/+88
* osd: include up_from in MOSDPingSage Weil2012-11-302-5/+14
* more pg_interval_t changes... end_stamp, primary_up_fromSage Weil2012-11-302-9/+18
* osd: HeartbeatSession -> HeartbeatClientSessionSage Weil2012-11-302-4/+4
* osd: add start_stamp to pg_interval_tSage Weil2012-11-302-2/+8
* hb msgr trainwreckSage Weil2012-11-303-15/+38
* Merge remote-tracking branch 'gh/wip-osd-msgr'Sage Weil2012-11-307-147/+298
|\
| * OSDService: make messengers privateSamuel Just2012-11-303-24/+35
| * osd/: make OSDService messenger helpers return ConnectionRefSamuel Just2012-11-305-54/+54
| * Revert "osd: fix leak of heartbeat con on reset"Sage Weil2012-11-291-2/+0
| * osd: move next_osdmap under separate lockSage Weil2012-11-292-13/+29
| * osd: fix leak of heartbeat con on resetSage Weil2012-11-291-0/+2
| * osd: use safe con helpers for scrubSage Weil2012-11-291-38/+40
| * osd: use safe con helpers from do_{infos,queries,notifies}Sage Weil2012-11-291-12/+15
| * osd: make _share_map_outgoing() use a ConnectionSage Weil2012-11-293-23/+38
| * osd: fix Connection leaksSage Weil2012-11-291-0/+3
| * osd: add Connection-base send_map(), send_incremental_map()Sage Weil2012-11-292-0/+36
| * osd: use OSDService send_message helper from PG contextSage Weil2012-11-293-52/+52
| * osd: simplify active_committedSage Weil2012-11-292-9/+7
| * osd: use safe OSDService msgr helpers for heartbeatsSage Weil2012-11-292-4/+13
| * osd: helpers to blacklist messages to down osdsSage Weil2012-11-292-3/+61
* | Merge remote-tracking branch 'gh/wip-mds-ls2'Sage Weil2012-11-305-18/+27
|\ \
| * | mds: assert segements not emtpy in get_current_segment()Sage Weil2012-11-292-2/+8
| * | mds: be explicit about MDRequest killed stateSage Weil2012-11-292-7/+8
| * | mds: drop redundant mdr->committing = trueSage Weil2012-11-291-3/+0
| * | mds: fix request_kill()Sage Weil2012-11-292-6/+11
* | | doc: update kernel recsSage Weil2012-11-301-1/+4
|/ /
* | client: only dump cache on umount if we time outSage Weil2012-11-291-5/+8
* | rgw: treat lack of swift token as anonymous user accessYehuda Sadeh2012-11-291-0/+7
* | Merge branch 'next'Sage Weil2012-11-2926-134/+359
|\ \
| * \ Merge remote-tracking branch 'gh/wip_next_bugs' into nextSage Weil2012-11-297-27/+64
| |\ \
| | * | PG: scrubber.end should be exactly a boundarySamuel Just2012-11-292-1/+10
| | * | ReplicatedPG: remove from snap_collections even without objects to trimSamuel Just2012-11-291-5/+11
| | * | OSD: get_or_create_pg return null if pool is goneSamuel Just2012-11-291-0/+2
| | * | OSD: history.last_epoch_started should start at 0Samuel Just2012-11-291-9/+0
| | * | PG: maintain osd local last_epoch_started for find_best_infoSamuel Just2012-11-294-9/+30
| | * | hobject_t: make max privateSamuel Just2012-11-292-3/+11
| * | | Merge remote-tracking branch 'gh/wip-mon-osd-create-fix' into nextSage Weil2012-11-292-1/+10
| |\ \ \
| | * | | mon: Monitor: don't allow '+' or '-' prefixed values on parse_pos_long()Joao Eduardo Luis2012-11-291-0/+5
| | * | | mon: OSDMonitor: return -EINVAL on not-a-uuid during 'osd create'Joao Eduardo Luis2012-11-291-1/+5
| * | | | radosgw-admin: close storage before exitYehuda Sadeh2012-11-291-1/+12
| * | | | client: Fix for #3490 and config option to testSam Lang2012-11-292-1/+6
| * | | | test/libcephfs: Test reading an empty fileSam Lang2012-11-291-0/+28
| * | | | Merge branch 'wip-mon-store-errorcheck' into nextGreg Farnum2012-11-299-97/+125
| |\ \ \ \
| | * | | | mon: add WARN_UNUSED_RESULT to the MonitorStore functions that return error c...Greg Farnum2012-11-281-4/+6
| | * | | | mon: remove the silly write_bl_ss write_bl_ss_impl distinctionGreg Farnum2012-11-282-8/+1
| | * | | | mon: convert store users with unchecked return codes to just assert on issuesGreg Farnum2012-11-283-58/+46
| | * | | | mon: update Paxos::read()'s successful read checkGreg Farnum2012-11-281-1/+1
| | * | | | mon: add new get_bl_[sn|ss]_safe functionsGreg Farnum2012-11-288-19/+35