-
-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtio-fs: use multiple dax mappings in filesystem
This integrates the dax window manager with the virtio-fs file system operations: - Removes the lock from virtio::fs::dax_window, since this is now handled by the window manager. - A single manager instance is maintained for each virtio-fs device having at least a singe mount. Multiple, concurrent mounts of the same device share a common dax_manager. - The FUSE_READ fallback as well as the logic of using it when the DAX window is not available or a read using it fails are untouched. Signed-off-by: Fotis Xenakis <[email protected]> Message-Id: <AM0PR03MB629260F9F8CC3272E9CF435AA6960@AM0PR03MB6292.eurprd03.prod.outlook.com>
- Loading branch information
Showing
5 changed files
with
100 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters