]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: add new bitmap allocator
authorIgor Fedotov <ifedotov@suse.com>
Thu, 3 May 2018 17:22:15 +0000 (20:22 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Tue, 12 Jun 2018 11:48:44 +0000 (14:48 +0300)
commit631041a7b788eaaf010f1e39f58b5546ab5580fc
tree03392e12abda7678a7aef9416e87f81d1528102a
parentdcd30610fb1c87711c9f43f7d3d6636888792345
os/bluestore: add new bitmap allocator

Signed-off-by: Igor Fedotov <ifedotov@suse.com>
src/os/CMakeLists.txt
src/os/bluestore/Allocator.cc
src/os/bluestore/BitmapFastAllocator.cc [new file with mode: 0755]
src/os/bluestore/BitmapFastAllocator.h [new file with mode: 0755]
src/os/bluestore/fastbmap_allocator_impl.cc [new file with mode: 0755]
src/os/bluestore/fastbmap_allocator_impl.h [new file with mode: 0755]
src/test/objectstore/Allocator_test.cc
src/test/objectstore/CMakeLists.txt
src/test/objectstore/fastbmap_allocator_test.cc [new file with mode: 0755]