Simplified distributed block storage with strong consistency, like in Ceph
 
 
 
 
 
 
Go to file
Vitaliy Filippov 09588a349f Transform primary_r/w into "coroutines" 2020-02-24 02:40:52 +03:00
Makefile Rename osd_exec_secondary to osd_secondary 2020-02-23 23:43:57 +03:00
allocator.cpp Fix linear overwrite, make metadata writes ordered, ignore older entries when recovering journal 2019-11-28 22:36:38 +03:00
allocator.h Fix metadata area size calculation, print free space, wait for free space 2019-11-28 20:23:27 +03:00
blockstore.cpp Return version number from reads 2020-02-12 12:30:50 +03:00
blockstore.h Move SYNC_STAB_ALL into blockstore implementation 2020-02-23 23:43:57 +03:00
blockstore_flush.cpp Implement blockstore rollback operation 2020-01-24 20:18:14 +03:00
blockstore_flush.h Implement blockstore rollback operation 2020-01-24 20:18:14 +03:00
blockstore_impl.cpp Move SYNC_STAB_ALL into blockstore implementation 2020-02-23 23:43:57 +03:00
blockstore_impl.h Implement read-modify-write calculation and extract it into a separate file 2020-02-23 02:11:43 +03:00
blockstore_init.cpp Wait for write completion before fsync in blockstore_init 2020-01-29 16:40:21 +03:00
blockstore_init.h Extract alignments to options 2020-01-16 00:54:25 +03:00
blockstore_journal.cpp Extract alignments to options 2020-01-16 00:54:25 +03:00
blockstore_journal.h Implement blockstore rollback operation 2020-01-24 20:18:14 +03:00
blockstore_open.cpp Make fsync flags separate for data, metadata and journal 2020-01-17 13:41:37 +03:00
blockstore_read.cpp Fix possible leak in blockstore_read 2020-02-21 19:38:43 +03:00
blockstore_rollback.cpp Implement blockstore rollback operation 2020-01-24 20:18:14 +03:00
blockstore_stable.cpp Implement blockstore rollback operation 2020-01-24 20:18:14 +03:00
blockstore_sync.cpp Move ack_sync() near sync_state = SYNC_DONE so it does not hang with disable_journal_fsync 2020-01-29 16:55:06 +03:00
blockstore_write.cpp Move SYNC_STAB_ALL into blockstore implementation 2020-02-23 23:43:57 +03:00
crc32c.c Continue fio engine 2019-11-26 00:03:09 +03:00
crc32c.h Add optimized crc32c 2019-11-25 02:30:06 +03:00
fio_engine.cpp Move SYNC_STAB_ALL into blockstore implementation 2020-02-23 23:43:57 +03:00
fio_sec_osd.cpp Move uint8_t[] buffers into any_op_t/any_reply_t 2020-02-23 23:21:17 +03:00
lambda_size.cpp c++ lambda size test 2019-11-13 22:36:12 +03:00
object_id.h Implement read-modify-write calculation and extract it into a separate file 2020-02-23 02:11:43 +03:00
osd.cpp Transform primary_r/w into "coroutines" 2020-02-24 02:40:52 +03:00
osd.h Transform primary_r/w into "coroutines" 2020-02-24 02:40:52 +03:00
osd_client.cpp Rename osd_op_t.op to req 2020-02-23 23:21:17 +03:00
osd_id.h Implement read-modify-write calculation and extract it into a separate file 2020-02-23 02:11:43 +03:00
osd_main.cpp Move uint8_t[] buffers into any_op_t/any_reply_t 2020-02-23 23:21:17 +03:00
osd_ops.h Move uint8_t[] buffers into any_op_t/any_reply_t 2020-02-23 23:21:17 +03:00
osd_peering.cpp Fix some memory freeing 2020-02-24 01:04:23 +03:00
osd_peering_pg.cpp Remove hardcode of the EC(2+1) scheme, now it supports EC(k+1), fix some bugs 2020-02-13 19:13:17 +03:00
osd_peering_pg.h Fix some memory freeing 2020-02-24 01:04:23 +03:00
osd_primary.cpp Transform primary_r/w into "coroutines" 2020-02-24 02:40:52 +03:00
osd_receive.cpp Fix some memory freeing 2020-02-24 01:04:23 +03:00
osd_rmw.cpp Rename osd_read_stripe_t to osd_rmw_stripe_t 2020-02-23 23:43:57 +03:00
osd_rmw.h Rename osd_read_stripe_t to osd_rmw_stripe_t 2020-02-23 23:43:57 +03:00
osd_rmw_test.cpp Rename osd_read_stripe_t to osd_rmw_stripe_t 2020-02-23 23:43:57 +03:00
osd_secondary.cpp Fix some memory freeing 2020-02-24 01:04:23 +03:00
osd_send.cpp Rename osd_op_t.op to req 2020-02-23 23:21:17 +03:00
ringloop.cpp Fix submission ring overflow & ring_data_t reuse conflicts 2019-12-17 11:26:17 +03:00
ringloop.h Fix submission ring overflow & ring_data_t reuse conflicts 2019-12-17 11:26:17 +03:00
rw_blocking.cpp Test and fix primary-read 2020-02-09 19:17:32 +03:00
rw_blocking.h Test and fix primary-read 2020-02-09 19:17:32 +03:00
stub_osd.cpp Move uint8_t[] buffers into any_op_t/any_reply_t 2020-02-23 23:21:17 +03:00
test.cpp Implement event-driven PG peering 2020-02-11 13:41:34 +03:00
test_allocator.cpp Fix allocator bug 2019-11-27 01:12:25 +03:00
test_blockstore.cpp Add sparse read to ./blockstore_test, link blockstore to libblockstore.so 2020-01-12 19:59:19 +03:00
test_osd.cpp Move uint8_t[] buffers into any_op_t/any_reply_t 2020-02-23 23:21:17 +03:00
timerfd_interval.cpp fio engine starts now 2019-11-26 02:18:42 +03:00
timerfd_interval.h fio engine starts now 2019-11-26 02:18:42 +03:00
xor.h Stripe read reconstruction 2020-01-31 13:46:23 +03:00