diff options
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 3196d4c4eed3..b0429ea524fb 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -1,3 +1,11 @@ | |||
1 | Version 1.36 | ||
2 | ------------ | ||
3 | 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 | mandatory lock behavior such as Evolution), and also mount option for | ||
6 | requesting case insensitive matching for path based requests (requesting | ||
7 | case sensitive is the default). | ||
8 | |||
1 | Version 1.35 | 9 | Version 1.35 |
2 | ------------ | 10 | ------------ |
3 | Add writepage performance improvements. Fix path name conversions | 11 | Add writepage performance improvements. Fix path name conversions |