[GIT PULL] erofs fixes for 6.15-rc6
    Gao Xiang 
    xiang at kernel.org
       
    Thu May  8 03:11:57 AEST 2025
    
    
  
Hi Linus,
Could you consider those fixes for 6.15-rc6?
There are mainly two fixes that would be better to address immediately,
as shown below.  All commits have been in -next (except for Hongbo's
new received rvb), and no potential merge conflicts are observed.
Thanks,
Gao Xiang
The following changes since commit b4432656b36e5cc1d50a1f2dc15357543add530e:
  Linux 6.15-rc4 (2025-04-27 15:19:23 -0700)
are available in the Git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.15-rc6-fixes
for you to fetch changes up to 35076d2223c731f7be75af61e67f90807384d030:
  erofs: ensure the extra temporary copy is valid for shortened bvecs (2025-05-07 09:50:51 +0800)
----------------------------------------------------------------
Changes since last update:
 - Add a new reviewer, Hongbo Li, for better community development;
 - Fix an I/O hang out of file-backed mounts;
 - Address a rare data corruption caused by concurrent I/Os on the
   same deduplicated compressed data;
 - Minor cleanup.
----------------------------------------------------------------
Gao Xiang (1):
      erofs: ensure the extra temporary copy is valid for shortened bvecs
Hongbo Li (2):
      MAINTAINERS: erofs: add myself as reviewer
      erofs: remove unused enum type
Max Kellermann (1):
      fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()
 MAINTAINERS       |  1 +
 fs/erofs/fileio.c |  4 ++--
 fs/erofs/super.c  |  1 -
 fs/erofs/zdata.c  | 31 ++++++++++++++-----------------
 4 files changed, 17 insertions(+), 20 deletions(-)
    
    
More information about the Linux-erofs
mailing list