aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r--fs/cifs/CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES
index de63a0e3f4ce..be3a57509e60 100644
--- a/fs/cifs/CHANGES
+++ b/fs/cifs/CHANGES
@@ -11,7 +11,11 @@ cifs_close. Add mount option for remapping reserved characters in
11filenames (also allow recognizing files with created by SFU which have any 11filenames (also allow recognizing files with created by SFU which have any
12of these seven reserved characters, except backslash, to be recognized). 12of these seven reserved characters, except backslash, to be recognized).
13Fix invalid transact2 message (we were sometimes trying to interpret 13Fix invalid transact2 message (we were sometimes trying to interpret
14oplock breaks as SMB responses). 14oplock breaks as SMB responses). Add ioctl for checking that the
15current uid matches the uid of the mounter (needed by umount.cifs).
16Reduce the number of large buffer allocations in cifs response processing
17(significantly reduces memory pressure under heavy stress with multiple
18processes accessing the same server at the same time).
15 19
16Version 1.31 20Version 1.31
17------------ 21------------