diff options
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index a9b6bc5157b8..6d84ca2beead 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -1,3 +1,10 @@ | |||
1 | Version 1.50 | ||
2 | ------------ | ||
3 | Fix NTLMv2 signing. NFS server mounted over cifs works (if cifs mount is | ||
4 | done with "serverino" mount option). Add support for POSIX Unlink | ||
5 | (helps with certain sharing violation cases when server such as | ||
6 | Samba supports newer POSIX CIFS Protocol Extensions). | ||
7 | |||
1 | Version 1.49 | 8 | Version 1.49 |
2 | ------------ | 9 | ------------ |
3 | IPv6 support. Enable ipv6 addresses to be passed on mount (put the ipv6 | 10 | IPv6 support. Enable ipv6 addresses to be passed on mount (put the ipv6 |
@@ -8,7 +15,11 @@ when Unix Extensions were ignored). This allows users to override the | |||
8 | default uid and gid for files when they are certain that the uids or | 15 | default uid and gid for files when they are certain that the uids or |
9 | gids on the server do not match those of the client. Make "sec=none" | 16 | gids on the server do not match those of the client. Make "sec=none" |
10 | mount override username (so that null user connection is attempted) | 17 | mount override username (so that null user connection is attempted) |
11 | to match what documentation said. | 18 | to match what documentation said. Support for very large reads, over 127K, |
19 | available to some newer servers (such as Samba 3.0.26 and later but | ||
20 | note that it also requires setting CIFSMaxBufSize at module install | ||
21 | time to a larger value which may hurt performance in some cases). | ||
22 | Make sign option force signing (or fail if server does not support it). | ||
12 | 23 | ||
13 | Version 1.48 | 24 | Version 1.48 |
14 | ------------ | 25 | ------------ |