Simplified distributed block storage with strong consistency, like in Ceph
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
vitastor/src
Vitaliy Filippov 098e369a3b Fix rand initialization, add etcd connection/disconnection logging 1 year ago
..
mock Fix minor bugs in snapshot removal, check it in tests 2 years ago
CMakeLists.txt Release 0.6.11 1 year ago
addr_util.cpp Rework HTTP client to use keepalive, move getifaddr_list to addr_util 1 year ago
addr_util.h Rework HTTP client to use keepalive, move getifaddr_list to addr_util 1 year ago
allocator.cpp Add "external" bitmap support to osd_rmw 2 years ago
allocator.h Add "external" bitmap support to osd_rmw 2 years ago
base64.cpp Move C/C++ sources to src subdirectory 2 years ago
base64.h Move C/C++ sources to src subdirectory 2 years ago
blockstore.cpp Autosync based on number of unstable ops to prevent journal stalls 1 year ago
blockstore.h Autosync based on number of unstable ops to prevent journal stalls 1 year ago
blockstore_flush.cpp Fix build under clang and some warnings 1 year ago
blockstore_flush.h Print journal flusher diagnostics on slow ops 2 years ago
blockstore_impl.cpp Fix build under clang and some warnings 1 year ago
blockstore_impl.h Fix build under clang and some warnings 1 year ago
blockstore_init.cpp Fix build under clang and some warnings 1 year ago
blockstore_init.h Fix build under clang and some warnings 1 year ago
blockstore_journal.cpp Fix build under clang and some warnings 1 year ago
blockstore_journal.h Implement journal write batching and slightly refactor journal writes 1 year ago
blockstore_open.cpp Fix opening regular files as blockstore 1 year ago
blockstore_read.cpp Fix build under clang and some warnings 1 year ago
blockstore_rollback.cpp Implement journal write batching and slightly refactor journal writes 1 year ago
blockstore_stable.cpp Implement journal write batching and slightly refactor journal writes 1 year ago
blockstore_sync.cpp Implement journal write batching and slightly refactor journal writes 1 year ago
blockstore_write.cpp Fix build under clang and some warnings 1 year ago
cli.cpp Do not try to initialize client in simple-offsets 1 year ago
cli.h Implement vitastor-cli df command 1 year ago
cli_alloc_osd.cpp Fix capture of out in alloc_osd 1 year ago
cli_create.cpp Do not crash in simple-offsets when some options are empty, too 1 year ago
cli_df.cpp Implement vitastor-cli df command 1 year ago
cli_flatten.cpp #1 fix deps 1 year ago
cli_ls.cpp Implement vitastor-cli df command 1 year ago
cli_merge.cpp Fix build under clang and some warnings 1 year ago
cli_modify.cpp Now fix resize command :D 1 year ago
cli_rm.cpp Implement CLI set (resize, change readonly status) command 1 year ago
cli_simple_offsets.cpp #1 fix deps 1 year ago
cli_snap_rm.cpp Fix index removal in vitastor-cli rm 1 year ago
cluster_client.cpp Fix build under clang and some warnings 1 year ago
cluster_client.h Ignore "readonly" flag when merging snapshots 2 years ago
cluster_client_list.cpp Implement layer merge 2 years ago
crc32c.c Move C/C++ sources to src subdirectory 2 years ago
crc32c.h Move C/C++ sources to src subdirectory 2 years ago
dump_journal.cpp Fix build under clang and some warnings 1 year ago
epoll_manager.cpp Move C/C++ sources to src subdirectory 2 years ago
epoll_manager.h Move C/C++ sources to src subdirectory 2 years ago
etcd_state_client.cpp Fix rand initialization, add etcd connection/disconnection logging 1 year ago
etcd_state_client.h Fix rand initialization, add etcd connection/disconnection logging 1 year ago
fio_cluster.cpp Add CAS version parameter to the C wrapper 2 years ago
fio_engine.cpp Fix leaks detected by clang scan-build (only 1 of 4 may be important though) 1 year ago
fio_headers.h Move C/C++ sources to src subdirectory 2 years ago
fio_sec_osd.cpp Fix leaks detected by clang scan-build (only 1 of 4 may be important though) 1 year ago
http_client.cpp Remove two last end()s from http_client (should have been removed in the keepalive patch) 1 year ago
http_client.h Rework HTTP client to use keepalive, move getifaddr_list to addr_util 1 year ago
malloc_or_die.h Move C/C++ sources to src subdirectory 2 years ago
messenger.cpp Include sys/stat.h in messenger.cpp 1 year ago
messenger.h Support IPv6 OSD addresses 1 year ago
msgr_op.cpp Extract some definitions to msgr_op.{cpp,h} 2 years ago
msgr_op.h Fix build under clang and some warnings 1 year ago
msgr_rdma.cpp Fix rand initialization, add etcd connection/disconnection logging 1 year ago
msgr_rdma.h Remove naggy RDMA messages when log level is zero 1 year ago
msgr_receive.cpp Fix build under clang and some warnings 1 year ago
msgr_send.cpp Fix build under clang and some warnings 1 year ago
msgr_stop.cpp Fix minor bugs in snapshot removal, check it in tests 2 years ago
nbd_proxy.cpp Fix leaks detected by clang scan-build (only 1 of 4 may be important though) 1 year ago
object_id.h Actual snapshot support (untested) 2 years ago
osd.cpp Fix build under clang and some warnings 1 year ago
osd.h Fix build under clang and some warnings 1 year ago
osd_cluster.cpp Only die when detecting a real race condition, not just a CAS failure 1 year ago
osd_flush.cpp Rename osd_t::c_cli to msgr 2 years ago
osd_id.h Implement "inverse merge" optimisation 2 years ago
osd_main.cpp Use json11 instead of blockstore_config_t 2 years ago
osd_ops.cpp Add "read bitmaps" operation to secondary OSD protocol 2 years ago
osd_ops.h Implement CAS writes 2 years ago
osd_peering.cpp Fix OSDs marking PGs incomplete instead of trying to connect with peers 1 year ago
osd_peering_pg.cpp Report pg/history from OSD on every degraded activation 1 year ago
osd_peering_pg.h Delete objects only after a SYNC during rebalance in the non-immediate_commit mode 2 years ago
osd_peering_pg_test.cpp Move C/C++ sources to src subdirectory 2 years ago
osd_primary.cpp Fix build under clang and some warnings 1 year ago
osd_primary.h Implement chained (optimized) read in the primary OSD code 2 years ago
osd_primary_chain.cpp Fix leaks detected by clang scan-build (only 1 of 4 may be important though) 1 year ago
osd_primary_subops.cpp Autosync based on number of unstable ops to prevent journal stalls 1 year ago
osd_primary_sync.cpp Fix build under clang and some warnings 1 year ago
osd_primary_write.cpp Fix build under clang and some warnings 1 year ago
osd_rmw.cpp Fix build under clang and some warnings 1 year ago
osd_rmw.h Allocate bitmaps along with stripes to avoid memory fragmentation 2 years ago
osd_rmw_test.cpp Fix build under clang and some warnings 1 year ago
osd_secondary.cpp Fix build under clang and some warnings 1 year ago
osd_test.cpp Support IPv6 OSD addresses 1 year ago
pg_states.cpp Report pg/history from OSD on every degraded activation 1 year ago
pg_states.h Report pg/history from OSD on every degraded activation 1 year ago
qemu_driver.c Use logical block size = 512 bytes by default 1 year ago
ringloop.cpp Move C/C++ sources to src subdirectory 2 years ago
ringloop.h Move C/C++ sources to src subdirectory 2 years ago
rw_blocking.cpp Fix build under clang and some warnings 1 year ago
rw_blocking.h Support zero-copy send in fio_sec_osd to allow testing it 1 year ago
stub_bench.cpp Support IPv6 OSD addresses 1 year ago
stub_osd.cpp Fix leaks detected by clang scan-build (only 1 of 4 may be important though) 1 year ago
stub_uring_osd.cpp Send 4 byte bitmap in stub_uring_osd 1 year ago
test_allocator.cpp Skip double allocs when reading journal 2 years ago
test_blockstore.cpp Implement journaled write throttling for the SSD+HDD case 2 years ago
test_cas.cpp Add a test for CAS write operation 2 years ago
test_cluster_client.cpp Watch inode metadata revisions 2 years ago
test_pattern.h Fix build under clang and some warnings 1 year ago
test_shit.cpp Move C/C++ sources to src subdirectory 2 years ago
timerfd_manager.cpp Fix build under clang and some warnings 1 year ago
timerfd_manager.h Add microsecond accuracy to set_timer 2 years ago
vitastor.pc.in Release 0.6.11 1 year ago
vitastor_c.cpp Remove "bool" from the C header 1 year ago
vitastor_c.h Remove "bool" from the C header 1 year ago
xor.h Move C/C++ sources to src subdirectory 2 years ago