new file mode 100644
@@ -0,0 +1,28 @@
+[[Filesystem_Properties]]
+= Filesystem Properties
+
+System administrators can set filesystem-wide properties to coordinate the
+behavior of userspace XFS administration tools. These properties are recorded
+as extended attributes of the +ATTR_ROOT+ namesace that are set on the root
+directory.
+
+[options="header"]
+|=====
+| Property | Description
+| +xfs:autofsck+ | Online fsck background scanning behavior
+|=====
+
+*xfs:autofsck*::
+This property controls the behavior of background online fsck.
+Unrecognized values are treated as if the property was not set.
+Check the +xfs_scrub+ manual page for more information.
+
+.autofsck property values
+[options="header"]
+|=====
+| Value | Description
+| +none+ | Do not perform background scans.
+| +check+ | Only check metadata.
+| +optimize+ | Check and optimize metadata.
+| +repair+ | Check, repair, or optimize metadata.
+|=====
@@ -84,6 +84,8 @@ include::journaling_log.asciidoc[]
include::internal_inodes.asciidoc[]
+include::fs_properties.asciidoc[]
+
:leveloffset: 0
Dynamically Allocated Structures