Skip to content

Tags: v7labs/fetchfs

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix file permissions from read-only to read-write (0o444 -> 0o644) (#6)

## Summary

- Change file permission bits from `0o444` (read-only for all) to
`0o644` (read-write for owner, read-only for group/others) in
`src/fuse_fs.rs`

## Test plan

- [ ] Mount the filesystem and verify files are accessible with the
correct permissions (`-rw-r--r--`)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[GO-7076] Allow inline entries in the manifest (#5)

v0.3.0-beta.2

Toggle v0.3.0-beta.2's commit message

Verified

This commit was signed with the committer’s verified signature.
rslota Rafał Słota
[GO-7076] Allow inline entries in the manifest

Topic: inline-entries
Relative: fs-hotreload
Reviewers: kzemek, erszcz, balysv
Labels: feature, draft

v0.3.0-beta.1

Toggle v0.3.0-beta.1's commit message

Verified

This commit was signed with the committer’s verified signature.
rslota Rafał Słota
Allow inline entries in the manifest

Topic: inline-entries
Relative: fs-hotreload
Reviewers: kzemek, erszcz, balysv
Labels: feature, draft

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make cache private for each mount and enforce LRU eviction. (#3)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow filtering syscall tracing by name (#2)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from v7labs/rafal.s/revup/main/syscall-tracing

Add syscall tracing to FuseFS

v0.1.0-beta.1

Toggle v0.1.0-beta.1's commit message
Add syscall tracing to FuseFS