From: Gao Xiang <xiang@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-erofs@lists.ozlabs.org, LKML <linux-kernel@vger.kernel.org>,
Bo Liu <liubo03@inspur.com>, Chao Yu <chao@kernel.org>,
Hongbo Li <lihongbo22@huawei.com>
Subject: [GIT PULL] erofs updates for 6.18-rc1
Date: Mon, 29 Sep 2025 22:34:59 +0800 [thread overview]
Message-ID: <aNqZE+ex0ci1etXU@debian> (raw)
Hi Linus,
Could you consider this pull request for 6.18-rc1?
There is no outstanding feature for this cycle. One change adds
support for FS_IOC_GETFSLABEL, and the others are fixes and cleanups.
All commits have been in -next for a while and no potential merge
conflict is observed.
Thanks,
Gao Xiang
The following changes since commit f83ec76bf285bea5727f478a68b894f5543ca76e:
Linux 6.17-rc6 (2025-09-14 14:21:14 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.18-rc1
for you to fetch changes up to e2d3af0d64e5fe2ee269e8f082642f82bcca3903:
erofs: drop redundant sanity check for ztailpacking inline (2025-09-25 11:26:39 +0800)
----------------------------------------------------------------
Changes since last update:
- Support FS_IOC_GETFSLABEL ioctl;
- Stop meaningless read-more policy on fragment extents;
- Remove a duplicate check for ztailpacking inline.
----------------------------------------------------------------
Bo Liu (OpenAnolis) (1):
erofs: Add support for FS_IOC_GETFSLABEL
Gao Xiang (2):
erofs: avoid reading more for fragment maps
erofs: drop redundant sanity check for ztailpacking inline
fs/erofs/data.c | 4 ++++
fs/erofs/dir.c | 4 ++++
fs/erofs/inode.c | 40 ++++++++++++++++++++++++++++++++++++----
fs/erofs/internal.h | 5 +++++
fs/erofs/super.c | 8 ++++++++
fs/erofs/zdata.c | 7 ++-----
fs/erofs/zmap.c | 4 ++--
7 files changed, 61 insertions(+), 11 deletions(-)
next reply other threads:[~2025-09-29 14:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-29 14:34 Gao Xiang [this message]
2025-09-29 23:22 ` [GIT PULL] erofs updates for 6.18-rc1 pr-tracker-bot
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=aNqZE+ex0ci1etXU@debian \
--to=xiang@kernel.org \
--cc=chao@kernel.org \
--cc=lihongbo22@huawei.com \
--cc=linux-erofs@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=liubo03@inspur.com \
--cc=torvalds@linux-foundation.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.