Lines Matching +full:off +full:- +full:by
1 # SPDX-License-Identifier: GPL-2.0-only
7 An overlay filesystem combines two filesystems - an 'upper' filesystem
16 bool "Overlayfs: turn on redirect directory feature by default"
20 redirects when renaming directories by default. In this case it is
21 still possible to turn off redirects globally with the
22 "redirect_dir=off" module option or on a filesystem instance basis
23 with the "redirect_dir=off" mount option.
32 bool "Overlayfs: follow redirects even if redirects are turned off"
47 bool "Overlayfs: turn on inodes index feature by default"
51 the index directory to map lower inodes to upper inodes by default.
52 In this case it is still possible to turn off index globally with the
53 "index=off" module option or on a filesystem instance basis with the
54 "index=off" mount option.
66 bool "Overlayfs: turn on NFS export feature by default"
72 the index directory to decode overlay NFS file handles by default.
73 In this case, it is still possible to turn off NFS export support
74 globally with the "nfs_export=off" module option or on a filesystem
75 instance basis with the "nfs_export=off" mount option.
88 Most users should say N here and enable this feature on a case-by-
112 bool "Overlayfs: turn on metadata only copy up feature by default"
119 possible to turn off this feature globally with the "metacopy=off"
121 "metacopy=off" mount option.