aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/README
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/README')
-rw-r--r--fs/cifs/README21
1 files changed, 5 insertions, 16 deletions
diff --git a/fs/cifs/README b/fs/cifs/README
index 46af99ab3614..74ab165fc646 100644
--- a/fs/cifs/README
+++ b/fs/cifs/README
@@ -452,6 +452,11 @@ A partial list of the supported mount options follows:
452 if oplock (caching token) is granted and held. Note that 452 if oplock (caching token) is granted and held. Note that
453 direct allows write operations larger than page size 453 direct allows write operations larger than page size
454 to be sent to the server. 454 to be sent to the server.
455 strictcache Use for switching on strict cache mode. In this mode the
456 client read from the cache all the time it has Oplock Level II,
457 otherwise - read from the server. All written data are stored
458 in the cache, but if the client doesn't have Exclusive Oplock,
459 it writes the data to the server.
455 acl Allow setfacl and getfacl to manage posix ACLs if server 460 acl Allow setfacl and getfacl to manage posix ACLs if server
456 supports them. (default) 461 supports them. (default)
457 noacl Do not allow setfacl and getfacl calls on this mount 462 noacl Do not allow setfacl and getfacl calls on this mount
@@ -680,22 +685,6 @@ LinuxExtensionsEnabled If set to one then the client will attempt to
680 support and want to map the uid and gid fields 685 support and want to map the uid and gid fields
681 to values supplied at mount (rather than the 686 to values supplied at mount (rather than the
682 actual values, then set this to zero. (default 1) 687 actual values, then set this to zero. (default 1)
683Experimental When set to 1 used to enable certain experimental
684 features (currently enables multipage writes
685 when signing is enabled, the multipage write
686 performance enhancement was disabled when
687 signing turned on in case buffer was modified
688 just before it was sent, also this flag will
689 be used to use the new experimental directory change
690 notification code). When set to 2 enables
691 an additional experimental feature, "raw ntlmssp"
692 session establishment support (which allows
693 specifying "sec=ntlmssp" on mount). The Linux cifs
694 module will use ntlmv2 authentication encapsulated
695 in "raw ntlmssp" (not using SPNEGO) when
696 "sec=ntlmssp" is specified on mount.
697 This support also requires building cifs with
698 the CONFIG_CIFS_EXPERIMENTAL configuration flag.
699 688
700These experimental features and tracing can be enabled by changing flags in 689These experimental features and tracing can be enabled by changing flags in
701/proc/fs/cifs (after the cifs module has been installed or built into the 690/proc/fs/cifs (after the cifs module has been installed or built into the