lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aNqZE+ex0ci1etXU@debian>
Date: Mon, 29 Sep 2025 22:34:59 +0800
From: Gao Xiang <xiang@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-erofs@...ts.ozlabs.org, LKML <linux-kernel@...r.kernel.org>,
	Bo Liu <liubo03@...pur.com>, Chao Yu <chao@...nel.org>,
	Hongbo Li <lihongbo22@...wei.com>
Subject: [GIT PULL] erofs updates for 6.18-rc1

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ