]> err.no Git - linux-2.6/blobdiff - fs/cifs/CHANGES
[CIFS] reset mode when client notices that ATTR_READONLY is no longer set
[linux-2.6] / fs / cifs / CHANGES
index 5fe13593b57faec72a1c9211de31b31f667ae759..1cbe5615993c527bf1dc99f2e8b94d485471fbe0 100644 (file)
@@ -1,3 +1,13 @@
+Verison 1.48
+------------
+Fix mtime bouncing around from local idea of last write times to remote time.
+Fix hang (in i_size_read) when simultaneous size update of same remote file
+on smp system corrupts sequence number. Do not reread unnecessarily partial page
+(which we are about to overwrite anyway) when writing out file opened rw.
+When DOS attribute of file on non-Unix server's file changes on the server side
+from read-only back to read-write, reflect this change in default file mode
+(we had been leaving a file's mode read-only until the inode were reloaded)
+
 Version 1.47
 ------------
 Fix oops in list_del during mount caused by unaligned string.