Roger Shi
Roger Shi
**Describe the bug** Tokio runtime is also a dependency after enabling feature "with-async-std" and turning off default features. The root cause is the hyper-client in surf depends on Tokio runtime,...
The main API difference between the two libs is poison detection. Poison detection is useful when panic happens in some thread while others are still runing, but it's not the...
For example I wanna no proxy for all internal network ips in such pattern _10.1.X.X_
Kernel module to create a device file under /dev directory and open a communication channel via that file.
Implement a kernel module to redirect Users Posix I/O operations.
**Is your feature request related to a problem? Please describe.** For new developers whose dev environment may be not ready, compiling process'll be blocked due to compile tools missing. To...
We manage cache in the memfs, and the cache is supposed to be manipulated by multiple threads simultaneously. The cache manage system is used to handle parallel access. The lock-free...
**Is your feature request related to a problem? Please describe.** There are lots of unsafe code when transforming struture to array in reply code. If we need to make it...
For performance issue, we clone the device fd for each channel, one channel per Task, to avoid fd lock bottleneck. It's part of the issue #1
1. Find out the difference of general io and splice io in fuse 2. Answer the question "Can we redirect user's general io request to splice request?" 3. Research container's...