]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: bitmap allocator 9152/head
authorRamesh Chander <Ramesh.Chander@sandisk.com>
Tue, 10 May 2016 09:32:24 +0000 (02:32 -0700)
committerSage Weil <sage@redhat.com>
Mon, 16 May 2016 21:32:39 +0000 (17:32 -0400)
commit81acdd1a077c6ef9042e912a9fc7ff106f6a54c1
tree9bd6c22052e853a4798218a3a5f70b42f602e751
parentfa4133ec054d1ca5f2c33a0da9ce51730379a741
os/bluestore: bitmap allocator

Signed-off-by: Ramesh Chander <Ramesh.Chander@sandisk.com>
src/CMakeLists.txt
src/os/Makefile.am
src/os/bluestore/Allocator.cc
src/os/bluestore/BitAllocator.cc [new file with mode: 0644]
src/os/bluestore/BitAllocator.h [new file with mode: 0644]
src/os/bluestore/BitMapAllocator.cc [new file with mode: 0644]
src/os/bluestore/BitMapAllocator.h [new file with mode: 0644]
src/test/Makefile-server.am
src/test/objectstore/BitAllocator_test.cc [new file with mode: 0644]
src/test/objectstore/CMakeLists.txt