]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
branch for distributed monitor work
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Mon, 18 Jun 2007 21:05:47 +0000 (21:05 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Mon, 18 Jun 2007 21:05:47 +0000 (21:05 +0000)
commit1f2ce98f8e4f6b51d2dd499679952e5f813c27fb
treec13d23d3de949d504509b2dfbb971f55b3f25dc0
parenta541ba340a33b4437137561462478daf8fb6e6eb
branch for distributed monitor work

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1423 29311d96-e01e-0410-9327-a35deaab8ce9
404 files changed:
branches/sage/mon2/COPYING [new file with mode: 0644]
branches/sage/mon2/Makefile [new file with mode: 0644]
branches/sage/mon2/README [new file with mode: 0644]
branches/sage/mon2/TODO [new file with mode: 0644]
branches/sage/mon2/cfuse.cc [new file with mode: 0644]
branches/sage/mon2/client/Client.cc [new file with mode: 0644]
branches/sage/mon2/client/Client.h [new file with mode: 0644]
branches/sage/mon2/client/FileCache.cc [new file with mode: 0644]
branches/sage/mon2/client/FileCache.h [new file with mode: 0644]
branches/sage/mon2/client/SyntheticClient.cc [new file with mode: 0644]
branches/sage/mon2/client/SyntheticClient.h [new file with mode: 0644]
branches/sage/mon2/client/Trace.cc [new file with mode: 0644]
branches/sage/mon2/client/Trace.h [new file with mode: 0644]
branches/sage/mon2/client/fuse.cc [new file with mode: 0644]
branches/sage/mon2/client/fuse.h [new file with mode: 0644]
branches/sage/mon2/client/hadoop/CephFSInterface.cc [new file with mode: 0644]
branches/sage/mon2/client/hadoop/CephFSInterface.h [new file with mode: 0644]
branches/sage/mon2/client/ldceph.cc [new file with mode: 0644]
branches/sage/mon2/client/msgthread.h [new file with mode: 0644]
branches/sage/mon2/cmds.cc [new file with mode: 0644]
branches/sage/mon2/cmon.cc [new file with mode: 0644]
branches/sage/mon2/cmonctl.cc [new file with mode: 0644]
branches/sage/mon2/common/Clock.cc [new file with mode: 0644]
branches/sage/mon2/common/Clock.h [new file with mode: 0644]
branches/sage/mon2/common/Cond.h [new file with mode: 0644]
branches/sage/mon2/common/DecayCounter.h [new file with mode: 0644]
branches/sage/mon2/common/LogType.h [new file with mode: 0644]
branches/sage/mon2/common/Logger.cc [new file with mode: 0644]
branches/sage/mon2/common/Logger.h [new file with mode: 0644]
branches/sage/mon2/common/Mutex.h [new file with mode: 0755]
branches/sage/mon2/common/Semaphore.h [new file with mode: 0644]
branches/sage/mon2/common/Thread.h [new file with mode: 0644]
branches/sage/mon2/common/ThreadPool.h [new file with mode: 0644]
branches/sage/mon2/common/Timer.cc [new file with mode: 0644]
branches/sage/mon2/common/Timer.h [new file with mode: 0644]
branches/sage/mon2/config.cc [new file with mode: 0644]
branches/sage/mon2/config.h [new file with mode: 0644]
branches/sage/mon2/cosd.cc [new file with mode: 0644]
branches/sage/mon2/crush/BinaryTree.h [new file with mode: 0644]
branches/sage/mon2/crush/Bucket.h [new file with mode: 0644]
branches/sage/mon2/crush/Hash.h [new file with mode: 0644]
branches/sage/mon2/crush/crush.h [new file with mode: 0644]
branches/sage/mon2/crush/test/bucket_movement.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/bucket_variance.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/cluster_movement.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/cluster_movement_remove.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/cluster_movement_rush.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/creeping_failure.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/creeping_failure_variance.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/depth_variance.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/mixed.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/movement.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/movement_failed.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/overload.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/overload_variance.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/sizes.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/smallbucket.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/speed_bucket.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/speed_depth.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/speed_rush.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/t.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/testbucket.cc [new file with mode: 0644]
branches/sage/mon2/crush/test/testnormal.cc [new file with mode: 0644]
branches/sage/mon2/csyn.cc [new file with mode: 0644]
branches/sage/mon2/doc/Commitdir.txt [new file with mode: 0644]
branches/sage/mon2/doc/anchortable.txt [new file with mode: 0644]
branches/sage/mon2/doc/bdb.txt [new file with mode: 0644]
branches/sage/mon2/doc/caching.txt [new file with mode: 0644]
branches/sage/mon2/doc/dentries.txt [new file with mode: 0644]
branches/sage/mon2/doc/exports.txt [new file with mode: 0644]
branches/sage/mon2/doc/file_modes.txt [new file with mode: 0644]
branches/sage/mon2/doc/header.txt [new file with mode: 0644]
branches/sage/mon2/doc/inos.txt [new file with mode: 0644]
branches/sage/mon2/doc/journal.txt [new file with mode: 0644]
branches/sage/mon2/doc/lazy_posix.txt [new file with mode: 0644]
branches/sage/mon2/doc/mds_locks.txt [new file with mode: 0644]
branches/sage/mon2/doc/modeline.txt [new file with mode: 0644]
branches/sage/mon2/doc/osd_outline.txt [new file with mode: 0644]
branches/sage/mon2/doc/osd_replication.txt [new file with mode: 0644]
branches/sage/mon2/doc/shared_write_states_nogo.txt [new file with mode: 0644]
branches/sage/mon2/doc/shutdown.txt [new file with mode: 0644]
branches/sage/mon2/ebofs/Allocator.cc [new file with mode: 0644]
branches/sage/mon2/ebofs/Allocator.h [new file with mode: 0644]
branches/sage/mon2/ebofs/BlockDevice.cc [new file with mode: 0644]
branches/sage/mon2/ebofs/BlockDevice.h [new file with mode: 0644]
branches/sage/mon2/ebofs/BufferCache.cc [new file with mode: 0644]
branches/sage/mon2/ebofs/BufferCache.h [new file with mode: 0644]
branches/sage/mon2/ebofs/Cnode.h [new file with mode: 0644]
branches/sage/mon2/ebofs/Ebofs.cc [new file with mode: 0644]
branches/sage/mon2/ebofs/Ebofs.h [new file with mode: 0644]
branches/sage/mon2/ebofs/FileJournal.cc [new file with mode: 0644]
branches/sage/mon2/ebofs/FileJournal.h [new file with mode: 0644]
branches/sage/mon2/ebofs/Journal.h [new file with mode: 0644]
branches/sage/mon2/ebofs/Onode.h [new file with mode: 0644]
branches/sage/mon2/ebofs/Table.h [new file with mode: 0644]
branches/sage/mon2/ebofs/mkfs.ebofs.cc [new file with mode: 0644]
branches/sage/mon2/ebofs/nodes.h [new file with mode: 0644]
branches/sage/mon2/ebofs/test.ebofs.cc [new file with mode: 0644]
branches/sage/mon2/ebofs/types.h [new file with mode: 0644]
branches/sage/mon2/fakefuse.cc [new file with mode: 0644]
branches/sage/mon2/fakesyn.cc [new file with mode: 0644]
branches/sage/mon2/include/Context.h [new file with mode: 0644]
branches/sage/mon2/include/Distribution.h [new file with mode: 0644]
branches/sage/mon2/include/buffer.h [new file with mode: 0644]
branches/sage/mon2/include/error.h [new file with mode: 0644]
branches/sage/mon2/include/filepath.h [new file with mode: 0644]
branches/sage/mon2/include/frag.h [new file with mode: 0644]
branches/sage/mon2/include/interval_set.h [new file with mode: 0644]
branches/sage/mon2/include/lru.h [new file with mode: 0644]
branches/sage/mon2/include/object.h [new file with mode: 0644]
branches/sage/mon2/include/oldbuffer.h [new file with mode: 0644]
branches/sage/mon2/include/oldbufferlist.h [new file with mode: 0644]
branches/sage/mon2/include/rangeset.h [new file with mode: 0644]
branches/sage/mon2/include/statlite.h [new file with mode: 0644]
branches/sage/mon2/include/types.h [new file with mode: 0644]
branches/sage/mon2/include/uofs.h [new file with mode: 0644]
branches/sage/mon2/include/utime.h [new file with mode: 0644]
branches/sage/mon2/jobs/alc.tp [new file with mode: 0644]
branches/sage/mon2/jobs/alcdat/makedirs [new file with mode: 0644]
branches/sage/mon2/jobs/alcdat/makedirs.big [new file with mode: 0644]
branches/sage/mon2/jobs/alcdat/makedirs.tput [new file with mode: 0644]
branches/sage/mon2/jobs/alcdat/makefiles.shared [new file with mode: 0644]
branches/sage/mon2/jobs/alcdat/openshared [new file with mode: 0644]
branches/sage/mon2/jobs/alcdat/ossh.include [new file with mode: 0644]
branches/sage/mon2/jobs/alcdat/ossh.include.big [new file with mode: 0644]
branches/sage/mon2/jobs/alcdat/ossh.lib [new file with mode: 0644]
branches/sage/mon2/jobs/alcdat/ossh.lib.big [new file with mode: 0644]
branches/sage/mon2/jobs/alcdat/striping [new file with mode: 0644]
branches/sage/mon2/jobs/example [new file with mode: 0644]
branches/sage/mon2/jobs/mds/log_striping [new file with mode: 0644]
branches/sage/mon2/jobs/mds/makedir_lat [new file with mode: 0644]
branches/sage/mon2/jobs/mds/makedirs [new file with mode: 0644]
branches/sage/mon2/jobs/mds/opensshlib [new file with mode: 0644]
branches/sage/mon2/jobs/meta1 [new file with mode: 0644]
branches/sage/mon2/jobs/meta1.proc.sh [new file with mode: 0755]
branches/sage/mon2/jobs/osd/ebofs [new file with mode: 0644]
branches/sage/mon2/jobs/osd/mds_log [new file with mode: 0644]
branches/sage/mon2/jobs/osd/osd_threads [new file with mode: 0644]
branches/sage/mon2/jobs/osd/striping [new file with mode: 0644]
branches/sage/mon2/jobs/osd/wr_lat2 [new file with mode: 0644]
branches/sage/mon2/jobs/osd/write_sizes [new file with mode: 0644]
branches/sage/mon2/jobs/rados/map_dist [new file with mode: 0644]
branches/sage/mon2/jobs/rados/rep_lat [new file with mode: 0644]
branches/sage/mon2/jobs/rados/wr_sizes [new file with mode: 0644]
branches/sage/mon2/mds/Anchor.h [new file with mode: 0644]
branches/sage/mon2/mds/AnchorClient.cc [new file with mode: 0644]
branches/sage/mon2/mds/AnchorClient.h [new file with mode: 0644]
branches/sage/mon2/mds/AnchorTable.cc [new file with mode: 0644]
branches/sage/mon2/mds/AnchorTable.h [new file with mode: 0644]
branches/sage/mon2/mds/CDentry.cc [new file with mode: 0644]
branches/sage/mon2/mds/CDentry.h [new file with mode: 0644]
branches/sage/mon2/mds/CDir.cc [new file with mode: 0644]
branches/sage/mon2/mds/CDir.h [new file with mode: 0644]
branches/sage/mon2/mds/CInode.cc [new file with mode: 0644]
branches/sage/mon2/mds/CInode.h [new file with mode: 0644]
branches/sage/mon2/mds/Capability.h [new file with mode: 0644]
branches/sage/mon2/mds/ClientMap.h [new file with mode: 0644]
branches/sage/mon2/mds/FileLock.h [new file with mode: 0644]
branches/sage/mon2/mds/Hasher.cc [new file with mode: 0644]
branches/sage/mon2/mds/IdAllocator.cc [new file with mode: 0644]
branches/sage/mon2/mds/IdAllocator.h [new file with mode: 0644]
branches/sage/mon2/mds/Locker.cc [new file with mode: 0644]
branches/sage/mon2/mds/Locker.h [new file with mode: 0644]
branches/sage/mon2/mds/LogEvent.cc [new file with mode: 0644]
branches/sage/mon2/mds/LogEvent.h [new file with mode: 0644]
branches/sage/mon2/mds/MDBalancer.cc [new file with mode: 0644]
branches/sage/mon2/mds/MDBalancer.h [new file with mode: 0644]
branches/sage/mon2/mds/MDCache.cc [new file with mode: 0644]
branches/sage/mon2/mds/MDCache.h [new file with mode: 0644]
branches/sage/mon2/mds/MDLog.cc [new file with mode: 0644]
branches/sage/mon2/mds/MDLog.h [new file with mode: 0644]
branches/sage/mon2/mds/MDS.cc [new file with mode: 0644]
branches/sage/mon2/mds/MDS.h [new file with mode: 0644]
branches/sage/mon2/mds/MDSMap.h [new file with mode: 0644]
branches/sage/mon2/mds/Migrator.cc [new file with mode: 0644]
branches/sage/mon2/mds/Migrator.h [new file with mode: 0644]
branches/sage/mon2/mds/Renamer.cc [new file with mode: 0644]
branches/sage/mon2/mds/Renamer.h [new file with mode: 0644]
branches/sage/mon2/mds/ScatterLock.h [new file with mode: 0644]
branches/sage/mon2/mds/Server.cc [new file with mode: 0644]
branches/sage/mon2/mds/Server.h [new file with mode: 0644]
branches/sage/mon2/mds/SimpleLock.h [new file with mode: 0644]
branches/sage/mon2/mds/events/EAlloc.h [new file with mode: 0644]
branches/sage/mon2/mds/events/EAnchor.h [new file with mode: 0644]
branches/sage/mon2/mds/events/EAnchorClient.h [new file with mode: 0644]
branches/sage/mon2/mds/events/EClientMap.h [new file with mode: 0644]
branches/sage/mon2/mds/events/EExport.h [new file with mode: 0644]
branches/sage/mon2/mds/events/EImportFinish.h [new file with mode: 0644]
branches/sage/mon2/mds/events/EImportMap.h [new file with mode: 0644]
branches/sage/mon2/mds/events/EImportStart.h [new file with mode: 0644]
branches/sage/mon2/mds/events/EMetaBlob.h [new file with mode: 0644]
branches/sage/mon2/mds/events/EOpen.h [new file with mode: 0644]
branches/sage/mon2/mds/events/EPurgeFinish.h [new file with mode: 0644]
branches/sage/mon2/mds/events/ESession.h [new file with mode: 0644]
branches/sage/mon2/mds/events/ESlaveUpdate.h [new file with mode: 0644]
branches/sage/mon2/mds/events/EString.h [new file with mode: 0644]
branches/sage/mon2/mds/events/EUpdate.h [new file with mode: 0644]
branches/sage/mon2/mds/journal.cc [new file with mode: 0644]
branches/sage/mon2/mds/mdstypes.h [new file with mode: 0644]
branches/sage/mon2/messages/MAnchor.h [new file with mode: 0644]
branches/sage/mon2/messages/MCacheExpire.h [new file with mode: 0644]
branches/sage/mon2/messages/MClientFileCaps.h [new file with mode: 0644]
branches/sage/mon2/messages/MClientMount.h [new file with mode: 0644]
branches/sage/mon2/messages/MClientReconnect.h [new file with mode: 0644]
branches/sage/mon2/messages/MClientReply.h [new file with mode: 0644]
branches/sage/mon2/messages/MClientRequest.h [new file with mode: 0644]
branches/sage/mon2/messages/MClientRequestForward.h [new file with mode: 0644]
branches/sage/mon2/messages/MClientSession.h [new file with mode: 0644]
branches/sage/mon2/messages/MClientUnmount.h [new file with mode: 0644]
branches/sage/mon2/messages/MDentryUnlink.h [new file with mode: 0644]
branches/sage/mon2/messages/MDirUpdate.h [new file with mode: 0644]
branches/sage/mon2/messages/MDiscover.h [new file with mode: 0644]
branches/sage/mon2/messages/MDiscoverReply.h [new file with mode: 0644]
branches/sage/mon2/messages/MExportDir.h [new file with mode: 0644]
branches/sage/mon2/messages/MExportDirAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MExportDirCancel.h [new file with mode: 0644]
branches/sage/mon2/messages/MExportDirDiscover.h [new file with mode: 0644]
branches/sage/mon2/messages/MExportDirDiscoverAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MExportDirFinish.h [new file with mode: 0644]
branches/sage/mon2/messages/MExportDirNotify.h [new file with mode: 0644]
branches/sage/mon2/messages/MExportDirNotifyAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MExportDirPrep.h [new file with mode: 0644]
branches/sage/mon2/messages/MExportDirPrepAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MExportDirWarning.h [new file with mode: 0644]
branches/sage/mon2/messages/MExportDirWarningAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MGenericMessage.h [new file with mode: 0644]
branches/sage/mon2/messages/MHashDir.h [new file with mode: 0644]
branches/sage/mon2/messages/MHashDirAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MHashDirDiscover.h [new file with mode: 0644]
branches/sage/mon2/messages/MHashDirDiscoverAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MHashDirNotify.h [new file with mode: 0644]
branches/sage/mon2/messages/MHashDirPrep.h [new file with mode: 0644]
branches/sage/mon2/messages/MHashDirPrepAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MHashReaddir.h [new file with mode: 0644]
branches/sage/mon2/messages/MHashReaddirReply.h [new file with mode: 0644]
branches/sage/mon2/messages/MHeartbeat.h [new file with mode: 0644]
branches/sage/mon2/messages/MInodeFileCaps.h [new file with mode: 0644]
branches/sage/mon2/messages/MInodeLink.h [new file with mode: 0644]
branches/sage/mon2/messages/MInodeLinkAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MInodeUnlink.h [new file with mode: 0644]
branches/sage/mon2/messages/MInodeUnlinkAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MLock.h [new file with mode: 0644]
branches/sage/mon2/messages/MMDSBeacon.h [new file with mode: 0644]
branches/sage/mon2/messages/MMDSBoot.h [new file with mode: 0644]
branches/sage/mon2/messages/MMDSCacheRejoin.h [new file with mode: 0644]
branches/sage/mon2/messages/MMDSCacheRejoinAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MMDSGetMap.h [new file with mode: 0644]
branches/sage/mon2/messages/MMDSImportMap.h [new file with mode: 0644]
branches/sage/mon2/messages/MMDSMap.h [new file with mode: 0644]
branches/sage/mon2/messages/MMonCommand.h [new file with mode: 0644]
branches/sage/mon2/messages/MMonCommandAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MMonElection.h [new file with mode: 0644]
branches/sage/mon2/messages/MMonElectionCollect.h [new file with mode: 0644]
branches/sage/mon2/messages/MMonElectionRefresh.h [new file with mode: 0644]
branches/sage/mon2/messages/MMonElectionStatus.h [new file with mode: 0644]
branches/sage/mon2/messages/MMonOSDMapInfo.h [new file with mode: 0644]
branches/sage/mon2/messages/MMonOSDMapLease.h [new file with mode: 0644]
branches/sage/mon2/messages/MMonOSDMapLeaseAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MMonOSDMapUpdateAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MMonOSDMapUpdateCommit.h [new file with mode: 0644]
branches/sage/mon2/messages/MMonOSDMapUpdatePrepare.h [new file with mode: 0644]
branches/sage/mon2/messages/MMonPaxos.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDBoot.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDFailure.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDGetMap.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDIn.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDMap.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDOp.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDOpReply.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDOut.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDPGLog.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDPGNotify.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDPGPeer.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDPGPeerAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDPGPeerRequest.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDPGQuery.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDPGRemove.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDPGSummary.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDPGUpdate.h [new file with mode: 0644]
branches/sage/mon2/messages/MOSDPing.h [new file with mode: 0644]
branches/sage/mon2/messages/MPing.h [new file with mode: 0644]
branches/sage/mon2/messages/MPingAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MRename.h [new file with mode: 0644]
branches/sage/mon2/messages/MRenameAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MRenameNotify.h [new file with mode: 0644]
branches/sage/mon2/messages/MRenameNotifyAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MRenamePrep.h [new file with mode: 0644]
branches/sage/mon2/messages/MRenameReq.h [new file with mode: 0644]
branches/sage/mon2/messages/MRenameWarning.h [new file with mode: 0644]
branches/sage/mon2/messages/MUnhashDir.h [new file with mode: 0644]
branches/sage/mon2/messages/MUnhashDirAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MUnhashDirNotify.h [new file with mode: 0644]
branches/sage/mon2/messages/MUnhashDirNotifyAck.h [new file with mode: 0644]
branches/sage/mon2/messages/MUnhashDirPrep.h [new file with mode: 0644]
branches/sage/mon2/messages/MUnhashDirPrepAck.h [new file with mode: 0644]
branches/sage/mon2/mkmonmap.cc [new file with mode: 0644]
branches/sage/mon2/mon/ClientMonitor.cc [new file with mode: 0644]
branches/sage/mon2/mon/ClientMonitor.h [new file with mode: 0644]
branches/sage/mon2/mon/Elector.cc [new file with mode: 0644]
branches/sage/mon2/mon/Elector.h [new file with mode: 0644]
branches/sage/mon2/mon/MDSMonitor.cc [new file with mode: 0644]
branches/sage/mon2/mon/MDSMonitor.h [new file with mode: 0644]
branches/sage/mon2/mon/MonMap.h [new file with mode: 0644]
branches/sage/mon2/mon/Monitor.cc [new file with mode: 0644]
branches/sage/mon2/mon/Monitor.h [new file with mode: 0644]
branches/sage/mon2/mon/MonitorStore.cc [new file with mode: 0644]
branches/sage/mon2/mon/MonitorStore.h [new file with mode: 0644]
branches/sage/mon2/mon/OSDMonitor.cc [new file with mode: 0644]
branches/sage/mon2/mon/OSDMonitor.h [new file with mode: 0644]
branches/sage/mon2/mon/Paxos.cc [new file with mode: 0644]
branches/sage/mon2/mon/Paxos.h [new file with mode: 0644]
branches/sage/mon2/mon/PaxosService.cc [new file with mode: 0644]
branches/sage/mon2/mon/PaxosService.h [new file with mode: 0644]
branches/sage/mon2/mon/mon_types.h [new file with mode: 0644]
branches/sage/mon2/msg/Dispatcher.cc [new file with mode: 0644]
branches/sage/mon2/msg/Dispatcher.h [new file with mode: 0644]
branches/sage/mon2/msg/FakeMessenger.cc [new file with mode: 0644]
branches/sage/mon2/msg/FakeMessenger.h [new file with mode: 0644]
branches/sage/mon2/msg/HostMonitor.cc [new file with mode: 0644]
branches/sage/mon2/msg/HostMonitor.h [new file with mode: 0644]
branches/sage/mon2/msg/Message.cc [new file with mode: 0644]
branches/sage/mon2/msg/Message.h [new file with mode: 0644]
branches/sage/mon2/msg/Messenger.cc [new file with mode: 0644]
branches/sage/mon2/msg/Messenger.h [new file with mode: 0644]
branches/sage/mon2/msg/RWLock.h [new file with mode: 0644]
branches/sage/mon2/msg/SerialMessenger.h [new file with mode: 0644]
branches/sage/mon2/msg/SimpleMessenger.cc [new file with mode: 0644]
branches/sage/mon2/msg/SimpleMessenger.h [new file with mode: 0644]
branches/sage/mon2/msg/mpistarter.cc [new file with mode: 0644]
branches/sage/mon2/msg/msg_types.h [new file with mode: 0644]
branches/sage/mon2/msg/new_mpistarter.cc [new file with mode: 0644]
branches/sage/mon2/msg/tcp.cc [new file with mode: 0644]
branches/sage/mon2/msg/tcp.h [new file with mode: 0644]
branches/sage/mon2/newsyn.cc [new file with mode: 0644]
branches/sage/mon2/osbdb/OSBDB.cc [new file with mode: 0644]
branches/sage/mon2/osbdb/OSBDB.h [new file with mode: 0644]
branches/sage/mon2/osd/Ager.cc [new file with mode: 0644]
branches/sage/mon2/osd/Ager.h [new file with mode: 0644]
branches/sage/mon2/osd/BDBMap.h [new file with mode: 0644]
branches/sage/mon2/osd/Fake.h [new file with mode: 0644]
branches/sage/mon2/osd/FakeStore.cc [new file with mode: 0644]
branches/sage/mon2/osd/FakeStore.h [new file with mode: 0644]
branches/sage/mon2/osd/FakeStoreBDBCollections.h [new file with mode: 0644]
branches/sage/mon2/osd/OBFSStore.cc [new file with mode: 0644]
branches/sage/mon2/osd/OBFSStore.h [new file with mode: 0644]
branches/sage/mon2/osd/OSD.cc [new file with mode: 0644]
branches/sage/mon2/osd/OSD.h [new file with mode: 0644]
branches/sage/mon2/osd/OSDMap.h [new file with mode: 0644]
branches/sage/mon2/osd/ObjectStore.cc [new file with mode: 0644]
branches/sage/mon2/osd/ObjectStore.h [new file with mode: 0644]
branches/sage/mon2/osd/PG.cc [new file with mode: 0644]
branches/sage/mon2/osd/PG.h [new file with mode: 0644]
branches/sage/mon2/osd/osd_types.h [new file with mode: 0644]
branches/sage/mon2/osd/rush.cc [new file with mode: 0644]
branches/sage/mon2/osd/rush.h [new file with mode: 0644]
branches/sage/mon2/osd/tp.cc [new file with mode: 0644]
branches/sage/mon2/osdc/Blinker.h [new file with mode: 0644]
branches/sage/mon2/osdc/Filer.cc [new file with mode: 0644]
branches/sage/mon2/osdc/Filer.h [new file with mode: 0644]
branches/sage/mon2/osdc/Journaler.cc [new file with mode: 0644]
branches/sage/mon2/osdc/Journaler.h [new file with mode: 0644]
branches/sage/mon2/osdc/ObjectCacher.cc [new file with mode: 0644]
branches/sage/mon2/osdc/ObjectCacher.h [new file with mode: 0644]
branches/sage/mon2/osdc/Objecter.cc [new file with mode: 0644]
branches/sage/mon2/osdc/Objecter.h [new file with mode: 0644]
branches/sage/mon2/script/add_header.pl [new file with mode: 0755]
branches/sage/mon2/script/adjusttabs.pl [new file with mode: 0755]
branches/sage/mon2/script/check_cache_dumps.pl [new file with mode: 0755]
branches/sage/mon2/script/clean_osd_cow.sh [new file with mode: 0755]
branches/sage/mon2/script/clean_trace.pl [new file with mode: 0755]
branches/sage/mon2/script/comb.pl [new file with mode: 0755]
branches/sage/mon2/script/find_auth_pins.pl [new file with mode: 0755]
branches/sage/mon2/script/find_bufferleaks.pl [new file with mode: 0755]
branches/sage/mon2/script/find_lost_bdev_ops.pl [new file with mode: 0755]
branches/sage/mon2/script/find_lost_commit.pl [new file with mode: 0755]
branches/sage/mon2/script/find_lost_objecter.pl [new file with mode: 0755]
branches/sage/mon2/script/find_pathpins.pl [new file with mode: 0755]
branches/sage/mon2/script/find_requests.pl [new file with mode: 0755]
branches/sage/mon2/script/find_waiters.pl [new file with mode: 0755]
branches/sage/mon2/script/fix_modeline.pl [new file with mode: 0755]
branches/sage/mon2/script/grepblock [new file with mode: 0755]
branches/sage/mon2/script/merge_trace_rw.pl [new file with mode: 0644]
branches/sage/mon2/script/profonly.pl [new file with mode: 0755]
branches/sage/mon2/script/runset.pl [new file with mode: 0755]
branches/sage/mon2/script/sum.pl [new file with mode: 0755]
branches/sage/mon2/test/fakemds.cc [new file with mode: 0644]
branches/sage/mon2/test/gprof-helper.c [new file with mode: 0644]
branches/sage/mon2/test/makedirs.cc [new file with mode: 0644]
branches/sage/mon2/test/mpitest.cc [new file with mode: 0644]
branches/sage/mon2/test/mttest.cc [new file with mode: 0644]
branches/sage/mon2/test/rushconfig [new file with mode: 0644]
branches/sage/mon2/test/rushtest.cc [new file with mode: 0644]
branches/sage/mon2/test/rushtest.cc~ [new file with mode: 0644]
branches/sage/mon2/test/testbucket.cc [new file with mode: 0644]
branches/sage/mon2/test/testbuffers.cc [new file with mode: 0644]
branches/sage/mon2/test/testcrush.cc [new file with mode: 0644]
branches/sage/mon2/test/testfilepath.cc [new file with mode: 0644]
branches/sage/mon2/test/testmpi.cc [new file with mode: 0644]
branches/sage/mon2/test/testnewbuffers.cc [new file with mode: 0644]
branches/sage/mon2/test/testos.cc [new file with mode: 0644]
branches/sage/mon2/test/testosbdb.cc [new file with mode: 0644]
branches/sage/mon2/test/testtree.cc [new file with mode: 0644]
branches/sage/mon2/test/testxattr.cc [new file with mode: 0644]
branches/sage/mon2/valgrind.supp [new file with mode: 0644]