Simplified distributed block storage with strong consistency, like in Ceph
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.
 
 
 
 
 
 
Go to file
Vitaliy Filippov c0a22d825d Fix degraded object recovery (it seems to work now) 3 years ago
lp Solve it in integers 3 years ago
Makefile Hash-based PG distribution experiments 3 years ago
allocator.cpp Fix linear overwrite, make metadata writes ordered, ignore older entries when recovering journal 4 years ago
allocator.h Fix metadata area size calculation, print free space, wait for free space 4 years ago
blockstore.cpp Return version number from reads 3 years ago
blockstore.h Do not block reads by previous unfinished writes 3 years ago
blockstore_flush.cpp Add journal fsync to stabilize/rollback 3 years ago
blockstore_flush.h Add journal fsync to stabilize/rollback 3 years ago
blockstore_impl.cpp Make blockstore list operation return consistent snapshots 3 years ago
blockstore_impl.h Make blockstore list operation return consistent snapshots 3 years ago
blockstore_init.cpp Implement flushing (stabilize/rollback) of unstable entries on start of the PG 3 years ago
blockstore_init.h Extract alignments to options 3 years ago
blockstore_journal.cpp Fix possible journal corruption caused by concurrent flushing and writing of the same journal sector 3 years ago
blockstore_journal.h Implement flushing (stabilize/rollback) of unstable entries on start of the PG 3 years ago
blockstore_open.cpp Implement immediate commit mode 3 years ago
blockstore_read.cpp Do not block reads by previous unfinished writes 3 years ago
blockstore_rollback.cpp Implement flushing (stabilize/rollback) of unstable entries on start of the PG 3 years ago
blockstore_stable.cpp Fix degraded object recovery (it seems to work now) 3 years ago
blockstore_sync.cpp Do not start small writes before finishing the last big write to the same object 3 years ago
blockstore_write.cpp Make blockstore list operation return consistent snapshots 3 years ago
crc32c.c Continue fio engine 4 years ago
crc32c.h Add optimized crc32c 4 years ago
dump_journal.cpp Fix some logging 3 years ago
fio_engine.cpp CONFIG_HAVE_GETTID 3 years ago
fio_sec_osd.cpp CONFIG_HAVE_GETTID 3 years ago
lambda_size.cpp c++ lambda size test 4 years ago
object_id.h Implement read-modify-write calculation and extract it into a separate file 3 years ago
osd.cpp Reply using a single finish_op() method, allow to call OSD ops from inside the OSD 3 years ago
osd.h Fix degraded object recovery (it seems to work now) 3 years ago
osd_client.cpp Rename osd_op_t.op to req 3 years ago
osd_flush.cpp Fix degraded object recovery (it seems to work now) 3 years ago
osd_id.h Implement read-modify-write calculation and extract it into a separate file 3 years ago
osd_main.cpp Move uint8_t[] buffers into any_op_t/any_reply_t 3 years ago
osd_ops.h Implement flushing (stabilize/rollback) of unstable entries on start of the PG 3 years ago
osd_peering.cpp Fix degraded object recovery (it seems to work now) 3 years ago
osd_peering_pg.cpp Implement basic degraded object recovery (integrated into primary_write) 3 years ago
osd_peering_pg.h Implement basic degraded object recovery (integrated into primary_write) 3 years ago
osd_peering_pg_test.cpp Fix peering_pg, begin tests 3 years ago
osd_primary.cpp Fix degraded object recovery (it seems to work now) 3 years ago
osd_receive.cpp Stop reading when less than <buffer> data is available 3 years ago
osd_rmw.cpp Make basic primary-write work 3 years ago
osd_rmw.h Rename osd_read_stripe_t to osd_rmw_stripe_t 3 years ago
osd_rmw_test.cpp Make basic primary-write work 3 years ago
osd_secondary.cpp Reply using a single finish_op() method, allow to call OSD ops from inside the OSD 3 years ago
osd_send.cpp Measure OP_STAB in both ways 3 years ago
osd_test.cpp Add osd_test function to unblock an OSD blocked by the lack of journal space 3 years ago
ringloop.cpp Make [un]register_consumer operate on pointers, rename get_loop_again() to has_work() 3 years ago
ringloop.h Make [un]register_consumer operate on pointers, rename get_loop_again() to has_work() 3 years ago
rw_blocking.cpp Use writev in libfio_sec_osd 3 years ago
rw_blocking.h Use writev in libfio_sec_osd 3 years ago
stub_bench.cpp Add simple "stub bench" using sync I/O 3 years ago
stub_osd.cpp Move uint8_t[] buffers into any_op_t/any_reply_t 3 years ago
test.cpp Hash-based PG distribution experiments 3 years ago
test_allocator.cpp Fix allocator bug 4 years ago
test_blockstore.cpp Make [un]register_consumer operate on pointers, rename get_loop_again() to has_work() 3 years ago
test_pattern.h Make basic primary-write work 3 years ago
timerfd_interval.cpp Make [un]register_consumer operate on pointers, rename get_loop_again() to has_work() 3 years ago
timerfd_interval.h fio engine starts now 4 years ago
xor.h Stripe read reconstruction 3 years ago