diff options
author | Gao Xiang <hsiangkao@linux.alibaba.com> | 2023-11-17 09:53:29 +0100 |
---|---|---|
committer | Gao Xiang <hsiangkao@linux.alibaba.com> | 2023-11-17 12:55:46 +0100 |
commit | 62b241efff99fc4d88a86f1c67c7516e31f432a3 (patch) | |
tree | b5ab1bb4f18c2b4ab5057154a3e68f2df3ea1c92 /Documentation/filesystems/erofs.rst | |
parent | erofs: fix NULL dereference of dif->bdev_handle in fscache mode (diff) | |
download | linux-62b241efff99fc4d88a86f1c67c7516e31f432a3.tar.xz linux-62b241efff99fc4d88a86f1c67c7516e31f432a3.zip |
MAINTAINERS: erofs: add EROFS webpage
Add a new `W:` field of the EROFS entry points to the documentation
site at <https://erofs.docs.kernel.org>.
In addition, update the in-tree documentation and Kconfig too.
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20231117085329.1624223-1-hsiangkao@linux.alibaba.com
Diffstat (limited to 'Documentation/filesystems/erofs.rst')
-rw-r--r-- | Documentation/filesystems/erofs.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/filesystems/erofs.rst b/Documentation/filesystems/erofs.rst index 57c6ae23b3fc..cc4626d6ee4f 100644 --- a/Documentation/filesystems/erofs.rst +++ b/Documentation/filesystems/erofs.rst @@ -91,6 +91,10 @@ compatibility checking tool (fsck.erofs), and a debugging tool (dump.erofs): - git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git +For more information, please also refer to the documentation site: + +- https://erofs.docs.kernel.org + Bugs and patches are welcome, please kindly help us and send to the following linux-erofs mailing list: |