Lines Matching refs:to
4 to more strictly handle corrupt frames.
8 Fix append problem to Samba servers (files opened with O_APPEND could
10 mounting to OS/400 Netserve. Fix oops in cifs_get_tcp_session.
14 cifs_put_smb_ses. Fix mmap to work on directio mounts (needed
20 Set s_maxbytes to smaller (the max that vfs can handle) so that
23 ntlmv2. Fix 2nd mount to same server but with different port to
34 uids to be overridden). Add support for scope mount parm. Improve
35 hard link detection to use same inode for both. Do not set
42 Guard against buffer overruns in various UCS-2 to UTF-8 string conversions
45 to DFS target. Convert string conversion functions from Unicode to more
49 session setup to distinguish multiple mounts to same server from different
51 flag to be set to 2, and mount must enable krb5 to turn on extended security).
52 Performance of file create to Samba improved (posix create on lookup
57 Improve support for multiple security contexts to the same server. We
58 used to use the same "vcnumber" for all connections which could cause
59 the server to treat subsequent connections, especially those that
61 user's smb session. This fix allows cifs to mount multiple times to the
64 to better ensure that we wait for server to write all of the data to
66 parameter to allow user to disable sending the (slow) SMB flush on
67 fsync if desired (fsync still flushes all cached write data to the server).
69 fails to support it properly, as with Samba server versions prior to 3.3.2)
73 to compare inode numbers on network files from big endian systems).
77 Add "forcemandatorylock" mount option to allow user to use mandatory
80 specified and user does not have access to query information about the
81 top of the share. Fix problem in 2.6.28 resolving DFS paths to
82 Samba servers (worked to Windows). Fix rmdir so that pending search
85 when using DFS. Add better file create support to servers which support
91 Various fixes to make delete of open files behavior more predictable
94 file to a temporary name). Add experimental support for more safely
95 handling fcntl(F_SETLEASE). Convert cifs to using blocking tcp
100 data can in some cases not get written to the file on the server before the
101 file is closed. Fix DFS parsing to properly handle path consumed field,
102 and to handle certain codepage conversions better. Fix mount and
110 Fix endian problems in acl (mode from/to cifs acl) on bigendian
112 files (e.g. "cp -a") to Windows servers. For mkdir and create honor setgid bit
114 create. Update cifs.upcall version to handle new Kerberos sec flags
117 authentication (requires setting SecurityFlags to 0x30030 to enable
118 lanman and plain text though). Fix writes to be at correct offset when
126 Disable temporary caching of mode bits to servers which do not support
128 mount option) and add new "dynperm" mount option to enable temporary caching
134 Fix oops on second mount to server when null auth is used.
137 cached files. Fix setxattr failure to certain Samba versions. Fix mount
138 of second share to disconnected server session (autoreconnect on this).
139 Add ability to modify cifs acls for handling chmod (when mounted with
142 mounted to Windows servers. Fix slow file open when cifsacl
148 Fix memory leak in statfs when mounted to very old servers (e.g.
150 which support the current POSIX Extensions to provide better semantics
153 ability to mount to IPC$ share (which allows CIFS named pipes to be
155 connect fails (e.g. due to signing negotiation failure) fix
156 leak that causes cifsd not to stop and rmmod to fail to cleanup
173 mount option to allow disabling the CIFS Unix Extensions for just
175 reopening file after session crash). Byte range unlock request to
182 IPv6 support. Enable ipv6 addresses to be passed on mount (put the ipv6
183 address after the "ip=" mount option, at least until mount.cifs is fixed to
184 handle DNS host to ipv6 name translation). Accept override of uid or gid
185 on mount even when Unix Extensions are negotiated (it used to be ignored
186 when Unix Extensions were ignored). This allows users to override the
190 to match what documentation said. Support for very large reads, over 127K,
191 available to some newer servers (such as Samba 3.0.26 and later but
193 time to a larger value which may hurt performance in some cases).
198 Fix mtime bouncing around from local idea of last write times to remote time.
201 (which we are about to overwrite anyway) when writing out file opened rw.
203 from read-only back to read-write, reflect this change in default file mode
205 Allow setting of attribute back to ATTR_NORMAL (removing readonly dos attribute
206 when archive dos attribute not set and we are changing mode back to writeable
210 mounted to windows. Add support for POSIX MkDir (slight performance
220 Seek to SEEK_END forces check for update of file size for non-cached
221 files. Allow file size to be updated on remote extend of locally open,
222 non-cached file. Fix reconnect to newer Samba servers (or other servers
231 Allow null user to be specified on mount ("username="). Do not return
232 EINVAL on readdir when filldir fails due to overwritten blocksize
235 not reporting whether the retry worked or not). Fix NTLMv2 to
236 work to Windows servers (mount with option "sec=ntlmv2").
244 to Windows servers now). Fix oops on mount to lanman servers
246 (SMB to query all EAs) if nouser_xattr specified. Fix SE Linux
253 Fix oops on ls to OS/2 servers. Add support for level 1 FindFirst
254 so we can do search (ls etc.) to OS/2. Do not send NTCreateX
256 (instead use legacy equivalents from LANMAN dialect). Fix to allow
263 POSIX locking to servers which support CIFS POSIX Extensions
266 to Unicode during mount. Fix memory leak in sess struct on reconnect.
267 Fix rare oops after acpi suspend. Fix O_TRUNC opens to overwrite on
273 Fix slow oplock break when mounted to different servers at the same time and
274 the tids match and we try to find matching fid on wrong server. Fix read
276 vs. rename race which could cause each to hang. Return . and .. even
277 if server does not. Allow searches to skip first three entries and
290 to the protocol implemented). Slow down negprot slightly in port 139
291 RFC1001 case to give session_init time on buggy servers.
305 stress on writes). Modify cifs Kconfig options to expose CONFIG_CIFS_STATS2
316 to be smaller at first (but increasing) so large write performance performance
319 allowing an SMBs TCP length to be up to a few bytes longer than it should be.
329 and this is followed by a rewind search to just before the deleted entry.
330 Do not attempt to set ctime unless atime and/or mtime change requested
332 to be more accurate. Fix big endian problem with mapchars mount option,
337 Add support for mounting to older pre-CIFS servers such as Windows9x and ME.
339 on mount (servernetbiosname). Add suspend support for power management, to
342 requests to the server (necessary for certain applications which break with
363 no longer needed). Fix readdir to ASCII servers (ie older servers
371 which was cached could cause the file's time stamp to be updated
384 unless server explicitly claims to support them in CIFS Unix extensions
386 different users from the same client to the same server. Fix oops in
389 of these seven reserved characters, except backslash, to be recognized).
390 Fix invalid transact2 message (we were sometimes trying to interpret
406 for inodes created in either path since servers are not always able to
412 Allow new nouser_xattr mount parm to disable xattr support for user namespace.
421 Fix capabilities flags for large readx so as to allow reads larger than 64K.
425 Add module init parm for large SMB buffer size (to allow it to be changed
429 SpnegoNegotiated returning invalid error. Fix case to retry better when
430 peek returns from 1 to 3 bytes on socket which should have more data.
431 Fixed path based calls (such as cifs lookup) to handle path names
433 from Samba server to DC (Samba required dummy LM password).
438 (unless built with the experimental flag) to fix hang with KDE
447 Add setfacl support to allow setting of ACLs remotely to Samba 3.10 and later
449 to EOPNOTSUPP when server does not support posix acls on the wire. Fix
454 Fix internationalization problem in cifs readdir with filenames that map to
456 for readdir to netapp servers. Fix search rewind (seek into readdir to return
458 buffer size to small to fit filename. Add support for reading POSIX ACLs from
465 to work which double check hardlinked files and have persistent inode numbers.
471 to reconnect on reverse of port 445. Treat reparse points (NTFS junctions)
476 Add config option to enable XATTR (extended attribute) support, mapping
477 xattr names in the "user." namespace space to SMB/CIFS EAs. Lots of
483 Add new mount parm to control whether mode check (generic_permission) is done
488 on mknod to match create and mkdir. Add optional mount parm to allow
491 user want the server to set the uid/gid on newly created files (rather than
498 (in build_wildcard_path_from_dentry). Fix mknod to pass type field
505 Fix /proc/fs/cifs/Stats and DebugData display to handle larger
506 amounts of return data. Properly limit requests to MAX_REQ (50
509 session to the same server (but with different userids) exists and one
519 to avoid oops in sendmsg if overlapping with reconnect. Do not
528 Fix prepare write of partial pages to read in data from server if possible.
530 cifsd process sometimes to hang around forever. Improve out of memory
545 Change to mempools for alloc smb request buffers and multiplex structs
546 to better handle low memory problems (and potential deadlocks).
556 Fix open of files in which O_CREATE can cause the mode to change in
559 hashing. Fix overwrite of Linux user's view of file mode to Windows servers.
568 Better port 139 support to Windows servers (RFC1001/RFC1002 Session_Initialize)
573 Fix reconnection (and certain failed mounts) to properly wake up the
576 to kernel log when application with open network files killed.
581 to the kernel log). Fix intermittent failure in connectathon
587 Allow file_mode and dir_mode (specified at mount time) to be enforced
596 testcases (including fsx, and even large file copy) to fail over time.
602 creation and file open to such servers. Fix semaphore conflict which causes
603 slow delete of open file to Samba (which unfortunately can cause an oplock
604 break to self while vfs_unlink held i_sem) which can hang for 20 seconds.
608 fixes to cifs_readpages for fsx test case
619 Connect to server when port number override not specified, and tcp port
620 unitialized. Reset search to restart at correct file when kernel routine
638 Gracefully clean up failed mounts when attempting to mount to servers such as
649 the support for CIFS Unix Extensions to be disabled via proc interface.
654 Fix unload_nls oops in a mount failure path. Serialize writes to same socket
665 Fix oops (in send_sig) caused by CIFS unmount code trying to
672 Fix problem reconnecting secondary mounts to same server after session
678 Fix to list processing in reopen_files. Fix reconnection when server hung
706 Fix oops on write to dead tcp session. Remove error log write for case when file open
717 Fix oops on big endian readdir. Set blksize to be even power of two (2**blkbits) to fix
727 Fix oops in mkdir when server fails to return inode info. Fix oops in reopen_files
728 during auto reconnection to server after server recovered from failure.
734 Enable oplock by default. Enable packet signing by default (needed to
739 Fix oops when mounting to long server names caused by inverted parms to kmalloc.
743 session to the same server (ip address) for a different mount which
749 code (distributed caching) to properly send response to oplock
757 packet signing to be required now. Fix statfs (stat -f)
758 which recently started returning errors due to
773 Fix errors displayed on failed mounts to be more understandable.
774 Fixed various incorrect or misleading smb to posix error code mappings.
778 Fix display of NTFS DFS junctions to display as symlinks.
781 of openfile linked list. Allow writebehind caching errors to
782 be returned to the application at file close.
786 Clean up options displayed in /proc/mounts by show_options to
791 Fix delete of readonly file to Windows servers. Reflect
794 Fix shortened results on readdir of large directories to
808 Add resume key support to search (readdir) code to workaround
821 Fix oops in get dfs referral (triggered when null path sent in to
827 Fix writepage code to release kmap on write data. Allow "-ip=" new
828 mount option to be passed in on parameter distinct from the first part
836 to make 2.4 and 2.5 versions more consistent.
844 kernel change to daemonize. Fix memory leak in readdir code which
856 Finish fixes to commit write for caching/readahead consistency. fsx
857 now works to Samba servers. Fix oops caused when readahead
862 Fix data corruption (in partial page after truncate) that caused fsx to
863 fail to Windows servers. Cleaned up some extraneous error logging in
875 (or other SMBSessSetup failure). Increase maximum buffer size to slightly
876 over 16K to allow negotiation of up to Samba and Windows server default read
882 to error logging (strip redundant newlines, change debug macros to ensure newline
883 passed in and to be more consistent). Fix writepage wrong file handle problem,
884 a readonly file handle could be incorrectly used to attempt to write out
885 file updates through the page cache to multiply open files. This could cause
886 the iozone benchmark to fail on the fwrite test. Fix bug mounting two different
887 shares to the same Windows server when using different usernames
888 (doing this to Samba servers worked but Windows was rejecting it) - now it is
889 possible to use different userids when connecting to the same server from a
905 Changed read and write to go through pagecache. Added additional address space operations.
911 the simultaneous operations counter (/proc/fs/cifs/SimultaneousOps) to increase on
916 Fix bigendian bug in order of time conversion. Merge 2.5 to 2.4 version. Formatting cleanup.
921 Also included a modified version of his fix to protect global list manipulation of
926 Fix problem with captive thread hanging around at unmount time. Adjust to 2.5.42-pre
927 changes to superblock layout. Remove wasteful allocation of smb buffers (now the send
932 More stylistic updates to better match kernel style. Add additional statistics
938 Replace call to sleep_on with safer wait_on_event.
939 Make stylistic changes to better match kernel style recommendations.
954 Fixes to setting of allocation size and file size.
994 …" (i.e. not encapsulated in SPNEGO) NTLMSSP (i.e. the Security Provider Interface used to negotiate
1001 Introduced optional mount helper utility mount.cifs and made coreq changes to cifs vfs to enable
1006 Rewrote much of connection and mount/unmount logic to handle bugs with
1007 multiple uses to same share, multiple users to same server etc.
1011 Fixed major problem with dentry corruption (missing call to dput)
1015 Rewrite of readdir code to fix bug. Various fixes for bigendian machines.
1016 Begin adding oplock support. Multiusermount and oplockEnabled flags added to /proc/fs/cifs
1025 Fixed 2.5 support to handle build and configure changes as well as misc. 2.5 changes. Now can build
1027 Support for STATUS codes (newer 32 bit NT error codes) added. DFS support begun to be added.
1037 1) Fixed lockrange to be correct (it was one byte too short)
1039 2) Fixed GETLK (i.e. the fcntl call to test a range of bytes in a file to see if locked) to correct…
1043 in most cases. Eventually will offer optional ability to query server for the correct perms.
1045 3) Fixed eventual trap when mounting twice to different shares on the same server when the first su…
1053 6) Moved negotiate, treeDisconnect and uloggoffX (only tConx and SessSetup remain in connect.c) to …