From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BC0873BFE40 for ; Wed, 25 Feb 2026 19:43:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772048600; cv=none; b=r/1n+LDCwTZfg3yYa5RxXtUsOAvlMWCZvhf0PtBGIy4Ql5AFW+3DSgHF7AVfd4wc8ps0tBnWK0lyIXWVSNcmmqjEJkrY9O8LkEuN2StJNSr1qdb5yWA/oWt0wh6T+67tt+OH2R7bB5kLOuxgGVeOW4+s145HVbk1uq6yGk6zKUw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772048600; c=relaxed/simple; bh=2C9b8Zm+1GDv/c/dJvAtw0Jr0AehqfcnI7KHPI8SMFI=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=YwY03F/OHeoELOTBg4XLtVMdkNw49SaxyOrUaKiupBuJSwGFSQu99Pwye5XIhw/K7gtJY+8Dz62Tp1MhXLbZJnynXtVNfpH/Ltyli+SIVJXKbF+eC8noLHrIeO1aXyxBG6/d084gwYAqI8Xbq7JU9fGE/lByFVVXN9oZAn6HQM8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=roHqaVrB; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="roHqaVrB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6C837C116D0; Wed, 25 Feb 2026 19:43:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772048600; bh=2C9b8Zm+1GDv/c/dJvAtw0Jr0AehqfcnI7KHPI8SMFI=; h=Date:From:To:Cc:Subject:From; b=roHqaVrBPoGAjV2wo1s/BqZrBiOug7kKLaPgCVZuQgHxHDiCO0pKM07iZVpkWStHg c0qca8Wvg+cKWjXU5cXGKNznm0dsBWDlr1P2b2N3a91UyMdV2A0xnZ//OMB8P7Tygl FsxPD/K6I9dqAqxEfWeahn/5LNsq38i+TSc+CblSMFUZ0GSEbSXM37WwJ91AcBttpO 4f7cSLmg2bguwFzTHBLVZhcM2tKlz5ovA+CZWDal8wxdMqMB/kEExUSDDbHtiM0TdO 4Px3L81gZvEY/vVGtOsFpU37ywUYYbd6kYUXWGaewh8i+zmG860qJQwsNwBDG9jPKd J3wUdCh1wabXA== Date: Thu, 26 Feb 2026 03:43:15 +0800 From: Gao Xiang To: Linus Torvalds Cc: linux-erofs@lists.ozlabs.org, LKML , Hongbo Li , Ferry Meng Subject: [GIT PULL] erofs fixes for 7.0-rc2 Message-ID: Mail-Followup-To: Linus Torvalds , linux-erofs@lists.ozlabs.org, LKML , Hongbo Li , Ferry Meng Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Hi Linus, Could you consider these fixes for 7.0-rc2? Details are shown below and all commits have been in -next. Thanks, Gao Xiang The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f: Linux 7.0-rc1 (2026-02-22 13:18:59 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-7.0-rc2-fixes for you to fetch changes up to 4a2d046e4b13202a6301a993961f5b30ae4d7119: erofs: fix interlaced plain identification for encoded extents (2026-02-25 17:40:58 +0800) ---------------------------------------------------------------- Changes since last update: - Do not share the page cache if the real @aops differs - Fix the incomplete condition for interlaced plain extents - Get rid of more unnecessary #ifdefs ---------------------------------------------------------------- Ferry Meng (1): erofs: remove more unnecessary #ifdefs Gao Xiang (1): erofs: fix interlaced plain identification for encoded extents Hongbo Li (1): erofs: allow sharing page cache with the same aops only fs/erofs/inode.c | 7 ++++- fs/erofs/internal.h | 16 +++++----- fs/erofs/ishare.c | 14 +++++---- fs/erofs/super.c | 85 +++++++++++++++++++++++------------------------------ fs/erofs/zmap.c | 9 +++--- 5 files changed, 63 insertions(+), 68 deletions(-)