This is the fourth patch release for JuiceFS v1.2. It has 10 commits from 4 contributors, thanks to @zhijian-pro @polyrabbit @jiefenghuang @chnliyong
Bugfix
- meta: fix stats for trash directories (#6099)
- meta: fix all-zero read response due to invalid openFile.chunks cache (#6192)
- meta/redis: fix potential loss of attributes issue (#5709)
- meta/redis: check
MGet
error to avoid panic (#5773) - meta/sql: fix flush quotas deadlock (#5706)
- meta/sql: fix flush stat deadlock (#5712)
- cmd/warmup: release memory timely to avoid OOM (#5886)
- object: add validation for ciphertext length to prevent panic caused by data corruption (#6107)
- object/jfs: fix file creation logic (#5792)
- build: fix static linking for ARM64 binary (#5612)