summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-191-9/+8
* ReplicatedPG.cc: update coi version and prior_version to match logSamuel Just2011-01-191-0/+2
* ReplicatedPG.cc: fix use of potentially invalid pointerSamuel Just2011-01-191-1/+1
* ReplicatedPG,PG,OSD: snap_trimmer should run only when the PG is cleanSamuel Just2011-01-193-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
* signals: Handle SIGILL, SIGBUS, SIGFPE.Colin Patrick McCabe2011-01-191-15/+8
* mds: fix journaling of root default_file_layoutSage Weil2011-01-191-1/+7
* mon: remove rank from failed when taking over for failed nodeSage Weil2011-01-181-0/+1
* mds: kick discovers when peers enter active|clientreplay|rejoinSage Weil2011-01-182-3/+13
* mon: fix 'ceph mds fail <N>' commandSage Weil2011-01-181-2/+6
* PG: fix adjust_local_snaps bugSamuel Just2011-01-181-0/+1
* Merge branch 'purged_snaps' into testingSage Weil2011-01-184-52/+79
|\
| * ReplicatedPG: snap_trimmer skip removed snaps without collectionsSamuel Just2011-01-131-0/+7
| * OSD: _pg_process_info refactor to use adjust_local_snapsSamuel Just2011-01-131-27/+17
| * PG: added adjust_local_snaps, activate now checks local collectionsSamuel Just2011-01-132-1/+16
| * PG: change snap_collections to an interval_setSamuel Just2011-01-133-24/+39
* | osd: rebind heartbeat_messenger (with cluster one) when wrongly marked downSage Weil2011-01-171-1/+8
* | messenger: let rebind() avoid multiple portsSage Weil2011-01-173-12/+12
* | osd: drop messages from before we moved back to boot stateSage Weil2011-01-171-2/+11
* | MDS: Use new C_Gather::get_num_remaining() in MDCache.Greg Farnum2011-01-142-2/+3
* | C_Gather: Set debug #ifdefs to remove set.Greg Farnum2011-01-142-0/+12
* | C_Gather: Rewrite for thread safety.Greg Farnum2011-01-141-23/+39
* | mds: call MonClient::shutdown when doing a journal dump.Greg Farnum2011-01-141-0/+1
* | os: don't crash on no-journal caseColin Patrick McCabe2011-01-141-1/+2
* | mds: tolerate (with warning) replayed op with bad prealloc_inosSage Weil2011-01-131-6/+14
* | mds: improve debug output on ESession journal replaySage Weil2011-01-131-5/+6
* | OSD,ReplicatedPG: Do not run snap_trimmer while the pg is degradedSamuel Just2011-01-132-2/+3
* | filejournal: rewrite completion handling, fix ordering on full->notfullSage Weil2011-01-132-63/+63
|/
* PG: activate should not enqueue snap_trimmer on a replicaSamuel Just2011-01-132-5/+8
* ReplicatedPG: Fix oi.size bug in _rollback_toSamuel Just2011-01-121-0/+7
* ReplicatedPG: register_object_context and register_snapset_context cleanupSamuel Just2011-01-121-6/+8
* ReplicatedPG: snap_trimmer work aroundSamuel Just2011-01-121-0/+9
* osd: OSD::queue_pg_for_deletion: avoid double delColin Patrick McCabe2011-01-112-2/+9
* mds: avoid double-pinning stray inodesSage Weil2011-01-112-1/+6
* ReplicatedPG: Fix bug in rollbackSamuel Just2011-01-101-1/+1