dokany
dokany copied to clipboard
User mode file system library for windows with FUSE Wrapper
Msys2 fuse library pkg-config and pacman package to be consumed by makepkg
**The work on this PR continues in the [Corillian-asyncio](https://github.com/dokan-dev/dokany/tree/Corillian-asyncio)-branch in this repository and will eventually become Dokan 2.0.** This PR was a tremendous amount of work and more or less...
The kernel has multiple Fcb readonly locks just to copy the FileName to the request sent to the user filesystem in userland. This is unnecessary as the FileName is only...
Adds log redirection options. ### Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [...
The current threading model used by Dokan is a major performance bottleneck in any user-mode driver that can make asynchronous IO calls - for example a driver that provides access...
Feature request can skip this form. Bug report **must** complete it. `Check List` must be 100% match or it will be automatically closed without further discussion. Please remove this line....
I have just started to explore the Dokan project so please excuse me if this suggestion has been made before. It would be greatl if the DOKAN_OPERATIONS structure was extended...
Feature request can skip this form. Bug report **must** complete it. `Check List` must be 100% match or it will be automatically closed without further discussion. Please remove this line....
# Environment * Windows version: 10 (Version 10.0.19042.1165) * Processor architecture: x64 * Dokany version: 1.5.0.3173 * Library type (Dokany/FUSE): Dokany # Check List - [x] I checked my issue...
`/u` option require admin rights for now. It would be nice to be able to unmount current user volumes `DOKAN_OPTION_CURRENT_SESSION`. There is currently no possibility to check volume owners and...