JuiceFS
Distributed POSIX file system built on object storage
JuiceFS is spending its v1.4 cycle on metadata-engine efficiency, one transaction at a time.
◆Recent moves
- 1mo ago
v1.4.0-rc1: quota tombstone fix and upload-part stream API
The cycle narrows to 50 commits and the metadata work continues — quota keys that were never set no longer generate mass tombstones, and quota lookups batch into fewer round trips. The upload-part stream API and custom tier tags are the only real additions, consistent with a branch stabilising toward release.
View source ↗ - 2mo ago
v1.4.0-beta2: sync checkpoints survive multipart uploads
Checkpoint support for multipart uploads makes large-object sync resumable rather than restart-from-zero, the most user-visible change in this window. Underneath, the transactional key-value path gets a single-transaction lookup and chunks begin committing in write order.
View source ↗ - 2mo ago
v1.4.0-beta1 opens the cycle with 373 commits since v1.3
The v1.4 branch opens carrying 373 commits from 49 contributors accumulated since v1.3 — a large backlog released as one beta rather than a stream of minors. It sets up the metadata and transfer efficiency themes the following pre-releases refine.
View source ↗