This is the third patch release for JuiceFS v1.2. It has 9 commits from 7 contributors, thanks to @davies @zhijian-pro @jiefenghuang @CodingPoeta @tangyoupeng @polyrabbit @YinhaoHu!
Bugfix
- mount: fix writeback_cache not working (#5369)
- cache: upload stage on link error to avoid read error (#5467)
- meta/kv: fix stat when unlinking an open file (#5488)
- meta/redis: remove unnecessary watch in doGetAttr and doGetFacl (#5518)
- fuse: fix copied bytes overflow for copy_file_range (#5565)
- cmd/sync: fix check-all in cluster mode (#5525)
- cmd/sync: fix memory allocation that could cause stalls (#5497)
- object/hdfs: retry close if ErrReplica is returned (#5342)
- object/gluster: use OpenDir for directories to avoid segmentation faults (#5345)