]> git.apps.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>
Fri, 15 Mar 2019 13:15:17 +0000 (16:15 +0300)
commit8907bd0809c35d7747049d23ca36d799f8a9ebbe
treefd25a14010c3c21c0cb00ba544759497bee0c8a8
parent8be272fe78457eda64aa43fc3ef158a5fe4ce7b4
os/bluestore: add new bitmap allocator

Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 631041a7b788eaaf010f1e39f58b5546ab5580fc)
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]