Simplified distributed block and file storage with strong consistency, like in Ceph
 
 
 
 
 
 
移至檔案
Vitaliy Filippov eabfe4faac Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
Makefile Add ringloop.h to dependencies 2020-03-03 17:23:33 +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 Implement basic primary-sync-stabilize 2020-02-25 20:10:21 +03:00
blockstore_flush.cpp Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
blockstore_flush.h Test & fix single-PG primary OSD 2020-02-26 19:05:29 +03:00
blockstore_impl.cpp Fix a small memory leak and BS_OP_SYNC mishandling, now fio does not hang during primary-osd test 2020-02-28 01:46:39 +03:00
blockstore_impl.h Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
blockstore_init.cpp Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
blockstore_init.h Extract alignments to options 2020-01-16 00:54:25 +03:00
blockstore_journal.cpp Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
blockstore_journal.h Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
blockstore_open.cpp Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
blockstore_read.cpp Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +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 Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
blockstore_write.cpp Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +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 Use writev in libfio_sec_osd 2020-03-02 21:17:21 +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 Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
osd.h Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +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 Implement basic primary-sync-stabilize 2020-02-25 20:10:21 +03:00
osd_peering.cpp Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
osd_peering_pg.cpp Test & fix single-PG primary OSD 2020-02-26 19:05:29 +03:00
osd_peering_pg.h Test & fix single-PG primary OSD 2020-02-26 19:05:29 +03:00
osd_primary.cpp Send all iovecs at once 2020-02-29 02:27:19 +03:00
osd_receive.cpp Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
osd_rmw.cpp Make basic primary-write work 2020-02-25 02:55:58 +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 Make basic primary-write work 2020-02-25 02:55:58 +03:00
osd_secondary.cpp Fix a small memory leak and BS_OP_SYNC mishandling, now fio does not hang during primary-osd test 2020-02-28 01:46:39 +03:00
osd_send.cpp Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
osd_test.cpp ...and make it work :) 2020-02-25 22:52:03 +03:00
ringloop.cpp Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
ringloop.h Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
rw_blocking.cpp Use writev in libfio_sec_osd 2020-03-02 21:17:21 +03:00
rw_blocking.h Use writev in libfio_sec_osd 2020-03-02 21:17:21 +03:00
stub_bench.cpp Add simple "stub bench" using sync I/O 2020-03-01 23:00:46 +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_pattern.h Make basic primary-write work 2020-02-25 02:55:58 +03:00
timerfd_interval.cpp Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
timerfd_interval.h Test SQ poll threads. Unstable and in fact slower :( 2020-03-03 17:23:39 +03:00
xor.h Stripe read reconstruction 2020-01-31 13:46:23 +03:00