diff options
author | Steve French <sfrench@us.ibm.com> | 2007-06-24 14:30:48 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-06-24 14:30:48 -0400 |
commit | 75865f8cc8b38c30c3923b74de4b29a00cc4c0e4 (patch) | |
tree | ec4c6322e739362f4b666fbe0fccbb14c4baaaa7 /fs/cifs/CHANGES | |
parent | 75154f402ef18e459ff97ddece25656b6c2b329c (diff) |
[CIFS] Add in some missing flags and cifs README and TODO corrections
Signed-off-by: Steve French <sfrench@us.ibm.com>
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 a9b6bc5157b8..b4d388d2b524 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -8,7 +8,10 @@ when Unix Extensions were ignored). This allows users to override the | |||
8 | default uid and gid for files when they are certain that the uids or | 8 | default uid and gid for files when they are certain that the uids or |
9 | gids on the server do not match those of the client. Make "sec=none" | 9 | gids on the server do not match those of the client. Make "sec=none" |
10 | mount override username (so that null user connection is attempted) | 10 | mount override username (so that null user connection is attempted) |
11 | to match what documentation said. | 11 | to match what documentation said. Support for very large reads, over 127K, |
12 | available to some newer servers (such as Samba 3.0.26 and later but | ||
13 | note that it also requires setting CIFSMaxBufSize at module install | ||
14 | time to a larger value which may hurt performance in some cases). | ||
12 | 15 | ||
13 | Version 1.48 | 16 | Version 1.48 |
14 | ------------ | 17 | ------------ |