v0.10.3
What's Changed
- Derive Default for CachePolicy (and update Rust CI version) by @matthiasgoergens in #112
- test: fix a failure related to git in smoke tests by @jiangliu in #114
- Support non-privileged users by @matthiasgoergens in #119
- Various performance fixes by @eryugey in #115
- Remove unecessary mut reference by @matthiasgoergens in #118
- workflow: run smoke test w/o docker by @bergwolf in #121
- api: forget and batch forget must not reply by @bergwolf in #120
- prepare for releasing v0.10.3 by @bergwolf in #122
- fuse: Ensure lookup sets st_ino of attributes by @Champ-Goblem in #126
- Use long options for better self-documentation by @matthiasgoergens in #128
- fix: low probability IO hang problem by @aftersnow in #123
- api/vfs: ensure entry attr st_ino consistency by @bergwolf in #127
- avoid too much error logs for non-fatal errors in data-path by @aftersnow in #124
- abi: st_nlink is u32 on aarch64 by @bergwolf in #129
- implement stable unique inode for passthroughfs by @zyfjeff in #131
- CHANGELOG: add more logs for the 0.10.3 release by @bergwolf in #132
New Contributors
- @matthiasgoergens made their first contribution in #112
- @Champ-Goblem made their first contribution in #126
- @aftersnow made their first contribution in #123
Full Changelog: v0.10.2...v0.10.3