Add a documentation for FUSE passthrough
From: | Chen Linxuan via B4 Relay <devnull+chenlinxuan.uniontech.com-AT-kernel.org> | |
To: | Miklos Szeredi <miklos-AT-szeredi.hu>, Jonathan Corbet <corbet-AT-lwn.net> | |
Subject: | [PATCH v2 0/2] Add a documentation for FUSE passthrough | |
Date: | Wed, 07 May 2025 16:42:15 +0800 | |
Message-ID: | <20250507-fuse-passthrough-doc-v2-0-ae7c0dd8bba6@uniontech.com> | |
Cc: | linux-kernel-AT-vger.kernel.org, linux-fsdevel-AT-vger.kernel.org, linux-doc-AT-vger.kernel.org, Chen Linxuan <chenlinxuan-AT-uniontech.com>, Amir Goldstein <amir73il-AT-gmail.com>, Bernd Schubert <bernd.schubert-AT-fastmail.fm> | |
Archive-link: | Article |
This series adds a new file, Documentation/filesystems/fuse-passthrough.rst, which documents why FUSE passthrough functionality requires CAP_SYS_ADMIN capabilities. The series also updates the MAINTAINERS file to ensure scripts/get_maintainer.pl works correctly with FUSE documentation. Signed-off-by: Chen Linxuan <chenlinxuan@uniontech.com> --- Changes in v2: - Add the docs to Documentation/filesystems/index.rst toctree as Bagas Sanjaya suggested - Remove some paragraphs as Amir Goldstein suggested - Link to v1: https://lore.kernel.org/r/20250507-fuse-passthrough-doc-v... --- Chen Linxuan (2): MAINTAINERS: update filter of FUSE documentation docs: filesystems: add fuse-passthrough.rst Documentation/filesystems/fuse-passthrough.rst | 133 +++++++++++++++++++++++++ Documentation/filesystems/index.rst | 1 + MAINTAINERS | 2 +- 3 files changed, 135 insertions(+), 1 deletion(-) --- base-commit: 0d8d44db295ccad20052d6301ef49ff01fb8ae2d change-id: 20250507-fuse-passthrough-doc-59e1c8432a63 Best regards, -- Chen Linxuan <chenlinxuan@uniontech.com>