diff options
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 5316c8dd6bff..95483baab706 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -1,7 +1,44 @@ | |||
1 | Version 1.31 | 1 | Version 1.34 |
2 | ------------ | ||
3 | Fix error mapping of the TOO_MANY_LINKS (hardlinks) case. | ||
4 | Do not oops if root user kills cifs oplock kernel thread or | ||
5 | kills the cifsd thread (NB: killing the cifs kernel threads is not | ||
6 | recommended, unmount and rmmod cifs will kill them when they are | ||
7 | no longer needed). Fix readdir to ASCII servers (ie older servers | ||
8 | which do not support Unicode) and also require asterik. | ||
9 | |||
10 | |||
11 | Version 1.33 | ||
12 | ------------ | ||
13 | Fix caching problem, in which readdir of directory containing a file | ||
14 | which was cached could cause the file's time stamp to be updated | ||
15 | without invalidating the readahead data (so we could get stale | ||
16 | file data on the client for that file even as the server copy changed). | ||
17 | Cleanup response processing so cifsd can not loop when abnormally | ||
18 | terminated. | ||
19 | |||
20 | |||
21 | Version 1.32 | ||
2 | ------------ | 22 | ------------ |
3 | Fix oops in ls when Transact2 FindFirst (or FindNext) returns more than one | 23 | Fix oops in ls when Transact2 FindFirst (or FindNext) returns more than one |
4 | transact response for an SMB request and search entry split across two frames. | 24 | transact response for an SMB request and search entry split across two frames. |
25 | Add support for lsattr (getting ext2/ext3/reiserfs attr flags from the server) | ||
26 | as new protocol extensions. Do not send Get/Set calls for POSIX ACLs | ||
27 | unless server explicitly claims to support them in CIFS Unix extensions | ||
28 | POSIX ACL capability bit. Fix packet signing when multiuser mounting with | ||
29 | different users from the same client to the same server. Fix oops in | ||
30 | cifs_close. Add mount option for remapping reserved characters in | ||
31 | filenames (also allow recognizing files with created by SFU which have any | ||
32 | of these seven reserved characters, except backslash, to be recognized). | ||
33 | Fix invalid transact2 message (we were sometimes trying to interpret | ||
34 | oplock breaks as SMB responses). Add ioctl for checking that the | ||
35 | current uid matches the uid of the mounter (needed by umount.cifs). | ||
36 | Reduce the number of large buffer allocations in cifs response processing | ||
37 | (significantly reduces memory pressure under heavy stress with multiple | ||
38 | processes accessing the same server at the same time). | ||
39 | |||
40 | Version 1.31 | ||
41 | ------------ | ||
5 | Fix updates of DOS attributes and time fields so that files on NT4 servers | 42 | Fix updates of DOS attributes and time fields so that files on NT4 servers |
6 | do not get marked delete on close. Display sizes of cifs buffer pools in | 43 | do not get marked delete on close. Display sizes of cifs buffer pools in |
7 | cifs stats. Fix oops in unmount when cifsd thread being killed by | 44 | cifs stats. Fix oops in unmount when cifsd thread being killed by |