Simplified distributed block storage with strong consistency, like in Ceph
 
 
 
 
 
 
Go to file
Vitaliy Filippov e88ad3f2ff Implement object list operation in blockstore 2019-12-19 20:50:20 +03:00
Makefile Add FIO engine for testing Blockstore through the Secondary OSD interface 2019-12-16 14:03:36 +03:00
allocator.cpp Fix linear overwrite, make metadata writes ordered, ignore older entries when recovering journal 2019-11-28 22:36:38 +03:00
allocator.h Fix metadata area size calculation, print free space, wait for free space 2019-11-28 20:23:27 +03:00
blockstore.cpp Split blockstore implementation and interface header 2019-12-15 14:57:18 +03:00
blockstore.h Implement object list operation in blockstore 2019-12-19 20:50:20 +03:00
blockstore_flush.cpp Fix submission ring overflow & ring_data_t reuse conflicts 2019-12-17 11:26:17 +03:00
blockstore_flush.h Split blockstore implementation and interface header 2019-12-15 14:57:18 +03:00
blockstore_impl.cpp Implement object list operation in blockstore 2019-12-19 20:50:20 +03:00
blockstore_impl.h Implement object list operation in blockstore 2019-12-19 20:50:20 +03:00
blockstore_init.cpp Split blockstore implementation and interface header 2019-12-15 14:57:18 +03:00
blockstore_init.h Split blockstore implementation and interface header 2019-12-15 14:57:18 +03:00
blockstore_journal.cpp Split blockstore implementation and interface header 2019-12-15 14:57:18 +03:00
blockstore_journal.h Split blockstore implementation and interface header 2019-12-15 14:57:18 +03:00
blockstore_open.cpp Split blockstore implementation and interface header 2019-12-15 14:57:18 +03:00
blockstore_read.cpp Split blockstore implementation and interface header 2019-12-15 14:57:18 +03:00
blockstore_stable.cpp Split blockstore implementation and interface header 2019-12-15 14:57:18 +03:00
blockstore_sync.cpp Split blockstore implementation and interface header 2019-12-15 14:57:18 +03:00
blockstore_write.cpp Allow to set write/delete version explicitly 2019-12-19 19:17:54 +03:00
crc32c.c Continue fio engine 2019-11-26 00:03:09 +03:00
crc32c.h Add optimized crc32c 2019-11-25 02:30:06 +03:00
fio_engine.cpp Rename OP_ to BS_OP_ 2019-12-19 13:56:26 +03:00
fio_sec_osd.cpp Add FIO engine for testing Blockstore through the Secondary OSD interface 2019-12-16 14:03:36 +03:00
lambda_size.cpp c++ lambda size test 2019-11-13 22:36:12 +03:00
object_id.h Implement object list operation in blockstore 2019-12-19 20:50:20 +03:00
osd.cpp Rename OP_ to BS_OP_ 2019-12-19 13:56:26 +03:00
osd.h Rename OP_ to BS_OP_ 2019-12-19 13:56:26 +03:00
osd_main.cpp Split blockstore implementation and interface header 2019-12-15 14:57:18 +03:00
osd_ops.h Extract object_id and obj_ver_id to separate header 2019-12-16 12:39:15 +03:00
ringloop.cpp Fix submission ring overflow & ring_data_t reuse conflicts 2019-12-17 11:26:17 +03:00
ringloop.h Fix submission ring overflow & ring_data_t reuse conflicts 2019-12-17 11:26:17 +03:00
test.cpp Fix "address already in use" in test example, begin client read loop 2019-12-13 14:05:15 +03:00
test_allocator.cpp Fix allocator bug 2019-11-27 01:12:25 +03:00
test_blockstore.cpp Rename OP_ to BS_OP_ 2019-12-19 13:56:26 +03:00
timerfd_interval.cpp fio engine starts now 2019-11-26 02:18:42 +03:00
timerfd_interval.h fio engine starts now 2019-11-26 02:18:42 +03:00
xor.h unoptimized crc32 and xor 2019-10-31 21:04:27 +03:00