Kconfig (cbecf716ca618fd44feda6bd9a64a8179d031fc5) Kconfig (afd586f0d06ce3d81b7c474499630fec88833828)
1# SPDX-License-Identifier: GPL-2.0-only
2config FUSE_FS
3 tristate "FUSE (Filesystem in Userspace) support"
4 select FS_POSIX_ACL
5 help
6 With FUSE it is possible to implement a fully functional filesystem
7 in a userspace program.
8

--- 31 unchanged lines hidden (view full) ---

40 or M.
41
42config FUSE_DAX
43 bool "Virtio Filesystem Direct Host Memory Access support"
44 default y
45 select INTERVAL_TREE
46 depends on VIRTIO_FS
47 depends on FS_DAX
1# SPDX-License-Identifier: GPL-2.0-only
2config FUSE_FS
3 tristate "FUSE (Filesystem in Userspace) support"
4 select FS_POSIX_ACL
5 help
6 With FUSE it is possible to implement a fully functional filesystem
7 in a userspace program.
8

--- 31 unchanged lines hidden (view full) ---

40 or M.
41
42config FUSE_DAX
43 bool "Virtio Filesystem Direct Host Memory Access support"
44 default y
45 select INTERVAL_TREE
46 depends on VIRTIO_FS
47 depends on FS_DAX
48 depends on DAX_DRIVER
48 depends on DAX
49 help
50 This allows bypassing guest page cache and allows mapping host page
51 cache directly in guest address space.
52
53 If you want to allow mounting a Virtio Filesystem with the "dax"
54 option, answer Y.
49 help
50 This allows bypassing guest page cache and allows mapping host page
51 cache directly in guest address space.
52
53 If you want to allow mounting a Virtio Filesystem with the "dax"
54 option, answer Y.