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