diff options
author | Steve French <sfrench@us.ibm.com> | 2006-02-28 17:39:25 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-02-28 17:39:25 -0500 |
commit | 08547b036b8445e2318e14f1f03308105b01fc5b (patch) | |
tree | 1e153a255d1485aba7de50f862d23c674d3c9e97 /fs/cifs/CHANGES | |
parent | d47d7c1a850b867047fe17140fabd0376894e849 (diff) |
[CIFS] Add posix (advisory) byte range locking support to cifs client
Samba (version 3) server support for this is also currently being
done. This client code is in an experimental path (requires enabling
/proc/fs/cifs/Experimental) while it is being tested.
Signed-off-by: Steve French <sfrench@us.ibm.com>
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 cf846c73bc69..25d7df4a00c3 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -6,7 +6,9 @@ be followed (not just recognized). Fix wraparound of bcc on | |||
6 | read responses when buffer size over 64K and also fix wrap of | 6 | read responses when buffer size over 64K and also fix wrap of |
7 | max smb buffer size when CIFSMaxBufSize over 64K. Fix oops in | 7 | max smb buffer size when CIFSMaxBufSize over 64K. Fix oops in |
8 | cifs_user_read and cifs_readpages (when EAGAIN on send of smb | 8 | cifs_user_read and cifs_readpages (when EAGAIN on send of smb |
9 | on socket is returned over and over) | 9 | on socket is returned over and over). Add POSIX (advisory) byte range |
10 | locking support (requires server with newest CIFS UNIX Extensions | ||
11 | to the protocol implemented). | ||
10 | 12 | ||
11 | Version 1.40 | 13 | Version 1.40 |
12 | ------------ | 14 | ------------ |