diff options
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 1cfa72ef1f37..72063f5e56b1 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -8,7 +8,9 @@ top of the share. Fix problem in 2.6.28 resolving DFS paths to | |||
8 | Samba servers (worked to Windows). Fix rmdir so that pending search | 8 | Samba servers (worked to Windows). Fix rmdir so that pending search |
9 | (readdir) requests do not get invalid results which include the now | 9 | (readdir) requests do not get invalid results which include the now |
10 | removed directory. Fix oops in cifs_dfs_ref.c when prefixpath is not reachable | 10 | removed directory. Fix oops in cifs_dfs_ref.c when prefixpath is not reachable |
11 | when using DFS. | 11 | when using DFS. Add better file create support to servers which support |
12 | the CIFS POSIX protocol extensions (this adds support for new flags | ||
13 | on create, and improves semantics for write of locked ranges). | ||
12 | 14 | ||
13 | Version 1.55 | 15 | Version 1.55 |
14 | ------------ | 16 | ------------ |