vitastor/src
Vitaliy Filippov acf637950c Implement layer merge
A new command merges multiple snapshot/clone layers into one of them,
so merged layers can be deleted after this procedure
2021-07-31 00:23:30 +03:00
..
mock Make OSD and client read common configuration from /etc/vitastor/vitastor.conf 2021-04-30 01:11:27 +03:00
CMakeLists.txt Implement layer merge 2021-07-31 00:23:30 +03:00
allocator.cpp Add "external" bitmap support to osd_rmw 2021-04-10 17:44:12 +03:00
allocator.h Add "external" bitmap support to osd_rmw 2021-04-10 17:44:12 +03:00
base64.cpp Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
base64.h Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
blockstore.cpp Print journal flusher diagnostics on slow ops 2021-07-17 16:13:41 +03:00
blockstore.h Print journal flusher diagnostics on slow ops 2021-07-17 16:13:41 +03:00
blockstore_flush.cpp Make diagnostics slightly better 2021-07-18 01:24:38 +03:00
blockstore_flush.h Print journal flusher diagnostics on slow ops 2021-07-17 16:13:41 +03:00
blockstore_impl.cpp Print journal flusher diagnostics on slow ops 2021-07-17 16:13:41 +03:00
blockstore_impl.h Print journal flusher diagnostics on slow ops 2021-07-17 16:13:41 +03:00
blockstore_init.cpp Add metadata superblock and check it on start 2021-04-10 22:26:17 +03:00
blockstore_init.h Add metadata superblock and check it on start 2021-04-10 22:26:17 +03:00
blockstore_journal.cpp Print journal flusher diagnostics on slow ops 2021-07-17 16:13:41 +03:00
blockstore_journal.h Print journal flusher diagnostics on slow ops 2021-07-17 16:13:41 +03:00
blockstore_open.cpp Add metadata superblock and check it on start 2021-04-10 22:26:17 +03:00
blockstore_read.cpp Add simplified interface to read blockstore bitmaps synchronously 2021-04-10 17:44:12 +03:00
blockstore_rollback.cpp Use clean_entry_bitmap_size instead of entry_attr_size back because of changed bitmap handling 2021-04-10 17:44:12 +03:00
blockstore_stable.cpp Do not increment inode statistics if the object already exists 2021-04-10 17:44:12 +03:00
blockstore_sync.cpp Fix a possible crash during SYNC when journal fsyncs are enabled 2021-04-15 02:01:50 +03:00
blockstore_write.cpp fix BLOCKSTORE_DEBUG, error: ‘dirty_it’ was not declared in this scope 2021-07-18 00:46:05 +08:00
cluster_client.cpp Implement layer merge 2021-07-31 00:23:30 +03:00
cluster_client.h Implement layer merge 2021-07-31 00:23:30 +03:00
cluster_client_list.cpp Implement layer merge 2021-07-31 00:23:30 +03:00
cmd.cpp Implement layer merge 2021-07-31 00:23:30 +03:00
crc32c.c Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
crc32c.h Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
dump_journal.cpp Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
epoll_manager.cpp Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
epoll_manager.h Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
etcd_state_client.cpp Log to stderr in etcd_state_client, too 2021-05-16 01:09:25 +03:00
etcd_state_client.h Use json11 instead of blockstore_config_t 2021-04-30 00:52:46 +03:00
fio_cluster.cpp Add CAS version parameter to the C wrapper 2021-06-19 01:00:52 +03:00
fio_engine.cpp Implement journaled write throttling for the SSD+HDD case 2021-04-10 17:44:12 +03:00
fio_headers.h Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
fio_sec_osd.cpp Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
http_client.cpp Allow to specify etcd URLs for OSDs with http://, do not die with a strange error if -etcd option is missing for fio 2021-03-16 12:48:26 +03:00
http_client.h Allow to specify etcd URLs for OSDs with http://, do not die with a strange error if -etcd option is missing for fio 2021-03-16 12:48:26 +03:00
malloc_or_die.h Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
messenger.cpp Implement CAS writes 2021-06-15 00:12:35 +03:00
messenger.h Make OSD and client read common configuration from /etc/vitastor/vitastor.conf 2021-04-30 01:11:27 +03:00
msgr_op.cpp Extract some definitions to msgr_op.{cpp,h} 2021-04-03 14:36:04 +03:00
msgr_op.h Log to stderr instead of stdout in client 2021-05-15 19:22:24 +03:00
msgr_rdma.cpp Log to stderr instead of stdout in client 2021-05-15 19:22:24 +03:00
msgr_rdma.h Negotiate max_msg instead of max_sge, make buffer settings more conservative :-) 2021-04-29 11:10:35 +03:00
msgr_receive.cpp Log to stderr instead of stdout in client 2021-05-15 19:22:24 +03:00
msgr_send.cpp Log to stderr instead of stdout in client 2021-05-15 19:22:24 +03:00
msgr_stop.cpp Log to stderr instead of stdout in client 2021-05-15 19:22:24 +03:00
nbd_proxy.cpp Daemonize NBD_DO_IT process, correctly cleanup unmounted NBD clients 2021-05-16 01:09:25 +03:00
object_id.h Actual snapshot support (untested) 2021-04-10 17:44:12 +03:00
osd.cpp Print journal flusher diagnostics on slow ops 2021-07-17 16:13:41 +03:00
osd.h Use json11 instead of blockstore_config_t 2021-04-30 00:52:46 +03:00
osd_cluster.cpp Use json11 instead of blockstore_config_t 2021-04-30 00:52:46 +03:00
osd_flush.cpp Rename osd_t::c_cli to msgr 2021-04-17 16:32:09 +03:00
osd_id.h Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
osd_main.cpp Use json11 instead of blockstore_config_t 2021-04-30 00:52:46 +03:00
osd_ops.cpp Add "read bitmaps" operation to secondary OSD protocol 2021-04-10 17:44:12 +03:00
osd_ops.h Implement CAS writes 2021-06-15 00:12:35 +03:00
osd_peering.cpp Rename osd_t::c_cli to msgr 2021-04-17 16:32:09 +03:00
osd_peering_pg.cpp Do not crash on PG re-peering events when operations are in progress 2021-04-07 11:06:31 +03:00
osd_peering_pg.h Delete objects only after a SYNC during rebalance in the non-immediate_commit mode 2021-03-16 12:48:26 +03:00
osd_peering_pg_test.cpp Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
osd_primary.cpp Implement layer merge 2021-07-31 00:23:30 +03:00
osd_primary.h Implement chained (optimized) read in the primary OSD code 2021-04-10 17:44:12 +03:00
osd_primary_chain.cpp Implement CAS writes 2021-06-15 00:12:35 +03:00
osd_primary_subops.cpp Rename osd_t::c_cli to msgr 2021-04-17 16:32:09 +03:00
osd_primary_sync.cpp Rename osd_t::c_cli to msgr 2021-04-17 16:32:09 +03:00
osd_primary_write.cpp Implement CAS writes 2021-06-15 00:12:35 +03:00
osd_rmw.cpp Implement chained (optimized) read in the primary OSD code 2021-04-10 17:44:12 +03:00
osd_rmw.h Allocate bitmaps along with stripes to avoid memory fragmentation 2021-04-10 17:44:12 +03:00
osd_rmw_test.cpp Allocate bitmaps along with stripes to avoid memory fragmentation 2021-04-10 17:44:12 +03:00
osd_secondary.cpp Negotiate max_msg instead of max_sge, make buffer settings more conservative :-) 2021-04-29 11:10:35 +03:00
osd_test.cpp Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
pg_states.cpp Do not crash on PG re-peering events when operations are in progress 2021-04-07 11:06:31 +03:00
pg_states.h Do not crash on PG re-peering events when operations are in progress 2021-04-07 11:06:31 +03:00
qemu_driver.c Rename qemu_rbd_unescape and qemu_rbd_next_tok to *_vitastor_* 2021-07-03 23:14:44 +03:00
ringloop.cpp Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
ringloop.h Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
rw_blocking.cpp Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
rw_blocking.h Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
stub_bench.cpp Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
stub_osd.cpp Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
stub_uring_osd.cpp Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
test_allocator.cpp Skip double allocs when reading journal 2021-04-03 00:53:28 +03:00
test_blockstore.cpp Implement journaled write throttling for the SSD+HDD case 2021-04-10 17:44:12 +03:00
test_cas.cpp Add a test for CAS write operation 2021-06-15 00:12:35 +03:00
test_cluster_client.cpp Watch inode metadata revisions 2021-04-10 17:44:12 +03:00
test_pattern.h Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
test_shit.cpp Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00
timerfd_manager.cpp Add microsecond accuracy to set_timer 2021-04-10 17:44:12 +03:00
timerfd_manager.h Add microsecond accuracy to set_timer 2021-04-10 17:44:12 +03:00
vitastor_c.cpp Add CAS version parameter to the C wrapper 2021-06-19 01:00:52 +03:00
vitastor_c.h Add CAS version parameter to the C wrapper 2021-06-19 01:00:52 +03:00
xor.h Move C/C++ sources to src subdirectory 2021-02-25 23:59:03 +03:00