[GIT,PULL] erofs fixes for 6.7-rc3

Message ID ZVsQBsV2GFTmy+iZ@debian
State New
Headers
Series [GIT,PULL] erofs fixes for 6.7-rc3 |

Pull-request

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

Message

Gao Xiang Nov. 20, 2023, 7:51 a.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 21, 2023, 8:33 p.m. UTC | #1
The pull request you sent on Mon, 20 Nov 2023 15:51:34 +0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6b65522316489ff0b2be65d00fbcecbc781017c9

Thank you!