diff options
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 25d7df4a00c3..6238da96cc77 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -8,7 +8,8 @@ max smb buffer size when CIFSMaxBufSize over 64K. Fix oops in | |||
8 | cifs_user_read and cifs_readpages (when EAGAIN on send of smb | 8 | cifs_user_read and cifs_readpages (when EAGAIN on send of smb |
9 | on socket is returned over and over). Add POSIX (advisory) byte range | 9 | on socket is returned over and over). Add POSIX (advisory) byte range |
10 | locking support (requires server with newest CIFS UNIX Extensions | 10 | locking support (requires server with newest CIFS UNIX Extensions |
11 | to the protocol implemented). | 11 | to the protocol implemented). Slow down negprot slightly in port 139 |
12 | RFC1001 case to give session_init time on buggy servers. | ||
12 | 13 | ||
13 | Version 1.40 | 14 | Version 1.40 |
14 | ------------ | 15 | ------------ |