]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-notes-20060527
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 28 May 2006 14:58:01 +0000 (14:58 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 28 May 2006 14:58:01 +0000 (14:58 +0000)
update changelog

doc/txt/winnotes/afs-changes-since-1.2.txt

index 03e0549d25837def7bf0a53234e815a81cb0e19f..aa6bffe04867d4e0fe1b096136d95fd89c889de7 100644 (file)
@@ -1,3 +1,31 @@
+Since 1.4.1b: 
+ * Fix aklog AFSID lookup to use not send the realm
+   name when the realm is the local realm for the 
+   cell.  The PT Server doesn't strip the realm 
+   name when it is the local realm.
+
+ * Treat "\\afs\*." as an alias for "\\afs\all" 
+
+ * Dynamically adjust the priority of server threads
+   based upon the age of the CIFS request that is 
+   being processed.  The priority is bumped one level
+   for every 15 seconds of processing time.
+
+ * smb_SendPacket cannot release a vcp since it doesn't
+   own the reference.
+
+ * The original openafs contribution mis-used the 
+   cm_GetCallback function.  This function should only
+   be called as a side effect of a call to
+   cm_SyncOp(CM_SCACHESYNC_NEEDCALLBACK).  The way it
+   was being called results in a FetchStatus RPC being 
+   performed even when the client already has a valid
+   callback and does so in a manner that destroys the
+   synchronization of the threads that are calling 
+   cm_SyncOp.  If nothing else this results in a 
+   significant performance penalty.
+
 Since 1.4.1a: 1.4.1b (16 May 2006)
 
  * More changes to cleanup of smb_vc_t objects in