From: Darrick J. Wong <djwong@xxxxxxxxxx> We didn't add any new ondisk features in 2023, so the config file is the same. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> --- mkfs/Makefile | 3 ++- mkfs/lts_6.12.conf | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 mkfs/lts_6.12.conf diff --git a/mkfs/Makefile b/mkfs/Makefile index a6173083e4c2d4..754a17ea5137b7 100644 --- a/mkfs/Makefile +++ b/mkfs/Makefile @@ -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 index 00000000000000..35b79082495d24 --- /dev/null +++ b/mkfs/lts_6.12.conf @@ -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