Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

extfuse/extfuse.github.io

Open more actions menu

Repository files navigation

Description

User file systems offer numerous advantages over their in-kernel implementations, such as ease of development and better system reliability. However, the heavy performance penalty incurred during their user is also well known. We observe that existing user file system frameworks are highly general: they implement a minimal interposition layer in the kernel that simply forwards all low-level requests to the user-space. While the design enables a number of usecases, it severely degrades performance due to frequent kernel-user context switching.

This work introduces ExtFUSE, a framework for developing extensible user file systems that also allows applications to register "thin" specialized request handlers in the kernel to meet their specific operative needs, while retaining the complex functionality in user-space.

Homepage

Homepage is hosted here

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.