Simplified distributed block storage with strong consistency, like in Ceph
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Vitaliy Filippov ef911555ed Add cpp-btree and json11 submodules 3 years ago
cpp-btree@5dc108754a Add cpp-btree and json11 submodules 3 years ago
json11@97f06cb20c Add cpp-btree and json11 submodules 3 years ago
mon Add a very simple tool for calculating device offsets 3 years ago
.gitmodules Add cpp-btree and json11 submodules 3 years ago
GPL-2.0.txt Add license texts 3 years ago
Make-gen.pl Auto-generate C++ header dependencies 3 years ago
Makefile Check for unsuccessful memory allocations 3 years ago
VNPL-1.0.txt Add license texts 3 years ago
allocator.cpp Fix linear overwrite, make metadata writes ordered, ignore older entries when recovering journal 4 years ago
allocator.h Fix metadata area size calculation, print free space, wait for free space 4 years ago
base64.cpp Fix PG loading - now it works, at least once 3 years ago
base64.h Add base64 implementation 3 years ago
blockstore.cpp Implement basic OSD status reporting to Consul 3 years ago
blockstore.h Implement min/max inode filters in LIST operation 3 years ago
blockstore_flush.cpp "Lock" retried objects from other flushers when accounting for overruns 3 years ago
blockstore_flush.h Fix BS_OP_DELETE (the implementation was untested up to this point) 3 years ago
blockstore_impl.cpp Check for unsuccessful memory allocations 3 years ago
blockstore_impl.h Check for unsuccessful memory allocations 3 years ago
blockstore_init.cpp Fix replicated pool bugs 3 years ago
blockstore_init.h Extract alignments to options 3 years ago
blockstore_journal.cpp Add option to disable multiple overwrites of the same journal sector 3 years ago
blockstore_journal.h Add option to disable multiple overwrites of the same journal sector 3 years ago
blockstore_open.cpp Add option to disable multiple overwrites of the same journal sector 3 years ago
blockstore_read.cpp Make blockstore object state a combination of type and workflow 3 years ago
blockstore_rollback.cpp Change object format in prints to %lx:%lx v%lu 3 years ago
blockstore_stable.cpp Change object format in prints to %lx:%lx v%lu 3 years ago
blockstore_sync.cpp Change object format in prints to %lx:%lx v%lu 3 years ago
blockstore_write.cpp Allow to use lazy sync with replicated pools 3 years ago
cluster_client.cpp Add up_wait_retry_interval to config and fix it so it actually works 3 years ago
cluster_client.h Add up_wait_retry_interval to config and fix it so it actually works 3 years ago
crc32c.c Continue fio engine 4 years ago
crc32c.h Add optimized crc32c 4 years ago
dump_journal.cpp Fix replicated pool bugs 3 years ago
epoll_manager.cpp Only use EPOLLOUT while connecting 3 years ago
epoll_manager.h Only use EPOLLOUT while connecting 3 years ago
etcd_state_client.cpp Add pool support to OSD, part 1 3 years ago
etcd_state_client.h Add pool support to OSD, part 1 3 years ago
fio_cluster.cpp Fix replicated pool bugs 3 years ago
fio_engine.cpp Final name is Vitastor 3 years ago
fio_sec_osd.cpp Rename OSD_OP_SECONDARY_* to OSD_OP_SEC_* 3 years ago
http_client.cpp Fix QEMU driver bugs (QEMU and qemu-img now work! hooray!) 3 years ago
http_client.h Extract HTTP client functions from osd_t 3 years ago
lambda_size.cpp c++ lambda size test 4 years ago
malloc_or_die.h Check for unsuccessful memory allocations 3 years ago
messenger.cpp connecting=true was also forgotten 3 years ago
messenger.h Increase receive_buffer_size 3 years ago
msgr_receive.cpp Fix a GIANT memory leak on read :D 3 years ago
msgr_send.cpp Add WRITE_STABLE to the secondary OSD for the upcoming replication support 3 years ago
object_id.h Implement read-modify-write calculation and extract it into a separate file 3 years ago
osd.cpp Add WRITE_STABLE to the secondary OSD for the upcoming replication support 3 years ago
osd.h Allow to use lazy sync with replicated pools 3 years ago
osd_cluster.cpp Missed a bad PG key 3 years ago
osd_flush.cpp Check for unsuccessful memory allocations 3 years ago
osd_id.h Add pool support to OSD, part 1 3 years ago
osd_main.cpp Disable stdout/stderr buffering 3 years ago
osd_ops.cpp Add WRITE_STABLE to the secondary OSD for the upcoming replication support 3 years ago
osd_ops.h Implement min/max inode filters in LIST operation 3 years ago
osd_peering.cpp Fix replicated pool bugs 3 years ago
osd_peering_pg.cpp Fix replicated pool bugs 3 years ago
osd_peering_pg.h Add pool support to OSD, part 1 3 years ago
osd_peering_pg_test.cpp Check for unsuccessful memory allocations 3 years ago
osd_primary.cpp Allow to use lazy sync with replicated pools 3 years ago
osd_primary.h Allow to use lazy sync with replicated pools 3 years ago
osd_primary_subops.cpp Allow to use lazy sync with replicated pools 3 years ago
osd_rmw.cpp Check for unsuccessful memory allocations 3 years ago
osd_rmw.h Rename reconstruct_stripe and calc_rmw_parity to indicate that they are only for XOR N+1 3 years ago
osd_rmw_test.cpp Rename reconstruct_stripe and calc_rmw_parity to indicate that they are only for XOR N+1 3 years ago
osd_secondary.cpp Fix replicated pool bugs 3 years ago
osd_test.cpp Change object format in prints to %lx:%lx v%lu 3 years ago
pg_states.cpp Add replicated pool support to OSD logic 3 years ago
pg_states.h Add replicated pool support to OSD logic 3 years ago
qemu_driver.c Add pool setting to fio and qemu drivers 3 years ago
qemu_proxy.cpp Final name is Vitastor 3 years ago
qemu_proxy.h Add pool setting to fio and qemu drivers 3 years ago
ringloop.cpp Implement simple websocket client 3 years ago
ringloop.h Implement simple websocket client 3 years ago
rw_blocking.cpp Benchmark reads in stub_bench, too 3 years ago
rw_blocking.h Benchmark reads in stub_bench, too 3 years ago
stub_bench.cpp Rename OSD_OP_SECONDARY_* to OSD_OP_SEC_* 3 years ago
stub_osd.cpp Add WRITE_STABLE to the secondary OSD for the upcoming replication support 3 years ago
stub_uring_osd.cpp Add WRITE_STABLE to the secondary OSD for the upcoming replication support 3 years ago
test.cpp Hash-based PG distribution experiments 3 years ago
test_allocator.cpp Fix allocator bug 4 years ago
test_blockstore.cpp Make [un]register_consumer operate on pointers, rename get_loop_again() to has_work() 3 years ago
test_pattern.h Make basic primary-write work 3 years ago
timerfd_interval.cpp Make [un]register_consumer operate on pointers, rename get_loop_again() to has_work() 3 years ago
timerfd_interval.h Add simple timer manager 3 years ago
timerfd_manager.cpp Only use EPOLLOUT while connecting 3 years ago
timerfd_manager.h Only use EPOLLOUT while connecting 3 years ago
xor.h Stripe read reconstruction 3 years ago