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 bed6215c0794..41e3b6a9397c 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -6,7 +6,10 @@ done with "serverino" mount option). Add support for POSIX Unlink | |||
6 | Samba supports newer POSIX CIFS Protocol Extensions). Add "nounix" | 6 | Samba supports newer POSIX CIFS Protocol Extensions). Add "nounix" |
7 | mount option to allow disabling the CIFS Unix Extensions for just | 7 | mount option to allow disabling the CIFS Unix Extensions for just |
8 | that mount. Fix hang on spinlock in find_writable_file (race when | 8 | that mount. Fix hang on spinlock in find_writable_file (race when |
9 | reopening file after session crash). | 9 | reopening file after session crash). Byte range unlock request to |
10 | windows server could unlock more bytes (on server copy of file) | ||
11 | than intended if start of unlock request is well before start of | ||
12 | a previous byte range lock that we issued. | ||
10 | 13 | ||
11 | Version 1.49 | 14 | Version 1.49 |
12 | ------------ | 15 | ------------ |