diff options
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 7 |
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 @@ | |||
1 | Version 1.36 | 1 | Version 1.36 |
2 | ------------ | 2 | ------------ |
3 | Add support for moounting to older pre-CIFS servers such as Windows9x and ME. | ||
3 | Add mount option for disabling the default behavior of sending byte range lock | 4 | Add mount option for disabling the default behavior of sending byte range lock |
4 | requests to the server (necessary for certain applications which break with | 5 | requests to the server (necessary for certain applications which break with |
5 | mandatory lock behavior such as Evolution), and also mount option for | 6 | mandatory lock behavior such as Evolution), and also mount option for |
@@ -10,7 +11,11 @@ Version 1.35 | |||
10 | ------------ | 11 | ------------ |
11 | Add writepage performance improvements. Fix path name conversions | 12 | Add writepage performance improvements. Fix path name conversions |
12 | for long filenames on mounts which were done with "mapchars" mount option | 13 | for long filenames on mounts which were done with "mapchars" mount option |
13 | specified. | 14 | specified. Ensure multiplex ids do not collide. Fix case in which |
15 | rmmod can oops if done soon after last unmount. Fix truncated | ||
16 | search (readdir) output when resume filename was a long filename. | ||
17 | Fix filename conversion when mapchars mount option was specified and | ||
18 | filename was a long filename. | ||
14 | 19 | ||
15 | Version 1.34 | 20 | Version 1.34 |
16 | ------------ | 21 | ------------ |