]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
new buffer.h;
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Thu, 19 Oct 2006 17:45:03 +0000 (17:45 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Thu, 19 Oct 2006 17:45:03 +0000 (17:45 +0000)
commit2529afe4623158ac0af4aad11209dd9e22d38ba4
tree3028762b38d9178afea916f507e8898250b0d7ad
parent9cf37bb83303cb4e05a26f4b7c3f13750dc1c300
new buffer.h;
beginning of mds cleanup work

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@939 29311d96-e01e-0410-9327-a35deaab8ce9
61 files changed:
ceph/Makefile
ceph/cfuse.cc
ceph/client/Client.cc
ceph/client/Client.h
ceph/common/Cond.h
ceph/common/Mutex.h
ceph/common/Timer.cc
ceph/common/Timer.h
ceph/cosd.cc
ceph/crush/BinaryTree.h
ceph/crush/Bucket.h
ceph/crush/crush.h
ceph/ebofs/AlignedBufferPool.h [deleted file]
ceph/ebofs/BlockDevice.cc
ceph/ebofs/BlockDevice.h
ceph/ebofs/BufferCache.cc
ceph/ebofs/BufferCache.h
ceph/ebofs/Ebofs.cc
ceph/ebofs/Ebofs.h
ceph/ebofs/nodes.h
ceph/include/buffer.h
ceph/include/bufferlist.h [deleted file]
ceph/include/filepath.h
ceph/include/interval_set.h
ceph/include/oldbuffer.h [new file with mode: 0644]
ceph/include/oldbufferlist.h [new file with mode: 0644]
ceph/mds/Anchor.h
ceph/mds/CDentry.h
ceph/mds/CDir.h
ceph/mds/CInode.h
ceph/mds/Capability.h
ceph/mds/IdAllocator.h
ceph/mds/Lock.h
ceph/mds/LogEvent.h
ceph/mds/MDBalancer.cc
ceph/mds/MDCache.cc
ceph/mds/MDCache.h
ceph/mds/MDS.cc
ceph/mds/MDS.h
ceph/mds/MDStore.h
ceph/mds/Migrator.cc [new file with mode: 0644]
ceph/mds/Migrator.h [new file with mode: 0644]
ceph/messages/MHashDir.h
ceph/messages/MOSDOp.h
ceph/messages/MOSDOpReply.h
ceph/messages/MUnhashDirAck.h
ceph/mon/Elector.cc
ceph/msg/Message.h
ceph/msg/NewerMessenger.cc
ceph/msg/tcp.h
ceph/newsyn.cc
ceph/osd/Ager.cc
ceph/osd/Fake.h
ceph/osd/FakeStore.cc
ceph/osd/ObjectStore.cc
ceph/osd/ObjectStore.h
ceph/osd/PG.cc
ceph/osd/PG.h
ceph/osdc/Objecter.cc
ceph/osdc/Objecter.h
ceph/test/testnewbuffers.cc [new file with mode: 0644]