X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fcifs%2FCHANGES;h=145540a316ab4497be3c60814d05137aca4f0568;hb=c127bdf9f6c8a8aaa531321721b29ab15f250a72;hp=e85b1e4389e093e13c6ed23768c875ba49271dc1;hpb=695a461296e5df148c99ac087b9e1cb380f4db15;p=deliverable%2Flinux.git diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index e85b1e4389e0..145540a316ab 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES @@ -3,7 +3,10 @@ Version 1.60 Fix memory leak in reconnect. Fix oops in DFS mount error path. Set s_maxbytes to smaller (the max that vfs can handle) so that sendfile will now work over cifs mounts again. Add noforcegid -and noforceuid mount parameters. +and noforceuid mount parameters. Fix small mem leak when using +ntlmv2. Fix 2nd mount to same server but with different port to +be allowed (rather than reusing the 1st port) - only when the +user explicitly overrides the port on the 2nd mount. Version 1.59 ------------