diff options
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 7271bb0257f6..953d2f7f88b0 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -3,7 +3,10 @@ Version 1.43 | |||
3 | POSIX locking to servers which support CIFS POSIX Extensions | 3 | POSIX locking to servers which support CIFS POSIX Extensions |
4 | (disabled by default controlled by proc/fs/cifs/Experimental). | 4 | (disabled by default controlled by proc/fs/cifs/Experimental). |
5 | Handle conversion of long share names (especially Asian languages) | 5 | Handle conversion of long share names (especially Asian languages) |
6 | to Unicode during mount. | 6 | to Unicode during mount. Fix memory leak in sess struct on reconnect. |
7 | Fix rare oops after acpi suspend. Fix O_TRUNC opens to overwrite on | ||
8 | cifs open which helps rare case when setpathinfo fails or server does | ||
9 | not support it. | ||
7 | 10 | ||
8 | Version 1.42 | 11 | Version 1.42 |
9 | ------------ | 12 | ------------ |