lp
|
Handle reweights in mon
|
3 years ago |
Makefile
|
Extract peer connect and read-write loop into a separate file (to be shared with the client library)
|
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 |
base64.cpp
|
Fix PG loading - now it works, at least once
|
3 years ago |
base64.h
|
Add base64 implementation
|
3 years ago |
blockstore.cpp
|
Implement basic OSD status reporting to Consul
|
3 years ago |
blockstore.h
|
Use 4K blockstore block by default, use MEM_ALIGNMENT in osd code
|
3 years ago |
blockstore_flush.cpp
|
TRACE
|
3 years ago |
blockstore_flush.h
|
Add journal fsync to stabilize/rollback
|
3 years ago |
blockstore_impl.cpp
|
Fix crashes, print some stats
|
3 years ago |
blockstore_impl.h
|
TRACE
|
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
|
Die when journal_sector_buffer_count is too small
|
3 years ago |
blockstore_journal.h
|
Die when journal_sector_buffer_count is too small
|
3 years ago |
blockstore_open.cpp
|
Several bug fixes
|
3 years ago |
blockstore_read.cpp
|
Fix crashes, print some stats
|
3 years ago |
blockstore_rollback.cpp
|
Fix BS_OP_ROLLBACK removing an incorrect version
|
3 years ago |
blockstore_stable.cpp
|
TRACE
|
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
|
TRACE
|
3 years ago |
cluster_client.cpp
|
EPOLLLT
|
3 years ago |
cluster_client.h
|
Extract peer connect and read-write loop into a separate file (to be shared with the client library)
|
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 |
etcd_state_client.cpp
|
Extract peer connect and read-write loop into a separate file (to be shared with the client library)
|
3 years ago |
etcd_state_client.h
|
Extract peer connect and read-write loop into a separate file (to be shared with the client library)
|
3 years ago |
fio_engine.cpp
|
CONFIG_HAVE_GETTID
|
3 years ago |
fio_sec_osd.cpp
|
CONFIG_HAVE_GETTID
|
3 years ago |
http_client.cpp
|
EPOLLLT
|
3 years ago |
http_client.h
|
Extract HTTP client functions from osd_t
|
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
|
TRACE
|
3 years ago |
osd.h
|
EPOLLLT
|
3 years ago |
osd_client.cpp
|
Rename osd_op_t.op to req
|
3 years ago |
osd_cluster.cpp
|
Fix bind_address reporting
|
3 years ago |
osd_flush.cpp
|
Extract peer connect and read-write loop into a separate file (to be shared with the client library)
|
3 years ago |
osd_id.h
|
Implement read-modify-write calculation and extract it into a separate file
|
3 years ago |
osd_main.cpp
|
Implement PG state locking and PG moving in response to etcd events
|
3 years ago |
osd_ops.h
|
Allow to specify multiple etcd addresses
|
3 years ago |
osd_peering.cpp
|
Extract peer connect and read-write loop into a separate file (to be shared with the client library)
|
3 years ago |
osd_peering_pg.cpp
|
Ignore EPOLL_CTL_DEL ENOENT, fix detection of the rollback version
|
3 years ago |
osd_peering_pg.h
|
Extract "state-watching" etcd client into a separate file
|
3 years ago |
osd_peering_pg_test.cpp
|
Implement PG state locking and PG moving in response to etcd events
|
3 years ago |
osd_primary.cpp
|
TRACE
|
3 years ago |
osd_primary.h
|
Split osd_primary.cpp
|
3 years ago |
osd_primary_subops.cpp
|
Extract peer connect and read-write loop into a separate file (to be shared with the client library)
|
3 years ago |
osd_receive.cpp
|
TRACE
|
3 years ago |
osd_rmw.cpp
|
Several bug fixes
|
3 years ago |
osd_rmw.h
|
(Almost) Implement misplaced recovery, integrating it into calc_rmw()
|
3 years ago |
osd_rmw_test.cpp
|
Fix osd_rmw object recovery case (len==0)
|
3 years ago |
osd_secondary.cpp
|
Free op->bs_op manually
|
3 years ago |
osd_send.cpp
|
TRACE
|
3 years ago |
osd_test.cpp
|
Use 4K blockstore block by default, use MEM_ALIGNMENT in osd code
|
3 years ago |
pg_states.cpp
|
Extract "state-watching" etcd client into a separate file
|
3 years ago |
pg_states.h
|
Extract "state-watching" etcd client into a separate file
|
3 years ago |
ringloop.cpp
|
Implement simple websocket client
|
3 years ago |
ringloop.h
|
Implement simple websocket client
|
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
|
Add simple timer manager
|
3 years ago |
timerfd_manager.cpp
|
EPOLLLT
|
3 years ago |
timerfd_manager.h
|
EPOLLLT
|
3 years ago |
xor.h
|
Stripe read reconstruction
|
3 years ago |