summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/smb/index.rst
AgeCommit message (Collapse)AuthorFilesLines
2025-06-05cifs: add documentation for smbdirect setupMeetakshi Setiya1-0/+1
Document steps to use SMB over RDMA using the linux SMB client and KSMBD server Signed-off-by: Meetakshi Setiya <msetiya@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>
2023-05-25smb3: move Documentation/filesystems/cifs to Documentation/filesystems/smbSteve French1-0/+10
Documentation/filesystems/cifs contains both server and client information so its pathname is misleading. In addition, the directory fs/smb now contains both server and client, so move Documentation/filesystems/cifs to Documentation/filesystems/smb Suggested-by: Namjae Jeon <linkinjeon@kernel.org> Acked-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>