[CIFS] check version in spnego upcall response
[pandora-kernel.git] / fs / cifs / CHANGES
index 1f34652..526041a 100644 (file)
@@ -1,3 +1,15 @@
+Version 1.54
+------------
+Fix premature write failure on congested networks (we would give up
+on EAGAIN from the socket too quickly on large writes).
+Cifs_mkdir and cifs_create now respect the setgid bit on parent dir.
+Fix endian problems in acl (mode from/to cifs acl) on bigendian
+architectures.  Fix problems with preserving timestamps on copying open
+files (e.g. "cp -a") to Windows servers.  For mkdir and create honor setgid bit
+on parent directory when server supports Unix Extensions but not POSIX
+create. Update cifs.upcall version to handle new Kerberos sec flags
+(this requires update of cifs.upcall program from Samba).
+
 Version 1.53
 ------------
 DFS support added (Microsoft Distributed File System client support needed