aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/README
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-08-18 20:49:57 -0700
committerSteve French <sfrench@us.ibm.com>2005-08-18 20:49:57 -0700
commitc46fa8acdc533e8084359ea11c79d56eb98313fb (patch)
treed9455c92f58c99e342856995668739236bdd09e3 /fs/cifs/README
parent8d0d50948b276b46b75b1b5855d3f9fab1e0fd92 (diff)
downloadkernel_samsung_smdk4412-c46fa8acdc533e8084359ea11c79d56eb98313fb.zip
kernel_samsung_smdk4412-c46fa8acdc533e8084359ea11c79d56eb98313fb.tar.gz
kernel_samsung_smdk4412-c46fa8acdc533e8084359ea11c79d56eb98313fb.tar.bz2
[CIFS] Add mount option for disabling sending byte range lock requests
over the wire (to help the case when applications break with cifs mandatory lock behavior. Add part one of mount option for requesting case insensitive path name matching. Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/README')
-rw-r--r--fs/cifs/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/cifs/README b/fs/cifs/README
index 34b0cf7..3b610d0 100644
--- a/fs/cifs/README
+++ b/fs/cifs/README
@@ -407,6 +407,13 @@ A partial list of the supported mount options follows:
This has no effect if the server does not support
Unicode on the wire.
nomapchars Do not translate any of these seven characters (default).
+ nocase Request case insensitive path name matching (case
+ sensitive is the default if the server suports it).
+ nobrl Do not send byte range lock requests to the server.
+ This is necessary for certain applications that break
+ with cifs style mandatory byte range locks (and most
+ cifs servers do not yet support requesting advisory
+ byte range locks).
remount remount the share (often used to change from ro to rw mounts
or vice versa)