FUSE Is Fusing More Performance Improvements In Linux 5.1

The focus on the FUSE "File-Systems in User-Space" work for Linux 5.1 has been on improving the scalability and performance. Among the FUSE changes are caching of readdir calls, allowing clients to opt out of using opendir functionality, support for copy_file_range and async direct I/O with files opened using FOPEN_DIRECT_IO, minimizing locking contention around some meta-data operations, and other optimizations and fixes.
The complete list of FUSE changes for Linux 5.1 are outlined via this pull request.
Add A Comment