diff options
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index a9cf779cf35e..cf846c73bc69 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -2,7 +2,11 @@ Version 1.41 | |||
2 | ------------ | 2 | ------------ |
3 | Fix NTLMv2 security (can be enabled in /proc/fs/cifs) so customers can | 3 | Fix NTLMv2 security (can be enabled in /proc/fs/cifs) so customers can |
4 | configure stronger authentication. Fix sfu symlinks so they can | 4 | configure stronger authentication. Fix sfu symlinks so they can |
5 | be followed (not just recognized). | 5 | be followed (not just recognized). Fix wraparound of bcc on |
6 | read responses when buffer size over 64K and also fix wrap of | ||
7 | max smb buffer size when CIFSMaxBufSize over 64K. Fix oops in | ||
8 | cifs_user_read and cifs_readpages (when EAGAIN on send of smb | ||
9 | on socket is returned over and over) | ||
6 | 10 | ||
7 | Version 1.40 | 11 | Version 1.40 |
8 | ------------ | 12 | ------------ |