mirror of
https://github.com/osnr/TabFS.git
synced 2026-03-14 21:15:44 +01:00
No description
- JavaScript 53.5%
- C 23.7%
- Swift 15.7%
- Shell 5.1%
- Makefile 1.4%
- Other 0.6%
We now remember the path of each cached file, so when someone truncates that path, we can truncate all open instances of it in cache. Important when someone pipes to stomp a file / opens with O_TRUNC (which FUSE disaggregates into an open() and then a truncate() call). Gets rid of the need for FUSE_CAP_ATOMIC_O_TRUNC, which never worked on macOS anyway. Fixes #40. |
||
|---|---|---|
| .github | ||
| extension | ||
| fs | ||
| test | ||
| .gitignore | ||
| install.sh | ||
| LICENSE | ||
| README.md | ||
| tabfs.md | ||