2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
|
# File system configuration
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
menu "File systems"
|
|
|
|
|
|
2012-03-06 11:16:17 -08:00
|
|
|
# Use unaligned word dcache accesses
|
|
|
|
|
config DCACHE_WORD_ACCESS
|
|
|
|
|
bool
|
|
|
|
|
|
2018-11-01 23:07:24 +00:00
|
|
|
config VALIDATE_FS_PARSER
|
|
|
|
|
bool "Validate filesystem parameter description"
|
|
|
|
|
help
|
|
|
|
|
Enable this to perform validation of the parameter description for a
|
|
|
|
|
filesystem when it is registered.
|
|
|
|
|
|
2016-06-21 09:23:11 +10:00
|
|
|
config FS_IOMAP
|
|
|
|
|
bool
|
|
|
|
|
|
2023-10-02 17:19:46 +03:00
|
|
|
# Stackable filesystems
|
|
|
|
|
config FS_STACK
|
|
|
|
|
bool
|
|
|
|
|
|
2023-08-01 19:22:01 +02:00
|
|
|
config BUFFER_HEAD
|
|
|
|
|
bool
|
|
|
|
|
|
2023-01-25 07:58:39 +01:00
|
|
|
# old blockdev_direct_IO implementation. Use iomap for new code instead
|
|
|
|
|
config LEGACY_DIRECT_IO
|
2023-08-01 19:22:01 +02:00
|
|
|
depends on BUFFER_HEAD
|
2023-01-25 07:58:39 +01:00
|
|
|
bool
|
|
|
|
|
|
2021-11-29 11:22:02 +01:00
|
|
|
if BLOCK
|
|
|
|
|
|
2008-10-20 22:28:45 +04:00
|
|
|
source "fs/ext2/Kconfig"
|
|
|
|
|
source "fs/ext4/Kconfig"
|
|
|
|
|
source "fs/jbd2/Kconfig"
|
2006-10-11 01:21:01 -07:00
|
|
|
|
2005-04-16 15:20:36 -07:00
|
|
|
config FS_MBCACHE
|
2006-10-11 01:20:56 -07:00
|
|
|
# Meta block cache for Extended Attributes (ext2/ext3/ext4)
|
2005-04-16 15:20:36 -07:00
|
|
|
tristate
|
2008-08-20 16:56:22 -07:00
|
|
|
default y if EXT2_FS=y && EXT2_FS_XATTR
|
2012-12-10 16:30:43 -05:00
|
|
|
default y if EXT4_FS=y
|
2015-06-18 16:52:29 +02:00
|
|
|
default m if EXT2_FS_XATTR || EXT4_FS
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2009-01-22 10:24:27 +03:00
|
|
|
source "fs/jfs/Kconfig"
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2009-06-16 15:33:56 -07:00
|
|
|
source "fs/xfs/Kconfig"
|
|
|
|
|
source "fs/gfs2/Kconfig"
|
|
|
|
|
source "fs/ocfs2/Kconfig"
|
|
|
|
|
source "fs/btrfs/Kconfig"
|
2009-08-08 16:09:46 +09:00
|
|
|
source "fs/nilfs2/Kconfig"
|
2015-03-03 17:06:55 -08:00
|
|
|
source "fs/f2fs/Kconfig"
|
2019-12-25 16:07:44 +09:00
|
|
|
source "fs/zonefs/Kconfig"
|
2009-06-16 15:33:56 -07:00
|
|
|
|
2021-11-29 11:22:03 +01:00
|
|
|
endif # BLOCK
|
|
|
|
|
|
2015-02-16 15:59:25 -08:00
|
|
|
config FS_DAX
|
2021-08-26 15:55:02 +02:00
|
|
|
bool "File system based Direct Access (DAX) support"
|
2015-02-16 15:59:25 -08:00
|
|
|
depends on MMU
|
2025-06-19 18:58:02 +10:00
|
|
|
depends on ZONE_DEVICE
|
2017-01-24 15:17:51 -08:00
|
|
|
select FS_IOMAP
|
2017-05-08 10:55:27 -07:00
|
|
|
select DAX
|
2015-02-16 15:59:25 -08:00
|
|
|
help
|
|
|
|
|
Direct Access (DAX) can be used on memory-backed block devices.
|
|
|
|
|
If the block device supports DAX and the filesystem supports DAX,
|
|
|
|
|
then you can avoid using the pagecache to buffer I/Os. Turning
|
2021-08-26 15:55:02 +02:00
|
|
|
on this option will compile in support for DAX.
|
|
|
|
|
|
|
|
|
|
For a DAX device to support file system access it needs to have
|
|
|
|
|
struct pages. For the nfit based NVDIMMs this can be enabled
|
|
|
|
|
using the ndctl utility:
|
|
|
|
|
|
|
|
|
|
# ndctl create-namespace --force --reconfig=namespace0.0 \
|
|
|
|
|
--mode=fsdax --map=mem
|
|
|
|
|
|
|
|
|
|
See the 'create-namespace' man page for details on the overhead of
|
|
|
|
|
--map=mem:
|
|
|
|
|
https://docs.pmem.io/ndctl-user-guide/ndctl-man-pages/ndctl-create-namespace
|
|
|
|
|
|
|
|
|
|
For ndctl to work CONFIG_DEV_DAX needs to be enabled as well. For most
|
|
|
|
|
file systems DAX support needs to be manually enabled globally or
|
|
|
|
|
per-inode using a mount option as well. See the file documentation in
|
|
|
|
|
Documentation/filesystems/dax.rst for details.
|
2015-02-16 15:59:25 -08:00
|
|
|
|
|
|
|
|
If you do not have a block device that is capable of using this,
|
|
|
|
|
or if unsure, say N. Saying Y will increase the size of the kernel
|
|
|
|
|
by about 5kB.
|
|
|
|
|
|
2015-11-15 16:06:32 -08:00
|
|
|
config FS_DAX_PMD
|
|
|
|
|
bool
|
|
|
|
|
default FS_DAX
|
|
|
|
|
depends on FS_DAX
|
2016-01-15 16:57:01 -08:00
|
|
|
depends on ZONE_DEVICE
|
|
|
|
|
depends on TRANSPARENT_HUGEPAGE
|
2015-11-15 16:06:32 -08:00
|
|
|
|
2011-01-02 14:44:00 -08:00
|
|
|
# Posix ACL utility routines
|
|
|
|
|
#
|
|
|
|
|
# Note: Posix ACLs can be implemented without these helpers. Never use
|
|
|
|
|
# this symbol for ifdefs in core code.
|
|
|
|
|
#
|
|
|
|
|
config FS_POSIX_ACL
|
|
|
|
|
def_bool n
|
|
|
|
|
|
2010-10-26 14:22:32 -07:00
|
|
|
config EXPORTFS
|
2011-05-24 20:12:08 +02:00
|
|
|
tristate
|
2010-10-26 14:22:32 -07:00
|
|
|
|
2016-07-08 09:53:20 -04:00
|
|
|
config EXPORTFS_BLOCK_OPS
|
|
|
|
|
bool "Enable filesystem export operations for block IO"
|
|
|
|
|
help
|
|
|
|
|
This option enables the export operations for a filesystem to support
|
|
|
|
|
external block IO.
|
|
|
|
|
|
2008-08-06 15:12:22 +02:00
|
|
|
config FILE_LOCKING
|
2011-01-20 14:44:16 -08:00
|
|
|
bool "Enable POSIX file locking API" if EXPERT
|
2008-08-06 15:12:22 +02:00
|
|
|
default y
|
|
|
|
|
help
|
|
|
|
|
This option enables standard file locking support, required
|
|
|
|
|
for filesystems like NFS and for the flock() system
|
|
|
|
|
call. Disabling this option saves about 11k.
|
|
|
|
|
|
2015-05-15 16:26:10 -07:00
|
|
|
source "fs/crypto/Kconfig"
|
|
|
|
|
|
2019-07-22 09:26:21 -07:00
|
|
|
source "fs/verity/Kconfig"
|
|
|
|
|
|
2008-12-17 13:59:41 -05:00
|
|
|
source "fs/notify/Kconfig"
|
2005-07-12 17:06:03 -04:00
|
|
|
|
2009-01-26 15:28:09 +01:00
|
|
|
source "fs/quota/Kconfig"
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2018-06-07 17:11:31 -07:00
|
|
|
source "fs/autofs/Kconfig"
|
2009-01-22 10:33:25 +03:00
|
|
|
source "fs/fuse/Kconfig"
|
2014-10-24 00:14:38 +02:00
|
|
|
source "fs/overlayfs/Kconfig"
|
2005-09-09 13:10:22 -07:00
|
|
|
|
2009-04-03 16:42:36 +01:00
|
|
|
menu "Caches"
|
|
|
|
|
|
2020-05-13 17:41:20 +01:00
|
|
|
source "fs/netfs/Kconfig"
|
2009-04-03 16:42:41 +01:00
|
|
|
source "fs/cachefiles/Kconfig"
|
2009-04-03 16:42:36 +01:00
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
|
2006-09-30 20:45:40 +02:00
|
|
|
if BLOCK
|
2005-04-16 15:20:36 -07:00
|
|
|
menu "CD-ROM/DVD Filesystems"
|
|
|
|
|
|
2009-01-22 10:35:21 +03:00
|
|
|
source "fs/isofs/Kconfig"
|
|
|
|
|
source "fs/udf/Kconfig"
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
|
endmenu
|
2008-02-07 00:15:16 -08:00
|
|
|
endif # BLOCK
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2006-09-30 20:45:40 +02:00
|
|
|
if BLOCK
|
2020-03-02 15:21:42 +09:00
|
|
|
menu "DOS/FAT/EXFAT/NT Filesystems"
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2009-01-22 10:37:59 +03:00
|
|
|
source "fs/fat/Kconfig"
|
2020-03-02 15:21:42 +09:00
|
|
|
source "fs/exfat/Kconfig"
|
2026-02-02 16:00:57 +09:00
|
|
|
source "fs/ntfs/Kconfig"
|
2021-08-13 17:21:30 +03:00
|
|
|
source "fs/ntfs3/Kconfig"
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
|
endmenu
|
2008-02-07 00:15:16 -08:00
|
|
|
endif # BLOCK
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
|
menu "Pseudo filesystems"
|
|
|
|
|
|
2008-07-25 01:48:30 -07:00
|
|
|
source "fs/proc/Kconfig"
|
2014-02-03 14:09:17 -05:00
|
|
|
source "fs/kernfs/Kconfig"
|
2009-01-22 10:40:58 +03:00
|
|
|
source "fs/sysfs/Kconfig"
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
|
config TMPFS
|
2011-10-31 17:07:21 -07:00
|
|
|
bool "Tmpfs virtual memory file system support (former shm fs)"
|
2009-09-21 17:03:37 -07:00
|
|
|
depends on SHMEM
|
2023-06-30 11:08:53 +02:00
|
|
|
select MEMFD_CREATE
|
2005-04-16 15:20:36 -07:00
|
|
|
help
|
|
|
|
|
Tmpfs is a file system which keeps all files in virtual memory.
|
|
|
|
|
|
|
|
|
|
Everything in tmpfs is temporary in the sense that no files will be
|
|
|
|
|
created on your hard drive. The files live in memory and swap
|
|
|
|
|
space. If you unmount a tmpfs instance, everything stored therein is
|
|
|
|
|
lost.
|
|
|
|
|
|
2020-04-14 18:48:37 +02:00
|
|
|
See <file:Documentation/filesystems/tmpfs.rst> for details.
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2011-05-25 19:49:18 -07:00
|
|
|
config TMPFS_POSIX_ACL
|
|
|
|
|
bool "Tmpfs POSIX Access Control Lists"
|
|
|
|
|
depends on TMPFS
|
|
|
|
|
select TMPFS_XATTR
|
2013-12-20 05:16:54 -08:00
|
|
|
select FS_POSIX_ACL
|
2011-05-25 19:49:18 -07:00
|
|
|
help
|
2011-08-03 16:21:29 -07:00
|
|
|
POSIX Access Control Lists (ACLs) support additional access rights
|
|
|
|
|
for users and groups beyond the standard owner/group/world scheme,
|
|
|
|
|
and this option selects support for ACLs specifically for tmpfs
|
|
|
|
|
filesystems.
|
|
|
|
|
|
|
|
|
|
If you've selected TMPFS, it's possible that you'll also need
|
|
|
|
|
this option as there are a number of Linux distros that require
|
|
|
|
|
POSIX ACL support under /dev for certain features to work properly.
|
|
|
|
|
For example, some distros need this feature for ALSA-related /dev
|
|
|
|
|
files for sound to work properly. In short, if you're not sure,
|
|
|
|
|
say Y.
|
2011-05-25 19:49:18 -07:00
|
|
|
|
2011-05-24 17:12:39 -07:00
|
|
|
config TMPFS_XATTR
|
|
|
|
|
bool "Tmpfs extended attributes"
|
|
|
|
|
depends on TMPFS
|
|
|
|
|
default n
|
|
|
|
|
help
|
|
|
|
|
Extended attributes are name:value pairs associated with inodes by
|
2017-12-20 14:58:52 +01:00
|
|
|
the kernel or by users (see the attr(5) manual page for details).
|
2011-05-24 17:12:39 -07:00
|
|
|
|
2023-08-08 21:33:56 -07:00
|
|
|
This enables support for the trusted.*, security.* and user.*
|
|
|
|
|
namespaces.
|
2011-05-24 17:12:39 -07:00
|
|
|
|
|
|
|
|
You need this for POSIX ACL support on tmpfs.
|
|
|
|
|
|
2011-05-25 19:49:18 -07:00
|
|
|
If unsure, say N.
|
2006-09-29 02:01:35 -07:00
|
|
|
|
2020-08-06 23:20:25 -07:00
|
|
|
config TMPFS_INODE64
|
|
|
|
|
bool "Use 64-bit ino_t by default in tmpfs"
|
2021-03-01 21:02:49 +01:00
|
|
|
depends on TMPFS && 64BIT
|
2020-08-06 23:20:25 -07:00
|
|
|
default n
|
|
|
|
|
help
|
|
|
|
|
tmpfs has historically used only inode numbers as wide as an unsigned
|
|
|
|
|
int. In some cases this can cause wraparound, potentially resulting
|
|
|
|
|
in multiple files with the same inode number on a single device. This
|
|
|
|
|
option makes tmpfs use the full width of ino_t by default, without
|
|
|
|
|
needing to specify the inode64 option when mounting.
|
|
|
|
|
|
|
|
|
|
But if a long-lived tmpfs is to be accessed by 32-bit applications so
|
|
|
|
|
ancient that opening a file larger than 2GiB fails with EINVAL, then
|
|
|
|
|
the INODE64 config option and inode64 mount option risk operations
|
|
|
|
|
failing with EOVERFLOW once 33-bit inode numbers are reached.
|
|
|
|
|
|
|
|
|
|
To override this configured default, use the inode32 or inode64
|
|
|
|
|
option when mounting.
|
|
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
|
2023-07-25 16:45:07 +02:00
|
|
|
config TMPFS_QUOTA
|
|
|
|
|
bool "Tmpfs quota support"
|
|
|
|
|
depends on TMPFS
|
|
|
|
|
select QUOTA
|
|
|
|
|
help
|
|
|
|
|
Quota support allows to set per user and group limits for tmpfs
|
|
|
|
|
usage. Say Y to enable quota support. Once enabled you can control
|
|
|
|
|
user and group quota enforcement with quota, usrquota and grpquota
|
|
|
|
|
mount options.
|
|
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
|
2021-05-04 18:38:13 -07:00
|
|
|
config ARCH_SUPPORTS_HUGETLBFS
|
|
|
|
|
def_bool n
|
|
|
|
|
|
2023-11-24 10:19:02 -05:00
|
|
|
menuconfig HUGETLBFS
|
2005-04-16 15:20:36 -07:00
|
|
|
bool "HugeTLB file system support"
|
2025-07-11 15:59:34 +05:30
|
|
|
depends on ARCH_SUPPORTS_HUGETLBFS
|
2023-06-30 11:08:53 +02:00
|
|
|
select MEMFD_CREATE
|
2024-02-22 22:04:19 +08:00
|
|
|
select PADATA if SMP
|
2006-04-18 22:20:57 -07:00
|
|
|
help
|
|
|
|
|
hugetlbfs is a filesystem backing for HugeTLB pages, based on
|
|
|
|
|
ramfs. For architectures that support it, say Y here and read
|
2018-04-18 11:07:49 +03:00
|
|
|
<file:Documentation/admin-guide/mm/hugetlbpage.rst> for details.
|
2006-04-18 22:20:57 -07:00
|
|
|
|
|
|
|
|
If unsure, say N.
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2023-11-24 10:19:02 -05:00
|
|
|
if HUGETLBFS
|
|
|
|
|
config HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON
|
|
|
|
|
bool "HugeTLB Vmemmap Optimization (HVO) defaults to on"
|
|
|
|
|
default n
|
|
|
|
|
depends on HUGETLB_PAGE_OPTIMIZE_VMEMMAP
|
|
|
|
|
help
|
|
|
|
|
The HugeTLB Vmemmap Optimization (HVO) defaults to off. Say Y here to
|
|
|
|
|
enable HVO by default. It can be disabled via hugetlb_free_vmemmap=off
|
|
|
|
|
(boot command line) or hugetlb_optimize_vmemmap (sysctl).
|
|
|
|
|
endif # HUGETLBFS
|
|
|
|
|
|
2005-04-16 15:20:36 -07:00
|
|
|
config HUGETLB_PAGE
|
|
|
|
|
def_bool HUGETLBFS
|
2023-12-04 10:32:34 -08:00
|
|
|
select XARRAY_MULTI
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2022-04-28 23:16:15 -07:00
|
|
|
config HUGETLB_PAGE_OPTIMIZE_VMEMMAP
|
2021-06-30 18:47:04 -07:00
|
|
|
def_bool HUGETLB_PAGE
|
2023-07-25 00:37:53 +05:30
|
|
|
depends on ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP
|
2021-06-30 18:47:04 -07:00
|
|
|
depends on SPARSEMEM_VMEMMAP
|
2025-02-28 18:29:11 +00:00
|
|
|
select SPARSEMEM_VMEMMAP_PREINIT if ARCH_WANT_HUGETLB_VMEMMAP_PREINIT
|
2021-06-30 18:47:04 -07:00
|
|
|
|
2024-07-26 17:07:27 +02:00
|
|
|
config HUGETLB_PMD_PAGE_TABLE_SHARING
|
|
|
|
|
def_bool HUGETLB_PAGE
|
|
|
|
|
depends on ARCH_WANT_HUGE_PMD_SHARE && SPLIT_PMD_PTLOCKS
|
|
|
|
|
|
2016-10-07 17:01:46 -07:00
|
|
|
config ARCH_HAS_GIGANTIC_PAGE
|
|
|
|
|
bool
|
|
|
|
|
|
2009-01-22 10:42:52 +03:00
|
|
|
source "fs/configfs/Kconfig"
|
2014-12-18 17:50:49 +00:00
|
|
|
source "fs/efivarfs/Kconfig"
|
2005-12-15 14:29:43 -08:00
|
|
|
|
2005-04-16 15:20:36 -07:00
|
|
|
endmenu
|
|
|
|
|
|
2009-01-06 14:40:57 -08:00
|
|
|
menuconfig MISC_FILESYSTEMS
|
|
|
|
|
bool "Miscellaneous filesystems"
|
|
|
|
|
default y
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2009-01-06 14:40:57 -08:00
|
|
|
Say Y here to get to see options for various miscellaneous
|
|
|
|
|
filesystems, such as filesystems that came from other
|
|
|
|
|
operating systems.
|
|
|
|
|
|
|
|
|
|
This option alone does not add any kernel code.
|
|
|
|
|
|
|
|
|
|
If you say N, all options in this submenu will be skipped and
|
|
|
|
|
disabled; if unsure, say Y here.
|
|
|
|
|
|
|
|
|
|
if MISC_FILESYSTEMS
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2015-07-17 10:38:17 -04:00
|
|
|
source "fs/orangefs/Kconfig"
|
2009-01-22 10:48:46 +03:00
|
|
|
source "fs/adfs/Kconfig"
|
2009-01-22 10:49:44 +03:00
|
|
|
source "fs/affs/Kconfig"
|
2009-01-22 10:50:50 +03:00
|
|
|
source "fs/ecryptfs/Kconfig"
|
2009-01-22 10:53:24 +03:00
|
|
|
source "fs/hfs/Kconfig"
|
|
|
|
|
source "fs/hfsplus/Kconfig"
|
2009-01-22 10:54:16 +03:00
|
|
|
source "fs/befs/Kconfig"
|
2009-01-22 10:55:13 +03:00
|
|
|
source "fs/bfs/Kconfig"
|
2009-01-22 10:56:07 +03:00
|
|
|
source "fs/efs/Kconfig"
|
2008-08-29 07:19:50 +04:00
|
|
|
source "fs/jffs2/Kconfig"
|
2008-07-14 19:08:38 +03:00
|
|
|
# UBIFS File system configuration
|
|
|
|
|
source "fs/ubifs/Kconfig"
|
2009-01-22 10:56:54 +03:00
|
|
|
source "fs/cramfs/Kconfig"
|
2009-01-22 10:57:46 +03:00
|
|
|
source "fs/squashfs/Kconfig"
|
2009-01-22 10:58:51 +03:00
|
|
|
source "fs/freevxfs/Kconfig"
|
2009-01-22 10:59:49 +03:00
|
|
|
source "fs/minix/Kconfig"
|
2009-01-22 11:00:41 +03:00
|
|
|
source "fs/omfs/Kconfig"
|
2009-01-22 11:01:26 +03:00
|
|
|
source "fs/hpfs/Kconfig"
|
2009-01-22 11:02:21 +03:00
|
|
|
source "fs/qnx4/Kconfig"
|
2012-02-17 05:59:20 +01:00
|
|
|
source "fs/qnx6/Kconfig"
|
2025-05-15 16:58:45 +00:00
|
|
|
source "fs/resctrl/Kconfig"
|
2009-01-22 11:03:34 +03:00
|
|
|
source "fs/romfs/Kconfig"
|
2010-12-28 14:25:21 -08:00
|
|
|
source "fs/pstore/Kconfig"
|
2009-01-22 11:05:02 +03:00
|
|
|
source "fs/ufs/Kconfig"
|
2019-08-23 05:36:59 +08:00
|
|
|
source "fs/erofs/Kconfig"
|
2019-12-12 15:09:14 +01:00
|
|
|
source "fs/vboxsf/Kconfig"
|
2009-04-06 19:01:41 -07:00
|
|
|
|
2009-01-06 14:40:57 -08:00
|
|
|
endif # MISC_FILESYSTEMS
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2007-10-16 23:30:16 -07:00
|
|
|
menuconfig NETWORK_FILESYSTEMS
|
|
|
|
|
bool "Network File Systems"
|
|
|
|
|
default y
|
2005-04-16 15:20:36 -07:00
|
|
|
depends on NET
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2007-10-16 23:30:16 -07:00
|
|
|
Say Y here to get to see options for network filesystems and
|
|
|
|
|
filesystem-related networking code, such as NFS daemon and
|
|
|
|
|
RPCSEC security modules.
|
2008-05-21 17:09:04 -04:00
|
|
|
|
2007-10-16 23:30:16 -07:00
|
|
|
This option alone does not add any kernel code.
|
|
|
|
|
|
|
|
|
|
If you say N, all options in this submenu will be skipped and
|
|
|
|
|
disabled; if unsure, say Y here.
|
|
|
|
|
|
|
|
|
|
if NETWORK_FILESYSTEMS
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2009-01-22 11:07:41 +03:00
|
|
|
source "fs/nfs/Kconfig"
|
2009-01-22 11:08:58 +03:00
|
|
|
source "fs/nfsd/Kconfig"
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2014-09-12 16:40:20 -04:00
|
|
|
config GRACE_PERIOD
|
|
|
|
|
tristate
|
|
|
|
|
|
2005-04-16 15:20:36 -07:00
|
|
|
config LOCKD
|
|
|
|
|
tristate
|
2009-05-12 13:28:09 -07:00
|
|
|
depends on FILE_LOCKING
|
2025-04-01 15:02:21 -07:00
|
|
|
select CRC32
|
2014-09-12 16:40:20 -04:00
|
|
|
select GRACE_PERIOD
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
|
config LOCKD_V4
|
|
|
|
|
bool
|
2022-02-06 12:25:47 -05:00
|
|
|
depends on NFSD || NFS_V3
|
2009-05-12 13:28:09 -07:00
|
|
|
depends on FILE_LOCKING
|
2005-04-16 15:20:36 -07:00
|
|
|
default y
|
|
|
|
|
|
2005-06-22 17:16:26 +00:00
|
|
|
config NFS_ACL_SUPPORT
|
|
|
|
|
tristate
|
|
|
|
|
select FS_POSIX_ACL
|
|
|
|
|
|
|
|
|
|
config NFS_COMMON
|
|
|
|
|
bool
|
2014-09-12 16:40:20 -04:00
|
|
|
depends on NFSD || NFS_FS || LOCKD
|
2005-06-22 17:16:26 +00:00
|
|
|
default y
|
|
|
|
|
|
2024-09-05 15:09:48 -04:00
|
|
|
config NFS_COMMON_LOCALIO_SUPPORT
|
|
|
|
|
tristate
|
2024-10-03 15:34:59 -04:00
|
|
|
depends on NFS_LOCALIO
|
2024-09-05 15:09:48 -04:00
|
|
|
default y if NFSD=y || NFS_FS=y
|
|
|
|
|
default m if NFSD=m && NFS_FS=m
|
|
|
|
|
select SUNRPC
|
|
|
|
|
|
|
|
|
|
config NFS_LOCALIO
|
|
|
|
|
bool "NFS client and server support for LOCALIO auxiliary protocol"
|
|
|
|
|
depends on NFSD && NFS_FS
|
|
|
|
|
select NFS_COMMON_LOCALIO_SUPPORT
|
|
|
|
|
default n
|
|
|
|
|
help
|
|
|
|
|
Some NFS servers support an auxiliary NFS LOCALIO protocol
|
|
|
|
|
that is not an official part of the NFS protocol.
|
|
|
|
|
|
|
|
|
|
This option enables support for the LOCALIO protocol in the
|
|
|
|
|
kernel's NFS server and client. Enable this to permit local
|
|
|
|
|
NFS clients to bypass the network when issuing reads and
|
|
|
|
|
writes to the local NFS server.
|
|
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
|
2021-01-28 01:42:26 -05:00
|
|
|
config NFS_V4_2_SSC_HELPER
|
2021-04-22 03:37:49 -04:00
|
|
|
bool
|
|
|
|
|
default y if NFS_V4_2
|
2021-01-28 01:42:26 -05:00
|
|
|
|
2009-01-22 11:11:56 +03:00
|
|
|
source "net/sunrpc/Kconfig"
|
2009-10-06 11:31:15 -07:00
|
|
|
source "fs/ceph/Kconfig"
|
2021-08-19 20:34:59 +10:00
|
|
|
|
2023-05-21 20:46:30 -05:00
|
|
|
source "fs/smb/Kconfig"
|
2009-01-22 11:15:06 +03:00
|
|
|
source "fs/coda/Kconfig"
|
2009-01-22 11:16:02 +03:00
|
|
|
source "fs/afs/Kconfig"
|
2009-01-22 11:16:42 +03:00
|
|
|
source "fs/9p/Kconfig"
|
2005-09-09 13:04:18 -07:00
|
|
|
|
2007-10-16 23:30:16 -07:00
|
|
|
endif # NETWORK_FILESYSTEMS
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
|
source "fs/nls/Kconfig"
|
2006-01-18 09:30:29 +00:00
|
|
|
source "fs/dlm/Kconfig"
|
2019-04-25 13:38:44 -04:00
|
|
|
source "fs/unicode/Kconfig"
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2019-10-22 10:25:58 -06:00
|
|
|
config IO_WQ
|
|
|
|
|
bool
|
|
|
|
|
|
2005-04-16 15:20:36 -07:00
|
|
|
endmenu
|