|
| 1 | +# DINGOFS Change Log |
| 2 | +All notable changes to this project are documented in this file. |
| 3 | + |
| 4 | +## [5.0.0] |
| 5 | + |
| 6 | +**Client** |
| 7 | +- Complete redesign and reimplementation of the client architecture |
| 8 | +- Support for seamless FUSE upgrades without service interruption |
| 9 | +- New monitoring dashboard integrated into the client interface |
| 10 | +- Added caching capabilities for dentry, inode, and chunk metadata |
| 11 | +- Supports S3 and Ceph Rados as persistent storage |
| 12 | + |
| 13 | +**BlockCache** |
| 14 | +- Introduced distributed caching system |
| 15 | +- Added asynchronous operation interfaces to the cache system, enhancing I/O concurrency |
| 16 | +- Integrated `io_uring` support for high-efficiency file read/write operations, reducing system call overhead |
| 17 | + |
| 18 | +**Metadata Service (MDS)** |
| 19 | +- The Metadata Service (MDS) has been completely refactored with full support for POSIX semantics |
| 20 | +- Support for both Mono (single-partition) and Hash partition strategies for metadata distribution |
| 21 | +- Implementation of distributed locking mechanism |
| 22 | +- Built-in fault recovery capabilities |
| 23 | +- Support for filesystem-level and directory-level quotas |
| 24 | +- Internal operational status visualization for improved maintenance and debugging |
| 25 | +- Automatic compression and organization of chunks |
| 26 | +- Backup and restore functionality for filesystem metadata |
| 27 | +- Dynamic addition and removal of MDS nodes |
| 28 | +- Support for dingo-store as backend metadata storage engine |
| 29 | +- Unified management of distributed cache nodes |
| 30 | + |
| 31 | +**Monitoring & Observability** |
| 32 | +- Native integration with Grafana and Prometheus for comprehensive monitoring |
| 33 | +- Added monitoring for distributed cache and new metadata services |
| 34 | +- New tracing module implemented |
0 commit comments