]> err.no Git - linux-2.6/blobdiff - fs/cifs/CHANGES
[PATCH] 3c59x: read current link status from phy
[linux-2.6] / fs / cifs / CHANGES
index 0414eb325468076106ba93369a3b83fbc1fe38f1..3196d4c4eed36fde53bc857563b2dff2d403abb9 100644 (file)
@@ -1,9 +1,28 @@
+Version 1.35
+------------
+Add writepage performance improvements.  Fix path name conversions
+for long filenames on mounts which were done with "mapchars" mount option
+specified.
+
+Version 1.34
+------------
+Fix error mapping of the TOO_MANY_LINKS (hardlinks) case.
+Do not oops if root user kills cifs oplock kernel thread or
+kills the cifsd thread (NB: killing the cifs kernel threads is not
+recommended, unmount and rmmod cifs will kill them when they are
+no longer needed).  Fix readdir to ASCII servers (ie older servers
+which do not support Unicode) and also require asterik.
+Fix out of memory case in which data could be written one page
+off in the page cache.
+
 Version 1.33
 ------------
 Fix caching problem, in which readdir of directory containing a file
 which was cached could cause the file's time stamp to be updated
 without invalidating the readahead data (so we could get stale
 file data on the client for that file even as the server copy changed).
+Cleanup response processing so cifsd can not loop when abnormally
+terminated.
 
 
 Version 1.32