Lines Matching refs:when
11 Disable use of server inode numbers when server only
15 for OpenOffice when on forcedirectio mount e.g.)
22 and noforceuid mount parameters. Fix small mem leak when using
24 be allowed (rather than reusing the 1st port) - only when the
32 mount options (so that when negotiating unix extensions specifying
43 when the UTF-8 string is composed of unusually long (more than 4 byte) converted
79 support posix byte range locks. Fix query of root inode when prefixpath
84 removed directory. Fix oops in cifs_dfs_ref.c when prefixpath is not reachable
85 when using DFS. Add better file create support to servers which support
92 (when delete of an open file fails we mark the file as "delete-on-close"
99 when sending large SMBWriteX requests). Fix case in which a portion of
113 on parent directory when server supports Unix Extensions but not POSIX
118 lanman and plain text though). Fix writes to be at correct offset when
127 storing of mode (e.g. Windows servers, when client mounts without cifsacl
129 of mode (enable old behavior). Fix hang on mount caused when server crashes
134 Fix oops on second mount to server when null auth is used.
139 Add ability to modify cifs acls for handling chmod (when mounted with
141 with prefixpaths longer than one directory (one path component) when
142 mounted to Windows servers. Fix slow file open when cifsacl
143 enabled. Fix memory leak in FindNext when the SMB call returns -EBADF.
148 Fix memory leak in statfs when mounted to very old servers (e.g.
158 bigendian architectures. Fix possible memory corruption when
171 (helps with certain sharing violation cases when server such as
174 that mount. Fix hang on spinlock in find_writable_file (race when
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
187 default uid and gid for files when they are certain that the uids or
199 Fix hang (in i_size_read) when simultaneous size update of same remote file
201 (which we are about to overwrite anyway) when writing out file opened rw.
206 when archive dos attribute not set and we are changing mode back to writeable
208 attribute on chmod when adding any write permission (ie on any of
209 user/group/other (not all of user/group/other ie 0222) when
232 EINVAL on readdir when filldir fails due to overwritten blocksize
240 Do not time out lockw calls when using posix extensions. Do not
245 (win9x, os/2 etc.) when null password. Do not send listxattr
268 cifs open which helps rare case when setpathinfo fails or server does
273 Fix slow oplock break when mounted to different servers at the same time and
275 looping when signing required by server (2.6.16 kernel only). Fix readdir
285 read responses when buffer size over 64K and also fix wrap of
286 max smb buffer size when CIFSMaxBufSize over 64K. Fix oops in
287 cifs_user_read and cifs_readpages (when EAGAIN on send of smb
321 supports large readx/writex, even when directio mount flag not specified.
324 when experimental config flag enabled. Make cifsFYI more granular.
328 Fix readdir caching when unlink removes file in current search buffer,
353 search (readdir) output when resume filename was a long filename.
354 Fix filename conversion when mapchars mount option was specified and
362 recommended, unmount and rmmod cifs will kill them when they are
374 Cleanup response processing so cifsd can not loop when abnormally
380 Fix oops in ls when Transact2 FindFirst (or FindNext) returns more than one
385 POSIX ACL capability bit. Fix packet signing when multiuser mounting with
401 cifs stats. Fix oops in unmount when cifsd thread being killed by
403 consistently in readdir and lookup (when serverino mount option is
407 provide unique inode numbers when exporting multiple volumes from under one
427 when mounting with the directio mount option. Fix oops after
428 returning from mount when experimental ExtendedSecurity enabled and
429 SpnegoNegotiated returning invalid error. Fix case to retry better when
440 waiting on an SMB response) in SendReceive when session dies but
449 to EOPNOTSUPP when server does not support posix acls on the wire. Fix
457 non-consecutive entries). Do not do readdir when server negotiates
499 (block/char/fifo) properly. Remove spurious mount warning log entry when
501 inode for block and char devices when unix extensions enabled.
508 Do not kill cifsd (and thus hurt the other SMB session) when more than one
511 Do not loop reconnecting in cifsd demultiplex thread when admin
517 cached write behind data when reopening a file after session abend,
518 except when already in write. Grab per socket sem during reconnect
536 Fix oops in build_path_from_dentry when out of memory. Add checks for invalid
550 Fix incomplete listings of large directories on Samba servers when Unix
551 extensions enabled. Fix oops when smb_buffer can not be allocated. Fix
552 rename deadlock when writing out dirty pages at same time.
576 to kernel log when application with open network files killed.
583 inode metadata can be incorrectly kept cached when time near zero)
612 Fix caching data integrity bug when extending file size especially when no
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
625 Fix caching problem when files opened by multiple clients in which
627 not occur often enough while file was still open when read ahead
628 (read oplock) not allowed. Treat "sep=" when first mount option
638 Gracefully clean up failed mounts when attempting to mount to servers such as
644 Invalidate local inode cached pages on oplock break and when last file
647 when server drops the tcp session prematurely before negotiate
648 protocol response. Fix oops in reopen_file when dentry freed. Allow
655 which also fixes any possible races when cifs signatures are enabled in SMBs
673 failure. Fix invalid dentry - race in mkdir when directory gets created
678 Fix to list processing in reopen_files. Fix reconnection when server hung
695 Fix oops in reopen_files when invalid dentry. drop dentry on server rename
697 on create hard link when server does not support them.
706 Fix oops on write to dead tcp session. Remove error log write for case when file open
727 Fix oops in mkdir when server fails to return inode info. Fix oops in reopen_files
739 Fix oops when mounting to long server names caused by inverted parms to kmalloc.
740 Fix MultiuserMount (/proc/fs/cifs configuration setting) so that when enabled
764 Fix oops on stopping oplock thread when removing cifs when
821 Fix oops in get dfs referral (triggered when null path sent in to
857 now works to Samba servers. Fix oops caused when readahead
874 Fix temporary socket leak when bad userid or password specified
881 Fix oops when username not passed in on mount. Extensive fixes and improvements
887 shares to the same Windows server when using different usernames
889 possible to use different userids when connecting to the same server from a
890 Linux client. Fix oops when treeDisconnect called during unmount on
1040 show range as locked when there is a conflict with an existing lock.
1045 3) Fixed eventual trap when mounting twice to different shares on the same server when the first su…