Simplified distributed block and file storage with strong consistency, like in Ceph
 
 
 
 
 
 
Go to file
Vitaliy Filippov b6fff5a77e Fix metadata area size calculation, print free space, wait for free space
FIXME: Now it crashes with -ENOSPC on linear overwrite
2019-11-28 20:23:27 +03:00
Makefile Support inmemory journal 2019-11-28 18:06:50 +03:00
allocator.cpp Fix metadata area size calculation, print free space, wait for free space 2019-11-28 20:23:27 +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 Fix metadata area size calculation, print free space, wait for free space 2019-11-28 20:23:27 +03:00
blockstore.h Fix metadata area size calculation, print free space, wait for free space 2019-11-28 20:23:27 +03:00
blockstore_flush.cpp Support inmemory journal 2019-11-28 18:06:50 +03:00
blockstore_flush.h Support inmemory journal 2019-11-28 18:06:50 +03:00
blockstore_init.cpp Fix metadata area size calculation, print free space, wait for free space 2019-11-28 20:23:27 +03:00
blockstore_init.h Fix metadata area size calculation, print free space, wait for free space 2019-11-28 20:23:27 +03:00
blockstore_journal.cpp Support inmemory journal 2019-11-28 18:06:50 +03:00
blockstore_journal.h Support inmemory journal 2019-11-28 18:06:50 +03:00
blockstore_open.cpp Fix metadata area size calculation, print free space, wait for free space 2019-11-28 20:23:27 +03:00
blockstore_read.cpp Support inmemory journal 2019-11-28 18:06:50 +03:00
blockstore_stable.cpp Fix another stall due to bad unstable_writes tracking, do not try to write beyond the end of the journal 2019-11-28 00:28:08 +03:00
blockstore_sync.cpp Add debug prints 2019-11-27 18:07:51 +03:00
blockstore_write.cpp Fix metadata area size calculation, print free space, wait for free space 2019-11-28 20:23:27 +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 Fix safe stop procedure 2019-11-28 02:27:17 +03:00
lambda_size.cpp c++ lambda size test 2019-11-13 22:36:12 +03:00
ringloop.cpp fio engine starts now 2019-11-26 02:18:42 +03:00
ringloop.h Fix safe stop procedure 2019-11-28 02:27:17 +03:00
test.cpp Try to submit a test write operation 2019-11-18 02:36:53 +03:00
test_allocator.cpp Fix allocator bug 2019-11-27 01:12:25 +03:00
test_blockstore.cpp fio engine starts now 2019-11-26 02:18:42 +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 unoptimized crc32 and xor 2019-10-31 21:04:27 +03:00