[GIT PULL] erofs fixes for 6.7-rc3
Gao Xiang
xiang at kernel.org
Mon Nov 20 18:51:34 AEDT 2023
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(-)
More information about the Linux-erofs
mailing list