• Joined on 2017-02-23
vitalif pushed to fs at vitalif/vitastor 2024-03-07 19:35:22 +03:00
179842d664 Return error on failed shrink
42ac1c9ceb Implement rename over an existing file/directory
b95bc63fdf Support --logfile in nfs-proxy
c00ba1ea7c Fix shared file overlap, add FIXMEs
b8ec671e9d Create inode, then direntry, not direntry, then inode; retry ID collisions
Compare 14 commits »
vitalif pushed to kv at vitalif/vitastor 2024-03-07 19:13:23 +03:00
7a55d59266 Fix vitastor-kv hang on reopen & unfinished closed listing
vitalif pushed to fs at vitalif/vitastor 2024-03-07 19:13:22 +03:00
aeb2b9cc3f Return error on failed shrink
4afb144997 Implement rename over an existing file/directory
20bdfd94d4 Support --logfile in nfs-proxy
1a9ceb931b Fix shared file overlap, add FIXMEs
97724233f9 Create inode, then direntry, not direntry, then inode; retry ID collisions
Compare 14 commits »
vitalif pushed to kv at vitalif/vitastor 2024-03-07 18:09:12 +03:00
56b7b18adf Fix vitastor-kv hang on reopen & unfinished closed listing
vitalif pushed to fs at vitalif/vitastor 2024-03-07 18:09:11 +03:00
3668203dc0 Return error on failed shrink
c623c969bd Implement rename over an existing file/directory
d9df554026 Support --logfile in nfs-proxy
bc3e340b9d Fix shared file overlap, add FIXMEs
b14b8ad4a0 Create inode, then direntry, not direntry, then inode; retry ID collisions
Compare 14 commits »
vitalif pushed to fs at vitalif/vitastor 2024-03-06 00:41:59 +03:00
a7fd68d648 Return error on failed shrink
be3f775d51 Implement rename over an existing file/directory
f33fe48674 Support --logfile in nfs-proxy
6f09077633 Fix shared file overlap, add FIXMEs
9e4d218015 Create inode, then direntry, not direntry, then inode; retry ID collisions
Compare 51 commits »
vitalif pushed to kv at vitalif/vitastor 2024-03-06 00:41:59 +03:00
d1f92d3cad Add loadable dump format to vitastor-kv (dump)
5217fb7915 Fix freeing r/w buffers on errors in kv_db
0de8a04d06 Fix eviction when random_pos selects the end
95f95bac7b Implement min/max list_count to make listings during performance test reasonable
6419477cfd Fix and improve parallel allocation
Compare 38 commits »
vitalif pushed to master at vitalif/vitastor 2024-03-06 00:41:59 +03:00
aa79d1db1c Fix incorrect "changing scheme" message in modify-pool
a1fecb7eff Move callback away when calling it in cluster_client
ff74b19423 Fix rare OSD hang on zeroing out bad entries on start
Compare 3 commits »
vitalif pushed to fs at vitalif/vitastor 2024-03-06 00:39:51 +03:00
b4e8907358 Fix incorrect "changing scheme" message in modify-pool
vitalif pushed to fs at vitalif/vitastor 2024-03-06 00:28:36 +03:00
8089bba463 Return error on failed shrink
vitalif pushed to kv-recheck-ver at vitalif/vitastor 2024-03-05 01:23:07 +03:00
ce0d1bf2f7 First just recheck version without actually re-reading block in vitastor-kv
4acb369e74 Fix freeing r/w buffers on errors in kv_db
Compare 2 commits »
vitalif pushed to fs at vitalif/vitastor 2024-03-05 01:23:02 +03:00
4acb369e74 Fix freeing r/w buffers on errors in kv_db
vitalif pushed to kv-recheck-ver at vitalif/vitastor 2024-03-05 01:21:52 +03:00
0cca91765c First just recheck version without actually re-reading block in vitastor-kv
0a880f2614 Fix freeing r/w buffers on errors in kv_db
Compare 2 commits »
vitalif pushed to fs at vitalif/vitastor 2024-03-05 01:21:34 +03:00
0a880f2614 Fix freeing r/w buffers on errors in kv_db
vitalif created branch kv-recheck-ver in vitalif/vitastor 2024-03-05 01:16:37 +03:00
vitalif pushed to kv-recheck-ver at vitalif/vitastor 2024-03-05 01:16:37 +03:00
8411b78d57 First just recheck version without actually re-reading block in vitastor-kv
vitalif pushed to fs at vitalif/vitastor 2024-03-05 01:16:36 +03:00
vitalif pushed to fs at vitalif/vitastor 2024-03-05 00:56:50 +03:00
8411b78d57 First just recheck version without actually re-reading block in vitastor-kv
aa38fd491f Free buffer on error in kv_db::get_block
cb6927cdce Move callback away when calling it in cluster_client
Compare 3 commits »
vitalif pushed to fs at vitalif/vitastor 2024-03-05 00:08:52 +03:00
3a04872bf4 First just recheck version without actually re-reading block in vitastor-kv
vitalif pushed to fs at vitalif/vitastor 2024-03-04 02:10:08 +03:00
8ee75e71c8 Implement rename over an existing file/directory