diff options
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index bed6215c0794..a609599287aa 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -1,3 +1,31 @@ | |||
1 | Version 1.52 | ||
2 | ------------ | ||
3 | Fix oops on second mount to server when null auth is used. | ||
4 | Enable experimental Kerberos support. Return writebehind errors on flush | ||
5 | and sync so that events like out of disk space get reported properly on | ||
6 | cached files. | ||
7 | |||
8 | Version 1.51 | ||
9 | ------------ | ||
10 | Fix memory leak in statfs when mounted to very old servers (e.g. | ||
11 | Windows 9x). Add new feature "POSIX open" which allows servers | ||
12 | which support the current POSIX Extensions to provide better semantics | ||
13 | (e.g. delete for open files opened with posix open). Take into | ||
14 | account umask on posix mkdir not just older style mkdir. Add | ||
15 | ability to mount to IPC$ share (which allows CIFS named pipes to be | ||
16 | opened, read and written as if they were files). When 1st tree | ||
17 | connect fails (e.g. due to signing negotiation failure) fix | ||
18 | leak that causes cifsd not to stop and rmmod to fail to cleanup | ||
19 | cifs_request_buffers pool. Fix problem with POSIX Open/Mkdir on | ||
20 | bigendian architectures. Fix possible memory corruption when | ||
21 | EAGAIN returned on kern_recvmsg. Return better error if server | ||
22 | requires packet signing but client has disabled it. When mounted | ||
23 | with cifsacl mount option - mode bits are approximated based | ||
24 | on the contents of the ACL of the file or directory. When cifs | ||
25 | mount helper is missing convert make sure that UNC name | ||
26 | has backslash (not forward slash) between ip address of server | ||
27 | and the share name. | ||
28 | |||
1 | Version 1.50 | 29 | Version 1.50 |
2 | ------------ | 30 | ------------ |
3 | Fix NTLMv2 signing. NFS server mounted over cifs works (if cifs mount is | 31 | Fix NTLMv2 signing. NFS server mounted over cifs works (if cifs mount is |
@@ -6,7 +34,10 @@ done with "serverino" mount option). Add support for POSIX Unlink | |||
6 | Samba supports newer POSIX CIFS Protocol Extensions). Add "nounix" | 34 | Samba supports newer POSIX CIFS Protocol Extensions). Add "nounix" |
7 | mount option to allow disabling the CIFS Unix Extensions for just | 35 | mount option to allow disabling the CIFS Unix Extensions for just |
8 | that mount. Fix hang on spinlock in find_writable_file (race when | 36 | that mount. Fix hang on spinlock in find_writable_file (race when |
9 | reopening file after session crash). | 37 | reopening file after session crash). Byte range unlock request to |
38 | windows server could unlock more bytes (on server copy of file) | ||
39 | than intended if start of unlock request is well before start of | ||
40 | a previous byte range lock that we issued. | ||
10 | 41 | ||
11 | Version 1.49 | 42 | Version 1.49 |
12 | ------------ | 43 | ------------ |