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 f9fbea25a4 Remove double write when old and new locations are in the same metadata block
Also add another metadata entry fool-safety check which, ideally, will never fire %)
1 week ago
..
mock Implement online config update 3 months ago
nfs Simplified NFS proxy based on own NFS/XDR implementation 1 year ago
CMakeLists.txt Release 0.9.0 3 weeks ago
addr_util.cpp Use the larger sockaddr_storage structure 1 year ago
addr_util.h Use the larger sockaddr_storage structure 1 year ago
allocator.cpp Use (uint64_t)1 instead of 1l / 1ul 1 year ago
allocator.h Add "external" bitmap support to osd_rmw 2 years ago
blockstore.cpp Implement online config update 3 months ago
blockstore.h Fix compile errors with gcc 10 3 weeks ago
blockstore_disk.cpp Fix vitastor-disk prepare bugs 10 months ago
blockstore_disk.h vitastor-disk prepare: implement first form of the command 10 months ago
blockstore_flush.cpp Remove double write when old and new locations are in the same metadata block 1 week ago
blockstore_flush.h Shard clean_db by PGs to speedup listings 1 year ago
blockstore_impl.cpp Add min/max stripe and limit to OP_LIST 3 weeks ago
blockstore_impl.h Wait for free space again, but count on big_write flushes instead of just flusher activity 1 month ago
blockstore_init.cpp Oops. Fix metadata read after fixes :-) 6 months ago
blockstore_init.h Final fix for the lack of zeroing out of old metadata entries 6 months ago
blockstore_journal.cpp Explicitly print errors about -EAGAIN in io_uring 6 months ago
blockstore_journal.h Prioritize EC (non-instantly-stable) operations under journal pressure 5 months ago
blockstore_open.cpp Implement online config update 3 months ago
blockstore_read.cpp Fix an idiotic bug leading to failed reads with -ERANGE with EC :D 1 week ago
blockstore_rollback.cpp Slightly improve some debug prints 2 weeks ago
blockstore_stable.cpp Remove unused capture 3 weeks ago
blockstore_sync.cpp Selectively sync nonsynced objects on STABILIZE/ROLLBACK (fix for github issue #51) 2 months ago
blockstore_write.cpp Sync unsynced deletes before overwriting them with a lower version 3 weeks ago
cli.cpp Add scrub documentation 3 weeks ago
cli.h Implement vitastor-cli fix 3 weeks ago
cli_alloc_osd.cpp Rename base64.{cpp.h} to str_util 10 months ago
cli_common.cpp Implement safety check for OSD removal, translate all '-' to '_' in cli options 6 months ago
cli_create.cpp Implement safety check for OSD removal, translate all '-' to '_' in cli options 6 months ago
cli_describe.cpp Fix compile errors with gcc 10 3 weeks ago
cli_df.cpp Fix incorrect EC free space statistics in vitastor-cli df output 5 months ago
cli_fix.cpp Implement vitastor-cli fix 3 weeks ago
cli_fix.h Fix compile errors with gcc 10 3 weeks ago
cli_flatten.cpp Implement safety check for OSD removal, translate all '-' to '_' in cli options 6 months ago
cli_ls.cpp Rename base64.{cpp.h} to str_util 10 months ago
cli_merge.cpp Implement bdrv_co_block_status for snapshot export support 5 months ago
cli_modify.cpp Implement safety check for OSD removal, translate all '-' to '_' in cli options 6 months ago
cli_rm.cpp Implement safety check for OSD removal, translate all '-' to '_' in cli options 6 months ago
cli_rm_data.cpp Initialize msgr lazily in client to speedup vitastor-cli with RDMA enabled 4 months ago
cli_rm_osd.cpp Store next scrub timestamp instead of last scrub timestamp 3 weeks ago
cli_status.cpp Add no_scrub flag 3 weeks ago
cluster_client.cpp Add "vitastor-cli describe" command 3 weeks ago
cluster_client.h Add "vitastor-cli describe" command 3 weeks ago
cluster_client_list.cpp Initialize messenger in cluster_client listings 2 months 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
disk_simple_offsets.cpp Rename base64.{cpp.h} to str_util 10 months ago
disk_tool.cpp Fix vitastor-disk purge (now it works) 6 months ago
disk_tool.h Fix vitastor-disk purge (now it works) 6 months ago
disk_tool_journal.cpp Fix typo (did not affect execution though) 3 months ago
disk_tool_meta.cpp Fix possible bad realloc in disk_tool_meta for non-standard metadata block sizes 3 months ago
disk_tool_prepare.cpp Clear journal_device and meta_device before initialising the next OSD in automatic mode 4 weeks ago
disk_tool_resize.cpp Add documentation for the new "vitastor-disk" tool 10 months ago
disk_tool_udev.cpp Suppress warnings in vitastor-disk purge correctly 6 months ago
disk_tool_upgrade.cpp Fix vitastor-disk purge (now it works) 6 months ago
disk_tool_utils.cpp Implement vitastor-cli fix 3 weeks ago
epoll_manager.cpp Ignore ENOENT in epoll_ctl 1 month ago
epoll_manager.h Handle get_sqe failures, don't die with "will fall out of sync" in epoll_manager 1 year ago
etcd_state_client.cpp Store next scrub timestamp instead of last scrub timestamp 3 weeks ago
etcd_state_client.h Store next scrub timestamp instead of last scrub timestamp 3 weeks ago
fio_cluster.cpp Fix void* arithmetic again 11 months 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 Fix compatibility with fio 3.28+ 1 year ago
fio_sec_osd.cpp Use the larger sockaddr_storage structure 1 year ago
http_client.cpp vitastor-disk prepare: implement first form of the command 10 months ago
http_client.h Move simple-offsets into vitastor-disk, too 11 months ago
malloc_or_die.h Move C/C++ sources to src subdirectory 2 years ago
messenger.cpp Close client FDs only when destroying the client, after handling all async reads/writes 2 weeks ago
messenger.h Close client FDs only when destroying the client, after handling all async reads/writes 2 weeks 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 Allow to send more than 1 operation at a time 3 months ago
msgr_rdma.h Allow to send more than 1 operation at a time 3 months ago
msgr_receive.cpp Implement "describe object(s)" operation 3 weeks ago
msgr_send.cpp Implement "describe object(s)" operation 3 weeks ago
msgr_stop.cpp Close client FDs only when destroying the client, after handling all async reads/writes 2 weeks ago
nbd_proxy.cpp Improve vitastor-nbd documentation 3 weeks ago
nfs_conn.cpp Allow to configure block_size, bitmap_granularity and immediate_commit per-pool 10 months ago
nfs_portmap.cpp Rename base64.{cpp.h} to str_util 10 months ago
nfs_portmap.h Simplified NFS proxy based on own NFS/XDR implementation 1 year ago
nfs_proxy.cpp Rename base64.{cpp.h} to str_util 10 months ago
nfs_proxy.h Simplified NFS proxy based on own NFS/XDR implementation 1 year ago
object_id.h Selectively sync nonsynced objects on STABILIZE/ROLLBACK (fix for github issue #51) 2 months ago
osd.cpp Allow to disable scrub_find_best 3 weeks ago
osd.h Allow to disable scrub_find_best 3 weeks ago
osd_cluster.cpp Store next scrub timestamp instead of last scrub timestamp 3 weeks ago
osd_flush.cpp Slightly improve some debug prints 2 weeks ago
osd_id.h Add a new recovery_pg_switch setting to mix all PGs during recovery 5 months ago
osd_main.cpp Use json11 instead of blockstore_config_t 2 years ago
osd_ops.cpp Implement "describe object(s)" operation 3 weeks ago
osd_ops.h Implement "describe object(s)" operation 3 weeks ago
osd_peering.cpp Schedule automatic scrubs correctly (not just after previous scrub) 3 weeks ago
osd_peering_pg.cpp Slightly improve some debug prints 2 weeks ago
osd_peering_pg.h Implement "describe object(s)" operation 3 weeks ago
osd_peering_pg_test.cpp Move tests to "make test" 4 months ago
osd_primary.cpp Allow scrub to fix corrupted object states 3 weeks ago
osd_primary.h Implement scrubbing "data path" - OSD_OP_SCRUB 3 weeks ago
osd_primary_chain.cpp Implement ambiguity detection during scrub 3 weeks ago
osd_primary_describe.cpp Implement "describe object(s)" operation 3 weeks ago
osd_primary_subops.cpp Slightly improve some debug prints 2 weeks ago
osd_primary_sync.cpp Fix "opcode=5 retval=-2" errors sometimes possible with EC 2 months ago
osd_primary_write.cpp Implement ambiguity detection during scrub 3 weeks ago
osd_rmw.cpp Fix brute-force error locator for EC n+k with k > 2 3 weeks ago
osd_rmw.h Allow scrub to fix corrupted object states 3 weeks ago
osd_rmw_test.cpp Fix brute-force error locator for EC n+k with k > 2 3 weeks ago
osd_scrub.cpp Allow to disable scrub_find_best 3 weeks ago
osd_secondary.cpp Add min/max stripe and limit to OP_LIST 3 weeks ago
osd_test.cpp Add missing close() in test stubs 3 months ago
pg_states.cpp Implement ambiguity detection during scrub 3 weeks ago
pg_states.h Implement ambiguity detection during scrub 3 weeks ago
qemu_driver.c Add a FIXME about QEMU driver thread safety 4 weeks ago
ringloop.cpp Add set_immediate to ringloop and use it for bs/osd ops to prevent reenterability issues 4 months ago
ringloop.h Add set_immediate to ringloop and use it for bs/osd ops to prevent reenterability issues 4 months ago
rw_blocking.cpp Fix read/write return type in rw_blocking 3 months ago
rw_blocking.h Support zero-copy send in fio_sec_osd to allow testing it 1 year ago
sha256.c Simplified NFS proxy based on own NFS/XDR implementation 1 year ago
sha256.h Simplified NFS proxy based on own NFS/XDR implementation 1 year ago
str_util.cpp Implement vitastor-cli fix 3 weeks ago
str_util.h Implement vitastor-cli fix 3 weeks ago
stub_bench.cpp Add missing close() in test stubs 3 months ago
stub_osd.cpp Use the larger sockaddr_storage structure 1 year ago
stub_uring_osd.cpp Extract bind socket code into a utility function 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 Fix cluster_client test after last reenterability fixes 4 months ago
test_crc32.cpp Add crc32c test utility 7 months ago
test_pattern.h Fix build under clang and some warnings 1 year ago
test_shit.cpp Use (uint64_t)1 instead of 1l / 1ul 1 year 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.9.0 3 weeks ago
vitastor_c.cpp Implement bdrv_co_block_status for snapshot export support 5 months ago
vitastor_c.h Implement bdrv_co_block_status for snapshot export support 5 months ago
xor.h Move C/C++ sources to src subdirectory 2 years ago