aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/CHANGES
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-08-23 00:38:31 -0400
committerSteve French <sfrench@us.ibm.com>2005-08-23 00:38:31 -0400
commita10faeb2a3e266385cc334fe9af76e08e5e4330f (patch)
tree1649766060aeb1bd56fc51af769646ac9ec84539 /fs/cifs/CHANGES
parentb92327fe6b25d60004b79df9e3c19091c03118ba (diff)
[CIFS] Support for mounting to older, pre-CIFS servers added. This
allows specifying an RFC1001 target "called" name (netbios name of the server, which can now be pecified as mount option "servernetbiosname" but will eventually be passed in automatically on retry of host down error messages caused when server refuses to handle default server name and can not handle port 445). This is an important step, but additional testing and fixup is needed to add remaining function needed for these. Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r--fs/cifs/CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES
index b0429ea524fb..2137002aecc4 100644
--- a/fs/cifs/CHANGES
+++ b/fs/cifs/CHANGES
@@ -1,5 +1,6 @@
1Version 1.36 1Version 1.36
2------------ 2------------
3Add support for moounting to older pre-CIFS servers such as Windows9x and ME.
3Add mount option for disabling the default behavior of sending byte range lock 4Add mount option for disabling the default behavior of sending byte range lock
4requests to the server (necessary for certain applications which break with 5requests to the server (necessary for certain applications which break with
5mandatory lock behavior such as Evolution), and also mount option for 6mandatory lock behavior such as Evolution), and also mount option for
@@ -10,7 +11,11 @@ Version 1.35
10------------ 11------------
11Add writepage performance improvements. Fix path name conversions 12Add writepage performance improvements. Fix path name conversions
12for long filenames on mounts which were done with "mapchars" mount option 13for long filenames on mounts which were done with "mapchars" mount option
13specified. 14specified. Ensure multiplex ids do not collide. Fix case in which
15rmmod can oops if done soon after last unmount. Fix truncated
16search (readdir) output when resume filename was a long filename.
17Fix filename conversion when mapchars mount option was specified and
18filename was a long filename.
14 19
15Version 1.34 20Version 1.34
16------------ 21------------