Lines Matching +full:string +full:- +full:support

1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "XFS filesystem support"
10 on the SGI IRIX platform. It is completely multi-threaded, can
11 support large files and large filesystems, extended attributes,
17 for complete details. This implementation is on-disk compatible
20 To compile this file system support as a module, choose M here: the
26 bool "Support deprecated V4 (crc=0) format"
38 xfs_info against a filesystem mountpoint and checking for a string
39 beginning with "crc=". If the string "crc=0" is found, the
40 filesystem is a V4 filesystem. If no such string is found, please
43 This option will become default N in September 2025. Support for the
45 can say N here to withdraw support earlier.
51 bool "Support deprecated case-insensitive ascii (ascii-ci=1) format"
56 on systems that have been coerced into using ISO 8859-1, and it does
58 the locale settings in userspace, so it corrupts UTF-8 names.
65 xfs_info against a filesystem mountpoint and checking for a string
66 beginning with "ascii-ci=". If the string "ascii-ci=1" is found, the
67 filesystem is a case-insensitive filesystem. If no such string is
70 This option will become default N in September 2025. Support for the
72 can say N here to withdraw support earlier.
74 To continue supporting case-insensitivity (ascii-ci=1), say Y.
78 bool "XFS Quota support"
85 higher level guarantee of consistency. The on-disk data format for
92 with or without the generic quota support enabled (CONFIG_QUOTA) -
96 bool "XFS POSIX ACL support"
100 POSIX Access Control Lists (ACLs) support permissions for users and
106 bool "XFS Realtime subvolume support"
117 to applications via the inherit-realtime directory inode flag.
138 bool "XFS online metadata check support"
168 timers and the need to merge per-invocation information into the
176 bool "XFS online metadata repair support"
199 It converts ASSERT checks to WARN, so will log any out-of-bounds
202 not cause the kernel to panic on non-fatal errors.
208 bool "XFS Debugging support"
213 and extra sanity-checking functions in various code paths.