]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
merged r1409:1471 from trunk/ceph into branches/sage/pgs (the rest)
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Wed, 4 Jul 2007 04:34:48 +0000 (04:34 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Wed, 4 Jul 2007 04:34:48 +0000 (04:34 +0000)
commita419ff600656aa240fc1cb2907de958c7bc6fc36
tree206b3e3f3837b5814b74d819de1a7676e2d6578d
parent4e4c5bcd538f8572e4c963d0e928557ecfbfd1d2
merged r1409:1471 from trunk/ceph into branches/sage/pgs (the rest)

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1473 29311d96-e01e-0410-9327-a35deaab8ce9
42 files changed:
branches/sage/pgs/Makefile
branches/sage/pgs/TODO
branches/sage/pgs/client/Client.cc
branches/sage/pgs/client/Client.h
branches/sage/pgs/cmonctl.cc
branches/sage/pgs/config.cc
branches/sage/pgs/config.h
branches/sage/pgs/cosd.cc
branches/sage/pgs/doc/Commitdir.txt
branches/sage/pgs/doc/caching.txt
branches/sage/pgs/ebofs/BlockDevice.cc
branches/sage/pgs/ebofs/Ebofs.cc
branches/sage/pgs/ebofs/Ebofs.h
branches/sage/pgs/ebofs/FileJournal.cc
branches/sage/pgs/ebofs/FileJournal.h
branches/sage/pgs/ebofs/Journal.h
branches/sage/pgs/ebofs/test.ebofs.cc
branches/sage/pgs/ebofs/types.h
branches/sage/pgs/include/Context.h
branches/sage/pgs/include/buffer.h
branches/sage/pgs/mds/MDS.cc
branches/sage/pgs/mds/MDSMap.h
branches/sage/pgs/messages/MClientMount.h
branches/sage/pgs/messages/MClientUnmount.h
branches/sage/pgs/messages/MMDSBeacon.h
branches/sage/pgs/messages/MMonCommand.h
branches/sage/pgs/messages/MMonElection.h [new file with mode: 0644]
branches/sage/pgs/messages/MMonElectionAck.h [deleted file]
branches/sage/pgs/messages/MMonElectionPropose.h [deleted file]
branches/sage/pgs/messages/MMonElectionVictory.h [deleted file]
branches/sage/pgs/messages/MMonPaxos.h
branches/sage/pgs/messages/MOSDBoot.h
branches/sage/pgs/messages/MOSDFailure.h
branches/sage/pgs/messages/MOSDGetMap.h
branches/sage/pgs/msg/FakeMessenger.cc
branches/sage/pgs/msg/Message.cc
branches/sage/pgs/msg/Message.h
branches/sage/pgs/osd/OSD.cc
branches/sage/pgs/osd/OSDMap.h
branches/sage/pgs/osd/ObjectStore.h
branches/sage/pgs/osd/PG.cc
branches/sage/pgs/osdc/Objecter.cc