diff options
author | Steve French <stfrench@microsoft.com> | 2024-01-18 00:59:59 +0100 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2024-01-19 04:01:04 +0100 |
commit | d7851dc13d87688e2c532f0e77c2bd29f902d6cf (patch) | |
tree | 7060d1840b48e0199cfba1f44c741239d4e18ae0 /Documentation/admin-guide/cifs/usage.rst | |
parent | Update MAINTAINERS email address (diff) | |
download | linux-d7851dc13d87688e2c532f0e77c2bd29f902d6cf.tar.xz linux-d7851dc13d87688e2c532f0e77c2bd29f902d6cf.zip |
smb3: minor documentation updates
Update the usage documentation to include some missing
configuration options. Update the todo list documentation
for cifs.ko
Reviewed-by: Bharath SM <bharathsm@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/admin-guide/cifs/usage.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/admin-guide/cifs/usage.rst b/Documentation/admin-guide/cifs/usage.rst index 5f936b4b6018..aa8290a29dc8 100644 --- a/Documentation/admin-guide/cifs/usage.rst +++ b/Documentation/admin-guide/cifs/usage.rst @@ -81,7 +81,7 @@ much older and less secure than the default dialect SMB3 which includes many advanced security features such as downgrade attack detection and encrypted shares and stronger signing and authentication algorithms. There are additional mount options that may be helpful for SMB3 to get -improved POSIX behavior (NB: can use vers=3.0 to force only SMB3, never 2.1): +improved POSIX behavior (NB: can use vers=3 to force SMB3 or later, never 2.1): ``mfsymlinks`` and either ``cifsacl`` or ``modefromsid`` (usually with ``idsfromsid``) @@ -715,6 +715,7 @@ DebugData Displays information about active CIFS sessions and Stats Lists summary resource usage information as well as per share statistics. open_files List all the open file handles on all active SMB sessions. +mount_params List of all mount parameters available for the module ======================= ======================================================= Configuration pseudo-files: @@ -864,6 +865,11 @@ i.e.:: echo "value" > /sys/module/cifs/parameters/<param> +More detailed descriptions of the available module parameters and their values +can be seen by doing: + + modinfo cifs (or modinfo smb3) + ================= ========================================================== 1. enable_oplocks Enable or disable oplocks. Oplocks are enabled by default. [Y/y/1]. To disable use any of [N/n/0]. |