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 EBDE22E7659 for ; Mon, 1 Dec 2025 11:46:39 +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=1764589600; cv=none; b=lytXb0Vn84SiJ0LwoYL4ZcvPf62gR8BG5A8qX9JHDhfvgq2NG7Mu0WS2M+B3BK7RkHlZGIwUyfi687oXALgIQ1SNDCj5UKL5z1FpRgc4/cRvhXR1KE23kBME248vu0FNMCM1Tc/uBWWqmH3L9SBxBLuT0G4NqXJzX/GbCJNbvhY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764589600; c=relaxed/simple; bh=7EB4Rd3pkGw8QEChascC+nBCjID/lLRY4OUdtCovZhE=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=Yus9ryNdSnRZLPZBdkKG2vNWcvndIrkgSejTKLPS3tvMALaCmCuS6p6pQ4aGr/Y3f/4lk+zOIxQhx2+VLrwp16YTrncexzreanTO/7Fvu4WDQf6ZQQKbXt9cxPWQQN191nF0z6rYba+/hdl8FeqK28eQK1GTJxl72qIeGh/Eq2Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NPuzx0yc; 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="NPuzx0yc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8305AC4CEF1; Mon, 1 Dec 2025 11:46:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764589599; bh=7EB4Rd3pkGw8QEChascC+nBCjID/lLRY4OUdtCovZhE=; h=Date:From:To:Cc:Subject:From; b=NPuzx0ycrKcc7Nbjm09kLqBQJT2QewxzKwvfYr5w0m1NuADAqQmHIF5TtB4TgdINz gQms2wOGVYO/kkirgvQ3yeNSZlqofFU1BoG8CI4x7q4kCF0aDaexOefVHexB6YtP5L IPgzH0ZAX9+tifL0xxts/PwFfzysbEhoJs1YM1MEMru6ZcL79Bou/AiAm2p5Gdlqjx caQxkU70bpEZyv7R1mbqT9gT7KB+Sq1OfuLcfcnZ5JYY2Qywx9BrkGBCuoVDQuVDHM 3OgCMP8xrNEoDD70JXI+EI33cDEHd44/jxlJtmEzDQbl7BxHoDg6lyvEmQV+Aldqtn OunQhmZBd0uHA== Date: Mon, 1 Dec 2025 19:46:30 +0800 From: Gao Xiang To: Linus Torvalds Cc: linux-erofs@lists.ozlabs.org, LKML Subject: [GIT PULL] erofs updates for 6.19-rc1 Message-ID: Mail-Followup-To: Linus Torvalds , linux-erofs@lists.ozlabs.org, LKML 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 this pull request for 6.19-rc1? There is still no outstanding feature for this cycle since page cache sharing feature is still under review. All commits have been in -next except for the obvious license change one and no potential merge conflict is observed. Thanks, Gao Xiang The following changes since commit 6a23ae0a96a600d1d12557add110e0bb6e32730c: Linux 6.18-rc6 (2025-11-16 14:25:38 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.19-rc1 for you to fetch changes up to 0bdbf89a8bbeb155644b69dc2d071a1ce23414f8: erofs: switch on-disk header `erofs_fs.h` to MIT license (2025-12-01 15:25:43 +0800) ---------------------------------------------------------------- Changes since last update: - Fix a WARNING caused by a recent FSDAX misdetection regression - Fix the filesystem stacking limit for file-backed mounts - Print more informative diagnostics on decompression errors - Switch the on-disk definition `erofs_fs.h` to the MIT license - Minor cleanups ---------------------------------------------------------------- Gao Xiang (9): erofs: correct FSDAX detection erofs: limit the level of fs stacking for file-backed mounts erofs: tidy up z_erofs_lz4_handle_overlap() erofs: improve decompression error reporting erofs: improve Zstd, LZMA and DEFLATE error strings erofs: enable error reporting for z_erofs_stream_switch_bufs() erofs: enable error reporting for z_erofs_fixup_insize() erofs: get rid of raw bi_end_io() usage erofs: switch on-disk header `erofs_fs.h` to MIT license fs/erofs/compress.h | 12 ++-- fs/erofs/decompressor.c | 149 ++++++++++++++++++++-------------------- fs/erofs/decompressor_crypto.c | 7 +- fs/erofs/decompressor_deflate.c | 37 +++++----- fs/erofs/decompressor_lzma.c | 26 +++---- fs/erofs/decompressor_zstd.c | 28 ++++---- fs/erofs/erofs_fs.h | 2 +- fs/erofs/fileio.c | 2 +- fs/erofs/fscache.c | 4 +- fs/erofs/super.c | 38 +++++++--- fs/erofs/zdata.c | 21 ++++-- 11 files changed, 178 insertions(+), 148 deletions(-)