MAINTAINERS: erofs: add EROFS webpage
authorGao Xiang <hsiangkao@linux.alibaba.com>
Fri, 17 Nov 2023 08:53:29 +0000 (16:53 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Fri, 17 Nov 2023 11:55:46 +0000 (19:55 +0800)
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
Documentation/filesystems/erofs.rst
MAINTAINERS
fs/erofs/Kconfig

index 57c6ae23b3fcf97ce4f875cfd34d4bd08e7bbae1..cc4626d6ee4f836b50dcb8b3e85de56d01da968f 100644 (file)
@@ -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:
 
index 97f51d5ec1cfd715487a616c78afd40324082dfc..cf39d16ad22ad07657c0580b263a558b510ca597 100644 (file)
@@ -7855,6 +7855,7 @@ R:        Yue Hu <huyue2@coolpad.com>
 R:     Jeffle Xu <jefflexu@linux.alibaba.com>
 L:     linux-erofs@lists.ozlabs.org
 S:     Maintained
+W:     https://erofs.docs.kernel.org
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git
 F:     Documentation/ABI/testing/sysfs-fs-erofs
 F:     Documentation/filesystems/erofs.rst
index e540648dedc28084596e97b2052124c76d247693..1d318f85232de9361714471ac973762ed2e6b0e6 100644 (file)
@@ -21,7 +21,7 @@ config EROFS_FS
          performance under extremely memory pressure without extra cost.
 
          See the documentation at <file:Documentation/filesystems/erofs.rst>
-         for more details.
+         and the web pages at <https://erofs.docs.kernel.org> for more details.
 
          If unsure, say N.