From: "Darrick J. Wong" <djwong@kernel.org>
To: djwong@kernel.org, cem@kernel.org
Cc: preichl@redhat.com, linux-xfs@vger.kernel.org
Subject: [PATCHSET] xfs: kconfig and feature changes for 2025 LTS
Date: Wed, 03 Sep 2025 07:59:47 -0700 [thread overview]
Message-ID: <175691147603.1206750.9285060179974032092.stgit@frogsfrogsfrogs> (raw)
Hi all,
Ahead of the 2025 LTS kernel, disable by default the two features that
we promised to turn off in September 2025: V4 filesystems, and the
long-broken ASCII case insensitive directories.
Since online fsck has not had any major issues in the 16 months since it
was merged upstream, let's also turn that on by default.
If you're going to start using this code, I strongly recommend pulling
from my git trees, which are linked below.
This has been running on the djcloud for months with no problems. Enjoy!
Comments and questions are, as always, welcome.
--D
kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=kconfig-2025-changes
---
Commits in this patchset:
* xfs: disable deprecated features by default in Kconfig
* xfs: remove deprecated mount options
* xfs: remove deprecated sysctl knobs
* xfs: enable online fsck by default in Kconfig
---
fs/xfs/xfs_linux.h | 2 -
fs/xfs/xfs_mount.h | 12 ++++---
fs/xfs/xfs_sysctl.h | 3 --
Documentation/admin-guide/xfs.rst | 57 +++++------------------------------
fs/xfs/Kconfig | 16 ++++------
fs/xfs/libxfs/xfs_attr_leaf.c | 23 +++-----------
fs/xfs/libxfs/xfs_bmap.c | 14 ++-------
fs/xfs/libxfs/xfs_ialloc.c | 4 +-
fs/xfs/libxfs/xfs_inode_util.c | 11 -------
fs/xfs/libxfs/xfs_sb.c | 9 ++----
fs/xfs/xfs_globals.c | 2 -
fs/xfs/xfs_icache.c | 6 +---
fs/xfs/xfs_iops.c | 12 +++----
fs/xfs/xfs_mount.c | 13 --------
fs/xfs/xfs_super.c | 60 +------------------------------------
fs/xfs/xfs_sysctl.c | 29 +-----------------
16 files changed, 43 insertions(+), 230 deletions(-)
next reply other threads:[~2025-09-03 14:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-03 14:59 Darrick J. Wong [this message]
2025-09-03 14:59 ` [PATCH 1/4] xfs: disable deprecated features by default in Kconfig Darrick J. Wong
2025-09-05 8:30 ` Carlos Maiolino
2025-09-03 15:00 ` [PATCH 2/4] xfs: remove deprecated mount options Darrick J. Wong
2025-09-05 8:35 ` Carlos Maiolino
2025-09-05 15:25 ` Darrick J. Wong
2025-09-03 15:00 ` [PATCH 3/4] xfs: remove deprecated sysctl knobs Darrick J. Wong
2025-09-05 8:36 ` Carlos Maiolino
2025-09-03 15:00 ` [PATCH 4/4] xfs: enable online fsck by default in Kconfig Darrick J. Wong
2025-09-03 18:07 ` Vlastimil Babka
2025-09-03 19:38 ` Darrick J. Wong
2025-09-04 2:43 ` [PATCH v1.1 " Darrick J. Wong
2025-09-05 8:39 ` 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=175691147603.1206750.9285060179974032092.stgit@frogsfrogsfrogs \
--to=djwong@kernel.org \
--cc=cem@kernel.org \
--cc=linux-xfs@vger.kernel.org \
--cc=preichl@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox