diff options
author | Steve French <sfrench@us.ibm.com> | 2006-03-03 09:53:36 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-03-03 09:53:36 +0000 |
commit | 083d3a2cff514c5301f3a043642940d4d5371b22 (patch) | |
tree | 9dd82892244234401b54fe4133d3c2947b8a3b90 /fs/cifs/CHANGES | |
parent | a4e85b5f620f59bd9308e29f833648f792d422f7 (diff) | |
download | linux-stable-083d3a2cff514c5301f3a043642940d4d5371b22.tar.gz linux-stable-083d3a2cff514c5301f3a043642940d4d5371b22.tar.bz2 linux-stable-083d3a2cff514c5301f3a043642940d4d5371b22.zip |
[CIFS] Workaround various server bugs found in testing at connectathon
- slow down negprot 1ms during mount when RFC1001 over port 139
to give buggy servers time to clear sess_init
- remap some plausible but incorrect SMB return codes to the
right ones in truncate and hardlink paths
Signed-off-by: Steve French <sfrench@us.ibm.com>
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 cifs_user_read and cifs_readpages (when EAGAIN on send of smb on socket is returned over and over). Add POSIX (advisory) byte range locking support (requires server with newest CIFS UNIX Extensions -to the protocol implemented). +to the protocol implemented). Slow down negprot slightly in port 139 +RFC1001 case to give session_init time on buggy servers. Version 1.40 ------------ |