Implement FUSE background block queue
Open
area: filesystem
type: enhancement
- Dominant language
- Go
- Stars
- 19.3k
- Forks
- 2k
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 264
Description
According to the existing protocol implementation in Unix kernel, there is a maximum number of ongoing background (namely async) requests. When there are too many such requests, the process making the syscall to create new async ones will be blocked.
Contributor guide
Assessment
This issue has not been assessed yet.