All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <djwong@kernel.org>
To: djwong@kernel.org, cem@kernel.org
Cc: linux-xfs@vger.kernel.org
Subject: [PATCH 3/3] mkfs: add a config file for 6.6 LTS kernels
Date: Mon, 25 Sep 2023 14:59:36 -0700	[thread overview]
Message-ID: <169567917637.2320343.16837668277109787768.stgit@frogsfrogsfrogs> (raw)
In-Reply-To: <169567915945.2320343.12838353246024459529.stgit@frogsfrogsfrogs>

From: Darrick J. Wong <djwong@kernel.org>

Enable 64-bit extent counts and reverse mapping for 6.6.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 mkfs/Makefile     |    3 ++-
 mkfs/lts_6.6.conf |   14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 mkfs/lts_6.6.conf


diff --git a/mkfs/Makefile b/mkfs/Makefile
index 6c7ee186fa2..a0c168e3815 100644
--- a/mkfs/Makefile
+++ b/mkfs/Makefile
@@ -15,7 +15,8 @@ CFGFILES = \
 	lts_5.4.conf \
 	lts_5.10.conf \
 	lts_5.15.conf \
-	lts_6.1.conf
+	lts_6.1.conf \
+	lts_6.6.conf
 
 LLDLIBS += $(LIBXFS) $(LIBXCMD) $(LIBFROG) $(LIBRT) $(LIBBLKID) \
 	$(LIBUUID) $(LIBINIH) $(LIBURCU) $(LIBPTHREAD)
diff --git a/mkfs/lts_6.6.conf b/mkfs/lts_6.6.conf
new file mode 100644
index 00000000000..244f8eaf764
--- /dev/null
+++ b/mkfs/lts_6.6.conf
@@ -0,0 +1,14 @@
+# V5 features that were the mkfs defaults when the upstream Linux 6.6 LTS
+# kernel was released at the end of 2023.
+
+[metadata]
+bigtime=1
+crc=1
+finobt=1
+inobtcount=1
+reflink=1
+rmapbt=1
+
+[inode]
+sparse=1
+nrext64=1


  parent reply	other threads:[~2023-09-25 21:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <yYhBoMPNLxCHrIeX3b1PpvoBD6ldkuAl-kVPhaeM0nsUAoKVIpIGK4-HTmZFhRcMbLo2FutpL7v8k5fNiynxjg==@protonmail.internalid>
2023-09-25 21:59 ` [PATCHSET 0/3] xfsprogs: adjust defaults for 6.6 LTS kernels Darrick J. Wong
2023-09-25 21:59   ` [PATCH 1/3] mkfs: enable large extent counts by default Darrick J. Wong
2023-09-25 21:59   ` [PATCH 2/3] mkfs: enable reverse mapping " Darrick J. Wong
2023-09-25 21:59   ` Darrick J. Wong [this message]
2023-10-03 11:51   ` [PATCHSET 0/3] xfsprogs: adjust defaults for 6.6 LTS kernels Carlos Maiolino

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=169567917637.2320343.16837668277109787768.stgit@frogsfrogsfrogs \
    --to=djwong@kernel.org \
    --cc=cem@kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.