]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
mkfs: add 2025 LTS config file
authorDarrick J. Wong <djwong@kernel.org>
Tue, 9 Dec 2025 16:16:24 +0000 (08:16 -0800)
committerAndrey Albershteyn <aalbersh@kernel.org>
Tue, 9 Dec 2025 16:30:29 +0000 (17:30 +0100)
Add a new configuration file with the defaults as of 6.18 LTS.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
mkfs/Makefile
mkfs/lts_6.18.conf [new file with mode: 0644]

index 04905bd5101ccbab2f64de5fb007315a59f03ae6..fb1473324cde7c96cdb5057562b6c62597fa0434 100644 (file)
@@ -18,7 +18,8 @@ CFGFILES = \
        lts_5.15.conf \
        lts_6.1.conf \
        lts_6.6.conf \
-       lts_6.12.conf
+       lts_6.12.conf \
+       lts_6.18.conf
 
 LLDLIBS += $(LIBXFS) $(LIBXCMD) $(LIBFROG) $(LIBRT) $(LIBBLKID) \
        $(LIBUUID) $(LIBINIH) $(LIBURCU) $(LIBPTHREAD)
diff --git a/mkfs/lts_6.18.conf b/mkfs/lts_6.18.conf
new file mode 100644 (file)
index 0000000..2dbec51
--- /dev/null
@@ -0,0 +1,19 @@
+# V5 features that were the mkfs defaults when the upstream Linux 6.18 LTS
+# kernel was released at the end of 2025.
+
+[metadata]
+bigtime=1
+crc=1
+finobt=1
+inobtcount=1
+metadir=0
+reflink=1
+rmapbt=1
+
+[inode]
+sparse=1
+nrext64=1
+exchange=1
+
+[naming]
+parent=1