• Joined on 2017-02-23
vitalif pushed to master at qemu/pve-qemu 2024-05-20 19:54:11 +03:00
42c03e8631 Add Vitastor support
16b7dfe03b bump version to 9.0.0-2
f06b222ece fixes for QEMU 9.0
Compare 3 commits »
vitalif pushed tag v9.0.0-2+vitastor1 to qemu/pve-qemu 2024-05-20 19:54:11 +03:00
vitalif pushed to node-binding at vitalif/vitastor 2024-05-20 02:32:02 +03:00
f717a36d92 WIP node.js binding
vitalif pushed to node-binding at vitalif/vitastor 2024-05-20 02:13:45 +03:00
59fa73b7b2 WIP node.js binding
vitalif created branch node-binding in vitalif/vitastor 2024-05-19 01:58:34 +03:00
vitalif pushed to node-binding at vitalif/vitastor 2024-05-19 01:58:34 +03:00
be7efcd64f WIP node.js binding
vitalif pushed to master at vitalif/vitastor 2024-05-19 01:57:57 +03:00
50e56b3b92 Add vitastor_c_inode_get_immediate_commit
vitalif pushed to master at vitalif/tinyraft 2024-05-17 11:31:22 +03:00
9bf5db2272 Send heartbeats to all nodes (not just followers) if leadership expiration is disabled
vitalif pushed to master at vitalif/tinyraft 2024-05-16 23:26:06 +03:00
aba4525570 Fix missing onChange event when following a leader with greater term
vitalif synced commits to master at qemu/mirror_qemu from mirror 2024-05-16 20:24:24 +03:00
85ef20f167 plugin and testing updates
09afe9677e plugins: remove op from qemu_plugin_inline_cb
b95b78dc16 plugins: extract cpu_index generate
f86fd4d872 plugins: distinct types for callbacks
544595e730 tests/plugin/inline: add test for conditional callback
Compare 2703 commits »
vitalif pushed to master at vitalif/tinyraft 2024-05-16 20:15:28 +03:00
63610f0298 Fix replication failure checking
vitalif pushed to master at vitalif/vitastor 2024-05-15 23:04:54 +03:00
a12d328793 Rename cli/ to cmd/, fix cmake install
vitalif pushed tag v9.0.0-1+vitastor1 to qemu/pve-qemu 2024-05-15 16:03:11 +03:00
vitalif pushed tag v9.0.0-1 to qemu/pve-qemu 2024-05-15 15:47:28 +03:00
vitalif pushed to master at qemu/pve-qemu 2024-05-15 15:47:27 +03:00
db293008ee backup: improve error when copy-before-write fails for fleecing
51232e2e40 fix #5409: backup: fix copy-before-write timeout
2cd560e0d2 bump version to 9.0.0-1
4fbd50e2f9 update submodule and patches to QEMU 9.0.0
766c61f1b6 d/lintian: ignore missing source warning for linux-user vdso objects
Compare 12 commits »
vitalif pushed to master at vitalif/vitastor 2024-05-15 11:07:11 +03:00
c79b38bd26 Move all sources to subdirs
vitalif pushed to master at vitalif/vitastor 2024-05-15 01:49:53 +03:00
44692d148a Make vitastor_kv.h header public
ba52359611 Fix last master commit
Compare 2 commits »
vitalif pushed to antietcd at vitalif/vitastor 2024-05-15 01:49:52 +03:00
c5c8ba69e3 Run tests with antietcd
44692d148a Make vitastor_kv.h header public
ba52359611 Fix last master commit
Compare 3 commits »
vitalif pushed to antietcd at vitalif/vitastor 2024-05-11 12:17:22 +03:00
89e5c28806 Run tests with antietcd
vitalif pushed to master at vitalif/tinyraft 2024-05-11 12:16:39 +03:00
f063826a88 Wait until output is fully flushed because .write() is async in node.js