/fs/nfs/ |
D | Kconfig | 4 depends on INET && FILE_LOCKING && MULTIUSER 9 Choose Y here if you want to access files residing on other 28 system on NFS" below. You cannot compile this file system as a 35 depends on NFS_FS 45 depends on NFS_FS 55 depends on NFS_V3 60 applications on NFS clients to manipulate POSIX Access Control 61 Lists on files residing on NFS servers. NFS servers enforce 62 ACLs on local files whether this protocol is available or not. 66 applications to access and modify ACLs on files on the server. [all …]
|
/fs/overlayfs/ |
D | Kconfig | 15 bool "Overlayfs: turn on redirect directory feature by default" 16 depends on OVERLAY_FS 21 "redirect_dir=off" module option or on a filesystem instance basis 25 an overlay which has redirects on a kernel that doesn't support this 33 depends on OVERLAY_FS 46 bool "Overlayfs: turn on inodes index feature by default" 47 depends on OVERLAY_FS 52 "index=off" module option or on a filesystem instance basis with the 55 The inodes index feature prevents breaking of lower hardlinks on copy 59 That is, mounting an overlay which has an inodes index on a kernel [all …]
|
/fs/f2fs/ |
D | Kconfig | 4 depends on BLOCK 18 F2FS is based on Log-structured File System (LFS), which supports 19 versatile "flash-friendly" features. The design has been focused on 25 and tools support various parameters not only for configuring on-disk 32 depends on F2FS_FS 45 depends on F2FS_FS 55 depends on F2FS_FS_XATTR 66 depends on F2FS_FS_XATTR 80 depends on F2FS_FS 88 depends on F2FS_FS [all …]
|
/fs/pstore/ |
D | Kconfig | 13 (e.g. ACPI_APEI on X86) which will select this for you. 20 depends on PSTORE 28 depends on PSTORE 35 depends on PSTORE 42 depends on PSTORE 49 depends on PSTORE 56 depends on PSTORE 63 depends on PSTORE 64 depends on PSTORE_DEFLATE_COMPRESS || PSTORE_LZO_COMPRESS || \ 70 depends on PSTORE_COMPRESS [all …]
|
D | ftrace.c | 64 u8 on; in pstore_ftrace_knob_write() local 67 ret = kstrtou8_from_user(buf, count, 2, &on); in pstore_ftrace_knob_write() 73 if (!on ^ pstore_ftrace_enabled) in pstore_ftrace_knob_write() 76 if (on) { in pstore_ftrace_knob_write() 85 __func__, on ? "" : "un", ret); in pstore_ftrace_knob_write() 89 pstore_ftrace_enabled = on; in pstore_ftrace_knob_write()
|
/fs/nfsd/ |
D | Kconfig | 4 depends on INET 5 depends on FILE_LOCKING 6 depends on FSNOTIFY 11 depends on MULTIUSER 14 files residing on this system using Sun's Network File System 28 available to clients mounting the NFS server on this system. 36 depends on NFSD 40 depends on NFSD 49 depends on NFSD_V3 54 This protocol extension allows applications on NFS clients to [all …]
|
/fs/fscache/ |
D | Kconfig | 8 Different sorts of caches can be plugged in, depending on the 14 bool "Gather statistical information on local caching" 15 depends on FSCACHE && PROC_FS 17 This option causes statistical information to be gathered on local 23 execution as there are a quite a few stats gathered, and on a 24 multi-CPU system these may be on cachelines that keep bouncing 31 bool "Gather latency information on local caching" 32 depends on FSCACHE && PROC_FS 34 This option causes latency information to be gathered on local 41 and on a multi-CPU system these may be on cachelines that keep [all …]
|
/fs/cifs/ |
D | Kconfig | 4 depends on INET 35 dialects older than SMB2.1 is often discouraged on public networks. 58 depends on CIFS 60 Enabling this option will allow more detailed statistics on SMB 62 allow optional logging of slow responses to dmesg (depending on the 64 These additional statistics may have a minor effect on performance 72 depends on CIFS 81 on mounts with cifs.ko 87 depends on CIFS && CIFS_ALLOW_INSECURE_LEGACY 99 security mechanisms if you are on a public network. Unless you [all …]
|
/fs/jffs2/ |
D | Kconfig | 5 depends on MTD 8 for use on diskless embedded devices. It provides improved wear 10 this on normal block devices, only on 'MTD' devices. 12 Further information on the design and implementation of JFFS2 is 17 depends on JFFS2_FS 34 depends on JFFS2_FS 39 This functionality is required to support JFFS2 on the following 47 depends on JFFS2_FS_WRITEBUFFER 55 depends on JFFS2_FS 68 depends on JFFS2_FS [all …]
|
/fs/cachefiles/ |
D | Kconfig | 4 tristate "Filesystem caching on files" 5 depends on FSCACHE && BLOCK 16 depends on CACHEFILES 19 caching on files module. If this is set, the debugging output may be 24 bool "Gather latency information on CacheFiles" 25 depends on CACHEFILES && PROC_FS 28 This option causes latency information to be gathered on CacheFiles 35 and on a multi-CPU system these may be on cachelines that keep
|
/fs/btrfs/ |
D | Kconfig | 21 depends on !PPC_256K_PAGES # powerpc 22 depends on !PAGE_SIZE_256KB # hexagon 25 Btrfs is a general purpose copy-on-write filesystem with extents, 27 features focused on fault tolerance, repair and easy administration. 44 depends on BTRFS_FS 54 depends on BTRFS_FS 58 state of the filesystem on disk is always consistent, i.e., 73 depends on BTRFS_FS 75 This will run some basic sanity tests on the free space cache 84 depends on BTRFS_FS [all …]
|
/fs/ |
D | Kconfig | 47 depends on MMU 48 depends on !(ARM || MIPS || SPARC) 53 Direct Access (DAX) can be used on memory-backed block devices. 56 on this option will compile in support for DAX; you will need to 66 depends on FS_DAX 67 depends on ZONE_DEVICE 68 depends on TRANSPARENT_HUGEPAGE 106 depends on FILE_LOCKING 109 This option enables files appropriately marked files on appropriely 161 depends on SHMEM [all …]
|
D | Kconfig.binfmt | 7 depends on MMU 33 depends on COMPAT && BINFMT_ELF 48 depends on (ARM || (SUPERH && !MMU) || C6X) 51 ELF FDPIC binaries are based on ELF, but allow the individual load 57 It is also possible to run FDPIC ELF binaries on MMU linux also. 67 depends on BINFMT_ELF && ELF_CORE 105 depends on ARCH_HAS_BINFMT_FLAT 117 depends on BINFMT_FLAT 124 depends on BINFMT_FLAT 131 depends on BINFMT_FLAT [all …]
|
/fs/ext4/ |
D | Kconfig | 14 depends on EXT3_FS 23 depends on EXT3_FS 41 the on-disk format of ext4 is not forwards compatible with 42 ext3; it is based on extent maps and it supports 48-bit 54 of ext4 features, the on disk filesystem format stays fully backward 64 depends on EXT4_FS 65 depends on EXT2_FS=n 75 depends on EXT4_FS 85 depends on EXT4_FS 97 depends on EXT4_FS [all …]
|
/fs/kernfs/ |
D | file.c | 526 struct kernfs_open_node *on, *new_on = NULL; in kernfs_get_open_node() local 537 on = kn->attr.open; in kernfs_get_open_node() 538 if (on) { in kernfs_get_open_node() 539 atomic_inc(&on->refcnt); in kernfs_get_open_node() 540 list_add_tail(&of->list, &on->files); in kernfs_get_open_node() 546 if (on) { in kernfs_get_open_node() 577 struct kernfs_open_node *on = kn->attr.open; in kernfs_put_open_node() local 586 if (atomic_dec_and_test(&on->refcnt)) in kernfs_put_open_node() 589 on = NULL; in kernfs_put_open_node() 594 kfree(on); in kernfs_put_open_node() [all …]
|
/fs/squashfs/ |
D | Kconfig | 4 depends on BLOCK 31 depends on SQUASHFS 53 on the single buffer. 59 depends on SQUASHFS 78 poor performance on parallel I/O workloads when using multiple CPU 79 machines due to waiting on decompressor availability. 86 on a demand basis. 92 poor performance on parallel I/O workloads when using multiple CPU 93 machines due to waiting on decompressor availability. 103 depends on SQUASHFS [all …]
|
/fs/xfs/ |
D | Kconfig | 4 depends on BLOCK 10 on the SGI IRIX platform. It is completely multi-threaded, can 17 for complete details. This implementation is on-disk compatible 27 depends on XFS_FS 52 depends on XFS_FS 55 If you say Y here, you will be able to set limits for disk usage on 58 higher level guarantee of consistency. The on-disk data format for 70 depends on XFS_FS 80 depends on XFS_FS 99 depends on XFS_FS [all …]
|
/fs/proc/ |
D | Kconfig | 7 of the system. "Virtual" means that it doesn't take up any space on 8 your hard disk: the files are created on the fly by the kernel when 26 <file:Documentation/filesystems/proc.rst> and on the proc(5) manpage 30 programs depend on this, so everyone should say Y here. 34 depends on PROC_FS && MMU 43 depends on PROC_FS && CRASH_DUMP 50 depends on PROC_VMCORE 66 depends on PROC_FS 71 certain kernel parameters and variables on the fly without requiring 85 depends on PROC_FS && MMU [all …]
|
/fs/fuse/ |
D | Kconfig | 19 a filesystem based on FUSE, answer Y or M. 23 depends on FUSE_FS 29 based on CUSE, answer Y or M. 33 depends on FUSE_FS 46 depends on VIRTIO_FS 47 depends on FS_DAX 48 depends on DAX_DRIVER
|
/fs/minix/ |
D | Kconfig | 4 depends on BLOCK 7 The minix file system (method to organize files on a hard disk 10 You don't want to use the minix file system on your hard disk 12 on older Linux floppy disks. This option will enlarge your kernel 22 depends on MICROBLAZE || MIPS || S390 || SUPERH || SPARC || XTENSA || (M68K && !MMU) 26 depends on M68K && MMU
|
/fs/erofs/ |
D | Kconfig | 5 depends on BLOCK 23 depends on EROFS_FS 33 depends on EROFS_FS 44 depends on EROFS_FS_XATTR 58 depends on EROFS_FS_XATTR 71 depends on EROFS_FS 81 depends on EROFS_FS_ZIP 84 async decompression for low latencies on some architectures. 90 depends on EROFS_FS_ZIP && EROFS_FS_PCPU_KTHREAD
|
/fs/adfs/ |
D | Kconfig | 4 depends on BLOCK 7 RiscOS operating system which runs on Acorn's ARM-based Risc PC 9 here, Linux will be able to read from ADFS partitions on hard drives 14 /dev/[hs]d?1) on each of your drives. Please read the file 24 depends on ADFS_FS 26 If you say Y here, you will be able to write to ADFS partitions on
|
/fs/nls/ |
D | Kconfig | 10 depend on it (e.g. FAT, JOLIET, NT, BEOS filesystems), as well 27 system (if different) to store data (filenames) on a disk. 46 codepage if you want to be able to read/write these filenames on 58 codepage if you want to be able to read/write these filenames on 70 codepage if you want to be able to read/write these filenames on 83 codepage if you want to be able to read/write these filenames on 99 codepage if you want to be able to read/write these filenames on 114 codepage if you want to be able to read/write these filenames on 125 codepage if you want to be able to read/write these filenames on 136 codepage if you want to be able to read/write these filenames on [all …]
|
/fs/ocfs2/ |
D | Kconfig | 4 depends on INET && SYSFS && CONFIGFS_FS 23 For more information on OCFS2, see the file 28 depends on OCFS2_FS 42 depends on OCFS2_FS && DLM 54 depends on OCFS2_FS && DEBUG_FS 62 depends on OCFS2_FS 72 depends on OCFS2_FS
|
/fs/reiserfs/ |
D | Kconfig | 33 depends on REISERFS_FS 38 have forgotten that this was on, and then gone despondent over the 41 effect on end users. If you are on the verge of sending in a bug 47 depends on REISERFS_FS && PROC_FS 58 depends on REISERFS_FS 67 depends on REISERFS_FS_XATTR 77 depends on REISERFS_FS_XATTR
|