aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems/smb
AgeCommit message (Collapse)AuthorFilesLines
2024-08-18ksmbd: fix spelling mistakes in documentationVictor Timofei1-13/+13
There are a couple of spelling mistakes in the documentation. This patch fixes them. Signed-off-by: Victor Timofei <[email protected]> Acked-by: Namjae Jeon <[email protected]> Signed-off-by: Steve French <[email protected]>
2024-01-14ksmbd: update feature status in documentationNamjae Jeon1-3/+6
Update ksmbd feature status in documentation file. - add support for v2 lease feature and SMB3 CCM/GCM256 encryption. - add planned compression, quic, gmac signing features. Signed-off-by: Namjae Jeon <[email protected]> Signed-off-by: Steve French <[email protected]>
2023-05-24smb3: move Documentation/filesystems/cifs to Documentation/filesystems/smbSteve French3-0/+298
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 <[email protected]> Acked-by: Namjae Jeon <[email protected]> Signed-off-by: Steve French <[email protected]>