diff options
author | Steve French <sfrench@us.ibm.com> | 2005-08-24 17:01:13 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-08-24 17:01:13 -0400 |
commit | c0c3e8edaabcb6cf6786226813cf087ad21f0743 (patch) | |
tree | 1a0da19cbcbbe78be105f70bf7cc99d4143d2a71 /fs/cifs/CHANGES | |
parent | a45443475835ab4d1c753159812aca21b5c333a3 (diff) |
CIFS: Fix typos in fs/cifs/CHANGES
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 299ed312cea5..340b4ffb3493 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
@@ -1,6 +1,6 @@ | |||
1 | Version 1.36 | 1 | Version 1.36 |
2 | ------------ | 2 | ------------ |
3 | Add support for moounting to older pre-CIFS servers such as Windows9x and ME. | 3 | Add support for mounting to older pre-CIFS servers such as Windows9x and ME. |
4 | For these older servers, add option for passing netbios name of server in | 4 | For these older servers, add option for passing netbios name of server in |
5 | on mount (servernetbiosname). | 5 | on mount (servernetbiosname). |
6 | Add mount option for disabling the default behavior of sending byte range lock | 6 | Add mount option for disabling the default behavior of sending byte range lock |
@@ -26,7 +26,7 @@ Do not oops if root user kills cifs oplock kernel thread or | |||
26 | kills the cifsd thread (NB: killing the cifs kernel threads is not | 26 | kills the cifsd thread (NB: killing the cifs kernel threads is not |
27 | recommended, unmount and rmmod cifs will kill them when they are | 27 | recommended, unmount and rmmod cifs will kill them when they are |
28 | no longer needed). Fix readdir to ASCII servers (ie older servers | 28 | no longer needed). Fix readdir to ASCII servers (ie older servers |
29 | which do not support Unicode) and also require asterik. | 29 | which do not support Unicode) and also require asterisk. |
30 | Fix out of memory case in which data could be written one page | 30 | Fix out of memory case in which data could be written one page |
31 | off in the page cache. | 31 | off in the page cache. |
32 | 32 | ||
@@ -116,7 +116,7 @@ improperly zeroed buffer in CIFS Unix extensions set times call. | |||
116 | 116 | ||
117 | Version 1.25 | 117 | Version 1.25 |
118 | ------------ | 118 | ------------ |
119 | Fix internationlization problem in cifs readdir with filenames that map to | 119 | Fix internationalization problem in cifs readdir with filenames that map to |
120 | longer UTF8 strings than the string on the wire was in Unicode. Add workaround | 120 | longer UTF8 strings than the string on the wire was in Unicode. Add workaround |
121 | for readdir to netapp servers. Fix search rewind (seek into readdir to return | 121 | for readdir to netapp servers. Fix search rewind (seek into readdir to return |
122 | non-consecutive entries). Do not do readdir when server negotiates | 122 | non-consecutive entries). Do not do readdir when server negotiates |
@@ -291,7 +291,7 @@ Fix caching problem when files opened by multiple clients in which | |||
291 | page cache could contain stale data, and write through did | 291 | page cache could contain stale data, and write through did |
292 | not occur often enough while file was still open when read ahead | 292 | not occur often enough while file was still open when read ahead |
293 | (read oplock) not allowed. Treat "sep=" when first mount option | 293 | (read oplock) not allowed. Treat "sep=" when first mount option |
294 | as an overrride of comma as the default separator between mount | 294 | as an override of comma as the default separator between mount |
295 | options. | 295 | options. |
296 | 296 | ||
297 | Version 1.01 | 297 | Version 1.01 |
@@ -301,7 +301,7 @@ Allow passwords longer than 16 bytes. Allow null password string. | |||
301 | Version 1.00 | 301 | Version 1.00 |
302 | ------------ | 302 | ------------ |
303 | Gracefully clean up failed mounts when attempting to mount to servers such as | 303 | Gracefully clean up failed mounts when attempting to mount to servers such as |
304 | Windows 98 that terminate tcp sessions during prototocol negotiation. Handle | 304 | Windows 98 that terminate tcp sessions during protocol negotiation. Handle |
305 | embedded commas in mount parsing of passwords. | 305 | embedded commas in mount parsing of passwords. |
306 | 306 | ||
307 | Version 0.99 | 307 | Version 0.99 |
@@ -310,7 +310,7 @@ Invalidate local inode cached pages on oplock break and when last file | |||
310 | instance is closed so that the client does not continue using stale local | 310 | instance is closed so that the client does not continue using stale local |
311 | copy rather than later modified server copy of file. Do not reconnect | 311 | copy rather than later modified server copy of file. Do not reconnect |
312 | when server drops the tcp session prematurely before negotiate | 312 | when server drops the tcp session prematurely before negotiate |
313 | protocol response. Fix oops in roepen_file when dentry freed. Allow | 313 | protocol response. Fix oops in reopen_file when dentry freed. Allow |
314 | the support for CIFS Unix Extensions to be disabled via proc interface. | 314 | the support for CIFS Unix Extensions to be disabled via proc interface. |
315 | 315 | ||
316 | Version 0.98 | 316 | Version 0.98 |
@@ -652,7 +652,7 @@ versions of 2.4 kernel (now builds and works again on kernels at least as early | |||
652 | Version 0.41 | 652 | Version 0.41 |
653 | ------------ | 653 | ------------ |
654 | Various minor fixes for Connectathon Posix "basic" file i/o test suite. Directory caching fixed so hardlinked | 654 | Various minor fixes for Connectathon Posix "basic" file i/o test suite. Directory caching fixed so hardlinked |
655 | files now return the correct rumber of links on fstat as they are repeatedly linked and unlinked. | 655 | files now return the correct number of links on fstat as they are repeatedly linked and unlinked. |
656 | 656 | ||
657 | Version 0.40 | 657 | Version 0.40 |
658 | ------------ | 658 | ------------ |
@@ -719,7 +719,7 @@ session) | |||
719 | and cleaned them up and made them more consistent with other cifs functions. | 719 | and cleaned them up and made them more consistent with other cifs functions. |
720 | 720 | ||
721 | 7) Server support for Unix extensions is now fully detected and FindFirst is implemented both ways | 721 | 7) Server support for Unix extensions is now fully detected and FindFirst is implemented both ways |
722 | (with or without Unix exentions) but FindNext and QueryPathInfo with the Unix extensions are not completed, | 722 | (with or without Unix extensions) but FindNext and QueryPathInfo with the Unix extensions are not completed, |
723 | nor is the symlink support using the Unix extensions | 723 | nor is the symlink support using the Unix extensions |
724 | 724 | ||
725 | 8) Started adding the readlink and follow_link code | 725 | 8) Started adding the readlink and follow_link code |