summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v0.24.3v0.24.3Sage Weil2011-02-102-2/+8
* make:add messages/MOSDRepScrub.h to NOINST_HEADERSColin Patrick McCabe2011-02-101-0/+1
* Merge remote branch 'origin/rep_scrub_wq' into stableSage Weil2011-02-0910-55/+190
|\
| * osd: discard scrub reply if pg changedSage Weil2011-02-081-0/+6
| * osd: avoid map_lock for scrub_map replySage Weil2011-02-081-7/+2
| * PG: remove sub_op_scrubSamuel Just2011-02-083-39/+0
| * PG: switch _request_scrub_map to send MOSDRepScrubSamuel Just2011-02-083-16/+9
| * OSD: Adds handler for MOSDRepScrubSamuel Just2011-02-082-0/+11
| * PG: added replica_scrubSamuel Just2011-02-082-0/+50
| * OSD: Add rep_scrub_wqSamuel Just2011-02-082-0/+50
| * rados: Adds CEPH_OSD_OP_SCRUB_MAP sub opSamuel Just2011-02-082-0/+2
| * MOSDRepScrub: Adds a message for initiating a replica scrubSamuel Just2011-02-083-0/+67
* | osd: never rewrite log after {advance,activate}_mapSage Weil2011-02-081-2/+0
* | osd: always write backlog after creationSage Weil2011-02-081-4/+2
* | osd: fix no missing inferanceSage Weil2011-02-081-0/+1
|/
* mon: ignore mds boot messages with zeroed portSage Weil2011-02-071-0/+6
* client: more carefully gaurd local cache truncateSage Weil2011-02-061-1/+1
* signal: fix redefine warningsSage Weil2011-02-031-0/+2
* ReplicatedPG: snap_trimmer fix leaked lockSamuel Just2011-02-031-1/+4
* ReplicatedPG:snap_trimmer should return if !clean or !active or !primarySamuel Just2011-02-031-1/+1
* mount.ceph: option parsing fixSamuel Just2011-02-021-1/+6
* FileStore: fix double closeSamuel Just2011-02-011-3/+3
* OSD: update_osd_stat take heartbeat_lockSamuel Just2011-01-291-0/+2
* Locker: Drop loner correctly!Greg Farnum2011-01-291-2/+2
* mds: defer sending resolves until mdsmap.failed.empty()Sage Weil2011-01-282-1/+5
* osd: fix mutual exclusion for _dispatchSage Weil2011-01-282-3/+18
* osd: preserve ordering when ops are requeuedSage Weil2011-01-262-2/+8
* osd: restart if the osdmap client, heartbeat, OR cluster addrs don't matchSage Weil2011-01-262-3/+28
* osd: avoid extraneous send_boot() callsSage Weil2011-01-261-1/+3
* ReplicatedPG: _rollback_to fix the just cloned conditionSamuel Just2011-01-251-3/+1
* v0.24.2v0.24.2Sage Weil2011-01-242-2/+8
* msgr: make connection pipe reset atomicSage Weil2011-01-242-2/+7
* msgr: include con in debug outputSage Weil2011-01-241-4/+4
* filestore: don't wait min sync interval on explicit sync()Sage Weil2011-01-242-16/+24
* ReplicatedPG: fix snap_trimmer log version bugSamuel Just2011-01-211-1/+1
* FileJournal: don't overflow the journal size.Greg Farnum2011-01-211-1/+2
* mds: respawn must unblock signals before execColin Patrick McCabe2011-01-212-0/+5
* common: move signal blocking into signal.ccColin Patrick McCabe2011-01-213-7/+74
* common: add signal_mask_to_strColin Patrick McCabe2011-01-212-0/+25
* msgr: always start reaperSage Weil2011-01-211-4/+3
* monclient: fix lockingSage Weil2011-01-211-2/+12
* signals: signal.cc: trim includesColin Patrick McCabe2011-01-201-1/+0
* common: re-install sighandlers after daemon()Colin Patrick McCabe2011-01-201-0/+3
* common: move signal handler stuff into signal.ccColin Patrick McCabe2011-01-207-59/+119
* ReplicatedPG.cc: fix snap_trimmer object context errorSamuel Just2011-01-201-9/+8
* ReplicatedPG.cc: update coi version and prior_version to match logSamuel Just2011-01-201-0/+2
* ReplicatedPG.cc: fix use of potentially invalid pointerSamuel Just2011-01-201-1/+1
* ReplicatedPG,PG,OSD: snap_trimmer should run only when the PG is cleanSamuel Just2011-01-203-3/+3
* signals: handle_fatal_signal: use SA_NODEFERColin Patrick McCabe2011-01-191-9/+20
* signals: backtrace some more exotic fatal signalsColin Patrick McCabe2011-01-191-0/+3