summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/CONFIG_XFS_SUPPORT_V4
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-01-11 19:05:14 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2021-01-11 19:05:14 +0100
commit1a2ad4fd640be4c8c42ec5549f284108c2eb55d3 (patch)
tree0d31faa8dab2538210f89f1dcff6d67ea9275eeb /configs/fedora/generic/CONFIG_XFS_SUPPORT_V4
parenta308a5e812c347a429bc968b67ea46d476bc4039 (diff)
parente18a08842c58c529ffcf0a8bca80776a5e14b3d5 (diff)
downloadkernel-5.10.6-350.vanilla.knurd.1.fc33.tar.gz
kernel-5.10.6-350.vanilla.knurd.1.fc33.tar.xz
kernel-5.10.6-350.vanilla.knurd.1.fc33.zip
Merge remote-tracking branch 'origin/f33' into f33-user-thl-vanilla-fedorakernel-5.10.6-350.vanilla.knurd.1.fc33
Diffstat (limited to 'configs/fedora/generic/CONFIG_XFS_SUPPORT_V4')
-rw-r--r--configs/fedora/generic/CONFIG_XFS_SUPPORT_V434
1 files changed, 34 insertions, 0 deletions
diff --git a/configs/fedora/generic/CONFIG_XFS_SUPPORT_V4 b/configs/fedora/generic/CONFIG_XFS_SUPPORT_V4
new file mode 100644
index 000000000..aeb9b39ac
--- /dev/null
+++ b/configs/fedora/generic/CONFIG_XFS_SUPPORT_V4
@@ -0,0 +1,34 @@
+# CONFIG_XFS_SUPPORT_V4:
+#
+# The V4 filesystem format lacks certain features that are supported
+# by the V5 format, such as metadata checksumming, strengthened
+# metadata verification, and the ability to store timestamps past the
+# year 2038. Because of this, the V4 format is deprecated. All users
+# should upgrade by backing up their files, reformatting, and restoring
+# from the backup.
+#
+# Administrators and users can detect a V4 filesystem by running
+# xfs_info against a filesystem mountpoint and checking for a string
+# beginning with "crc=". If the string "crc=0" is found, the
+# filesystem is a V4 filesystem. If no such string is found, please
+# upgrade xfsprogs to the latest version and try again.
+#
+# This option will become default N in September 2025. Support for the
+# V4 format will be removed entirely in September 2030. Distributors
+# can say N here to withdraw support earlier.
+#
+# To continue supporting the old V4 format (crc=0), say Y.
+# To close off an attack surface, say N.
+#
+# Symbol: XFS_SUPPORT_V4 [=y]
+# Type : bool
+# Defined at fs/xfs/Kconfig:25
+# Prompt: Support deprecated V4 (crc=0) format
+# Depends on: BLOCK [=y] && XFS_FS [=m]
+# Location:
+# -> File systems
+# -> XFS filesystem support (XFS_FS [=m])
+#
+#
+#
+CONFIG_XFS_SUPPORT_V4=y