]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - fs/Kconfig
btrfs: check the root node for uptodate before returning it
[mirror_ubuntu-jammy-kernel.git] / fs / Kconfig
index 47af46a573baab333f3ac555adc8c783f284b8d5..59c825c00a0260452acb41e6e671b82ac81ea996 100644 (file)
@@ -128,6 +128,24 @@ source "fs/autofs/Kconfig"
 source "fs/fuse/Kconfig"
 source "fs/overlayfs/Kconfig"
 
+config SHIFT_FS
+       tristate "UID/GID shifting overlay filesystem for containers"
+       help
+         This filesystem can overlay any mounted filesystem and shift
+         the uid/gid the files appear at.  The idea is that
+         unprivileged containers can use this to mount root volumes
+         using this technique.
+
+config SHIFT_FS_POSIX_ACL
+       bool "shiftfs POSIX Access Control Lists"
+       depends on SHIFT_FS
+       select FS_POSIX_ACL
+       help
+         POSIX Access Control Lists (ACLs) support permissions for users and
+         groups beyond the owner/group/world scheme.
+
+         If you don't know what Access Control Lists are, say N.
+
 menu "Caches"
 
 source "fs/netfs/Kconfig"
@@ -367,7 +385,7 @@ source "fs/ceph/Kconfig"
 source "fs/cifs/Kconfig"
 source "fs/ksmbd/Kconfig"
 
-config CIFS_COMMON
+config SMBFS_COMMON
        tristate
        default y if CIFS=y
        default m if CIFS=m