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.
vitastor/src
Vitaliy Filippov 3f33095fd7 Do not try to initialize client in simple-offsets 2 years ago
..
mock Fix minor bugs in snapshot removal, check it in tests 2 years ago
CMakeLists.txt Release 0.6.10 2 years 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 2 years ago
blockstore.h Autosync based on number of unstable ops to prevent journal stalls 2 years ago
blockstore_flush.cpp Print object version on fatal overwrite 2 years ago
blockstore_flush.h Print journal flusher diagnostics on slow ops 2 years ago
blockstore_impl.cpp Print journal flusher diagnostics on slow ops 2 years ago
blockstore_impl.h Allow to run with 4k sector size. Natural, but it was forbidden 2 years ago
blockstore_init.cpp Add metadata superblock and check it on start 2 years ago
blockstore_init.h Add metadata superblock and check it on start 2 years ago
blockstore_journal.cpp Print journal flusher diagnostics on slow ops 2 years ago
blockstore_journal.h Print journal flusher diagnostics on slow ops 2 years ago
blockstore_open.cpp Allow to run with 4k sector size. Natural, but it was forbidden 2 years ago
blockstore_read.cpp Add simplified interface to read blockstore bitmaps synchronously 2 years ago
blockstore_rollback.cpp Use clean_entry_bitmap_size instead of entry_attr_size back because of changed bitmap handling 2 years ago
blockstore_stable.cpp Do not increment inode statistics if the object already exists 2 years ago
blockstore_sync.cpp Fix a possible crash during SYNC when journal fsyncs are enabled 2 years ago
blockstore_write.cpp fix BLOCKSTORE_DEBUG, error: ‘dirty_it’ was not declared in this scope 2 years ago
cli.cpp Do not try to initialize client in simple-offsets 2 years ago
cli.h Implement vitastor-cli df command 2 years ago
cli_alloc_osd.cpp Fix capture of out in alloc_osd 2 years ago
cli_create.cpp Do not crash in simple-offsets when some options are empty, too 2 years ago
cli_df.cpp Implement vitastor-cli df command 2 years ago
cli_flatten.cpp Rename commands and add CLI help 2 years ago
cli_ls.cpp Implement vitastor-cli df command 2 years ago
cli_merge.cpp Ignore "readonly" flag when merging snapshots 2 years ago
cli_modify.cpp Now fix resize command :D 2 years ago
cli_rm.cpp Implement CLI set (resize, change readonly status) command 2 years ago
cli_simple_offsets.cpp Rewrite simple-offsets.js in C/C++ 2 years ago
cli_snap_rm.cpp Fix index removal in vitastor-cli rm 2 years ago
cluster_client.cpp Fix client failover in case of etcd shutdown or crash 2 years 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 Move C/C++ sources to src subdirectory 2 years 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 client failover in case of etcd shutdown or crash 2 years ago
etcd_state_client.h Fix client failover in case of etcd shutdown or crash 2 years ago
fio_cluster.cpp Add CAS version parameter to the C wrapper 2 years ago
fio_engine.cpp Implement journaled write throttling for the SSD+HDD case 2 years ago
fio_headers.h Move C/C++ sources to src subdirectory 2 years ago
fio_sec_osd.cpp Move C/C++ sources to src subdirectory 2 years ago
http_client.cpp Fix client failover in case of etcd shutdown or crash 2 years ago
http_client.h Implement OSD address selection from a specified subnet 2 years ago
malloc_or_die.h Move C/C++ sources to src subdirectory 2 years ago
messenger.cpp Change default RDMA settings to 128x 129K buffers 2 years ago
messenger.h Change default RDMA settings to 128x 129K buffers 2 years ago
msgr_op.cpp Extract some definitions to msgr_op.{cpp,h} 2 years ago
msgr_op.h Log to stderr instead of stdout in client 2 years ago
msgr_rdma.cpp Fix naggy "Failed to get RDMA device list: Unknown error -38" 2 years ago
msgr_rdma.h Remove naggy RDMA messages when log level is zero 2 years ago
msgr_receive.cpp Log to stderr instead of stdout in client 2 years ago
msgr_send.cpp Log to stderr instead of stdout in client 2 years ago
msgr_stop.cpp Fix minor bugs in snapshot removal, check it in tests 2 years ago
nbd_proxy.cpp Fix vitastor-nbd list, add ls alias 2 years ago
object_id.h Actual snapshot support (untested) 2 years ago
osd.cpp Do not crash on empty matched_addrs 2 years ago
osd.h Use 5s etcd_report_interval by default 2 years ago
osd_cluster.cpp Make OSDs stick to the last successful etcd address 2 years 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 2 years ago
osd_peering_pg.cpp Report pg/history from OSD on every degraded activation 2 years 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 Return real version on CAS failure 2 years ago
osd_primary.h Implement chained (optimized) read in the primary OSD code 2 years ago
osd_primary_chain.cpp Implement CAS writes 2 years ago
osd_primary_subops.cpp Autosync based on number of unstable ops to prevent journal stalls 2 years ago
osd_primary_sync.cpp Rename osd_t::c_cli to msgr 2 years ago
osd_primary_write.cpp Autosync based on number of unstable ops to prevent journal stalls 2 years ago
osd_rmw.cpp Implement chained (optimized) read in the primary OSD code 2 years ago
osd_rmw.h Allocate bitmaps along with stripes to avoid memory fragmentation 2 years ago
osd_rmw_test.cpp Allocate bitmaps along with stripes to avoid memory fragmentation 2 years ago
osd_secondary.cpp Negotiate max_msg instead of max_sge, make buffer settings more conservative :-) 2 years ago
osd_test.cpp Move C/C++ sources to src subdirectory 2 years ago
pg_states.cpp Report pg/history from OSD on every degraded activation 2 years ago
pg_states.h Report pg/history from OSD on every degraded activation 2 years ago
qemu_driver.c Use logical block size = 512 bytes by default 2 years 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 test rw_blocking 2 years ago
rw_blocking.h Move C/C++ sources to src subdirectory 2 years ago
stub_bench.cpp Move C/C++ sources to src subdirectory 2 years ago
stub_osd.cpp Fix test rw_blocking 2 years ago
stub_uring_osd.cpp Fix stub_uring_osd 2 years 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 Move C/C++ sources to src subdirectory 2 years ago
test_shit.cpp Move C/C++ sources to src subdirectory 2 years ago
timerfd_manager.cpp Add microsecond accuracy to set_timer 2 years ago
timerfd_manager.h Add microsecond accuracy to set_timer 2 years ago
vitastor.pc.in Release 0.6.10 2 years ago
vitastor_c.cpp Remove "bool" from the C header 2 years ago
vitastor_c.h Remove "bool" from the C header 2 years ago
xor.h Move C/C++ sources to src subdirectory 2 years ago