summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v0.28.2v0.28.2Sage Weil2011-05-282-1/+7
* mkcephfs: set rdir for local mon setupSage Weil2011-05-261-0/+2
* PG: fix race in _activate_committedSamuel Just2011-05-251-7/+11
* mds: do not shift to EXCL or MIX while rdlockedSage Weil2011-05-251-2/+2
* journaler: tolerate ENOENT when prezeroingSage Weil2011-05-241-1/+1
* osd: add ability to explicitly mark unfound as lostSage Weil2011-05-241-0/+29
* osd: make automatically marking of unfound as lost optionalSage Weil2011-05-243-3/+10
* mds: initialize stray_index on startupSage Weil2011-05-241-0/+1
* v0.28.1v0.28.1Sage Weil2011-05-242-1/+7
* crushtool: default to hash 0 (rjenkins1)Sage Weil2011-05-211-1/+1
* osd: update last_epoch_clean in PG::Info::History::merge()Sage Weil2011-05-211-0/+2
* osd: small cleanupSage Weil2011-05-211-1/+2
* osd: merge history when primary sends replica new pg infoSage Weil2011-05-211-0/+4
* osd: more heartbeat reworkSage Weil2011-05-214-93/+142
* msgr: don't close close_on_empty until outgoing messages are ackedSage Weil2011-05-212-4/+10
* osd: only forget peer epochs if they are down AND no longer heartbeat peersSage Weil2011-05-211-4/+6
* osd: show last_epoch_clean in PG::Info::History printerSage Weil2011-05-211-1/+1
* osd: rework peer map epoch cachingSage Weil2011-05-212-19/+80
* mon: fix parsing of 'osd foo N ...' commands with multiple idsSage Weil2011-05-211-4/+4
* dout: reopen log files on SIGHUPColin Patrick McCabe2011-05-206-5/+57
* osd: clean up old _from target cleanup; fix one case; share mapSage Weil2011-05-201-10/+19
* osd: mark down old _to targetsSage Weil2011-05-201-1/+1
* osd: share map with old _to peersSage Weil2011-05-201-11/+11
* osd: clean up handle_osd_ping outputSage Weil2011-05-201-9/+13
* osd: ignore stale requests for heartbeatsSage Weil2011-05-201-7/+13
* osd: don't prioritize heartbeat requestsSage Weil2011-05-201-1/+0
* osd: do not clobber explicitly requested heartbeat_to target addresssSage Weil2011-05-201-22/+28
* osd: request proper log extent for missingSage Weil2011-05-201-6/+23
* osd: fix log bounds checkSage Weil2011-05-201-8/+7
* osd: osd# is in log entry header/prefixSage Weil2011-05-201-5/+5
* osd: log broken pg state to monitor on startup, activateSage Weil2011-05-202-0/+47
* osd: fix proc_replica_log when peer log is emptySage Weil2011-05-201-3/+4
* osd: encode keyring as plaintext after --mkkeySage Weil2011-05-201-1/+1
* keyring: make encode_plaintext methodSage Weil2011-05-203-4/+11
* Merge branch 'wip_choose_acting' into stableSage Weil2011-05-205-95/+196
|\
| * osd: take remote log when it is clearly superiorSage Weil2011-05-201-1/+4
| * osd: fix compensation for bad last_completeSage Weil2011-05-201-1/+1
| * osd: remove some build_prior stringstream cruftSage Weil2011-05-201-2/+0
| * osd: remove useless debug printSage Weil2011-05-201-5/+0
| * osd: include past acting osds if they were upSage Weil2011-05-201-0/+3
| * osd: do not exclude me during build_priorSage Weil2011-05-201-6/+3
| * osd: show final build_prior resultSage Weil2011-05-201-0/+7
| * OSD, PG: ignore peering messages from before the last peering restartJosh Durgin2011-05-203-2/+39
| * OSD: decrement message refcount before returningJosh Durgin2011-05-201-1/+3
| * PG: add_event, add_next_event: ignore prior_version on backlog eventsSamuel Just2011-05-201-0/+4
| * PG: choose_log_location: prefer OSDs with a backlogJosh Durgin2011-05-191-1/+7
| * OSD: send a log in response to a log query when the pg dneJosh Durgin2011-05-191-1/+10
| * ReplicatedPG: wait_for_missing_object in _rollback_toSamuel Just2011-05-192-6/+12
| * PG: remove unused argument to adjust_need_up_thruJosh Durgin2011-05-192-3/+3
| * PG: include ourselves in the prior setJosh Durgin2011-05-191-2/+4