]> www.infradead.org Git - users/hch/xfsprogs.git/commitdiff
mkfs: add a config file for 6.12 LTS kernels
authorDarrick J. Wong <djwong@kernel.org>
Tue, 29 Oct 2024 00:03:34 +0000 (17:03 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 31 Oct 2024 22:45:05 +0000 (15:45 -0700)
We didn't add any new ondisk features in 2023, so the config file is the
same.

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

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