X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fcifs%2FCHANGES;h=1f3465201fdfd852507eee378d0fae2cb2a7f2db;hb=6924d1ab8b7bbe5ab416713f5701b3316b2df85b;hp=28e3d5c5fcacf2567a634d5e81f9a4faf5ee7a5e;hpb=1beee8dc8cf58e3f605bd7b34d7a39939be7d8d2;p=linux-2.6 diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 28e3d5c5fc..1f3465201f 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES @@ -2,6 +2,11 @@ Version 1.53 ------------ DFS support added (Microsoft Distributed File System client support needed for referrals which enable a hierarchical name space among servers). +Disable temporary caching of mode bits to servers which do not support +storing of mode (e.g. Windows servers, when client mounts without cifsacl +mount option) and add new "dynperm" mount option to enable temporary caching +of mode (enable old behavior). Fix hang on mount caused when server crashes +tcp session during negotiate protocol. Version 1.52 ------------