1 # SPDX-License-Identifier: GPL-2.0-only << 2 config OCFS2_FS 1 config OCFS2_FS 3 tristate "OCFS2 file system support" 2 tristate "OCFS2 file system support" 4 depends on INET && SYSFS && CONFIGFS_F !! 3 depends on NET && SYSFS && CONFIGFS_FS 5 select BUFFER_HEAD << 6 select JBD2 4 select JBD2 7 select CRC32 5 select CRC32 8 select QUOTA 6 select QUOTA 9 select QUOTA_TREE 7 select QUOTA_TREE 10 select FS_POSIX_ACL 8 select FS_POSIX_ACL 11 select LEGACY_DIRECT_IO << 12 help 9 help 13 OCFS2 is a general purpose extent ba 10 OCFS2 is a general purpose extent based shared disk cluster file 14 system with many similarities to ext 11 system with many similarities to ext3. It supports 64 bit inode 15 numbers, and has automatically exten 12 numbers, and has automatically extending metadata groups which may 16 also make it attractive for non-clus 13 also make it attractive for non-clustered use. 17 14 18 You'll want to install the ocfs2-too 15 You'll want to install the ocfs2-tools package in order to at least 19 get "mount.ocfs2". 16 get "mount.ocfs2". 20 17 21 Project web page: https://ocfs2.w !! 18 Project web page: http://oss.oracle.com/projects/ocfs2 22 Tools web page: https://github. !! 19 Tools web page: http://oss.oracle.com/projects/ocfs2-tools 23 OCFS2 mailing lists: https://subspac !! 20 OCFS2 mailing lists: http://oss.oracle.com/projects/ocfs2/mailman/ 24 21 25 For more information on OCFS2, see t 22 For more information on OCFS2, see the file 26 <file:Documentation/filesystems/ocfs !! 23 <file:Documentation/filesystems/ocfs2.txt>. 27 24 28 config OCFS2_FS_O2CB 25 config OCFS2_FS_O2CB 29 tristate "O2CB Kernelspace Clustering" 26 tristate "O2CB Kernelspace Clustering" 30 depends on OCFS2_FS 27 depends on OCFS2_FS 31 default y 28 default y 32 help 29 help 33 OCFS2 includes a simple kernelspace 30 OCFS2 includes a simple kernelspace clustering package, the OCFS2 34 Cluster Base. It only requires a ve 31 Cluster Base. It only requires a very small userspace component 35 to configure it. This comes with the 32 to configure it. This comes with the standard ocfs2-tools package. 36 O2CB is limited to maintaining a clu 33 O2CB is limited to maintaining a cluster for OCFS2 file systems. 37 It cannot manage any other cluster a 34 It cannot manage any other cluster applications. 38 35 39 It is always safe to say Y here, as 36 It is always safe to say Y here, as the clustering method is 40 run-time selectable. 37 run-time selectable. 41 38 42 config OCFS2_FS_USERSPACE_CLUSTER 39 config OCFS2_FS_USERSPACE_CLUSTER 43 tristate "OCFS2 Userspace Clustering" 40 tristate "OCFS2 Userspace Clustering" 44 depends on OCFS2_FS && DLM 41 depends on OCFS2_FS && DLM 45 default y 42 default y 46 help 43 help 47 This option will allow OCFS2 to use 44 This option will allow OCFS2 to use userspace clustering services 48 in conjunction with the DLM in fs/dl 45 in conjunction with the DLM in fs/dlm. If you are using a 49 userspace cluster manager, say Y her 46 userspace cluster manager, say Y here. 50 47 51 It is safe to say Y, as the clusteri 48 It is safe to say Y, as the clustering method is run-time 52 selectable. 49 selectable. 53 50 54 config OCFS2_FS_STATS 51 config OCFS2_FS_STATS 55 bool "OCFS2 statistics" 52 bool "OCFS2 statistics" 56 depends on OCFS2_FS && DEBUG_FS 53 depends on OCFS2_FS && DEBUG_FS 57 default y 54 default y 58 help 55 help 59 This option allows some fs statistic 56 This option allows some fs statistics to be captured. Enabling 60 this option may increase the memory 57 this option may increase the memory consumption. 61 58 62 config OCFS2_DEBUG_MASKLOG 59 config OCFS2_DEBUG_MASKLOG 63 bool "OCFS2 logging support" 60 bool "OCFS2 logging support" 64 depends on OCFS2_FS 61 depends on OCFS2_FS 65 default y 62 default y 66 help 63 help 67 The ocfs2 filesystem has an extensiv 64 The ocfs2 filesystem has an extensive logging system. The system 68 allows selection of events to log vi 65 allows selection of events to log via files in /sys/o2cb/logmask/. 69 This option will enlarge your kernel 66 This option will enlarge your kernel, but it allows debugging of 70 ocfs2 filesystem issues. 67 ocfs2 filesystem issues. 71 68 72 config OCFS2_DEBUG_FS 69 config OCFS2_DEBUG_FS 73 bool "OCFS2 expensive checks" 70 bool "OCFS2 expensive checks" 74 depends on OCFS2_FS 71 depends on OCFS2_FS 75 default n 72 default n 76 help 73 help 77 This option will enable expensive co 74 This option will enable expensive consistency checks. Enable 78 this option for debugging only as it 75 this option for debugging only as it is likely to decrease 79 performance of the filesystem. 76 performance of the filesystem.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.