public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Gao Xiang <xiang@kernel.org>
To: Linus Torvalds <torvalds@linuxfoundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>, Chao Yu <chao@kernel.org>,
	Yue Hu <huyue2@coolpad.com>,
	Jingbo Xu <jefflexu@linux.alibaba.com>,
	linux-erofs@lists.ozlabs.org
Subject: [GIT PULL] erofs fixes for 6.7-rc3
Date: Mon, 20 Nov 2023 15:51:34 +0800	[thread overview]
Message-ID: <ZVsQBsV2GFTmy+iZ@debian> (raw)

Hi Linus,

Could you consider these patches for 6.7-rc3?

One patch fixes a regression in fscache mode introduced in this cycle.
Another patch adds EROFS webpages which contains more technical
internals: <https://erofs.docs.kernel.org>.  The remaining one is a
trivial cleanup.

All commits have been in -next and no potential merge conflict is
observed.

Thanks,
Gao Xiang

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.7-rc3-fixes

for you to fetch changes up to 62b241efff99fc4d88a86f1c67c7516e31f432a3:

  MAINTAINERS: erofs: add EROFS webpage (2023-11-17 19:55:46 +0800)

----------------------------------------------------------------
Changes since last update:

 - Tidy up erofs_read_inode() for simplicity;

 - Fix broken fscache mode due to NULL dereference of dif->bdev_handle;

 - Add the EROFS webpage to MAINTAINERS, documentation, and Kconfig.

----------------------------------------------------------------
Ferry Meng (1):
      erofs: simplify erofs_read_inode()

Gao Xiang (1):
      MAINTAINERS: erofs: add EROFS webpage

Jingbo Xu (1):
      erofs: fix NULL dereference of dif->bdev_handle in fscache mode

 Documentation/filesystems/erofs.rst |  4 ++
 MAINTAINERS                         |  1 +
 fs/erofs/Kconfig                    |  2 +-
 fs/erofs/data.c                     |  5 +-
 fs/erofs/inode.c                    | 98 +++++++++++++------------------------
 5 files changed, 44 insertions(+), 66 deletions(-)

             reply	other threads:[~2023-11-20  7:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-20  7:51 Gao Xiang [this message]
2023-11-21 20:33 ` [GIT PULL] erofs fixes for 6.7-rc3 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=ZVsQBsV2GFTmy+iZ@debian \
    --to=xiang@kernel.org \
    --cc=chao@kernel.org \
    --cc=huyue2@coolpad.com \
    --cc=jefflexu@linux.alibaba.com \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linuxfoundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox