linux_dsm_epyc7002/fs/cifs
Pavel Shilovsky 3349c3a79f CIFS: Check for reconnects before sending async requests
The reconnect might have happended after we obtained credits
and before we acquired srv_mutex. Check for that under the mutex
and retry an async operation if the reconnect is detected.

Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
2019-03-05 18:10:01 -06:00
..
asn1.c
cache.c
cifs_debug.c cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugData 2019-01-24 14:52:06 -06:00
cifs_debug.h
cifs_dfs_ref.c
cifs_fs_sb.h smb3: make default i/o size for smb3 mounts larger 2019-03-04 20:05:35 -06:00
cifs_ioctl.h
cifs_spnego.c
cifs_spnego.h
cifs_unicode.c
cifs_unicode.h
cifs_uniupr.h
cifsacl.c
cifsacl.h
cifsencrypt.c
cifsfs.c smb3: make default i/o size for smb3 mounts larger 2019-03-04 20:05:35 -06:00
cifsfs.h cifs: update internal module version number 2019-01-31 07:05:06 -06:00
cifsglob.h CIFS: Respect reconnect in non-MTU credits calculations 2019-03-05 18:10:01 -06:00
cifspdu.h
cifsproto.h CIFS: Check for reconnects before sending async requests 2019-03-05 18:10:01 -06:00
cifssmb.c CIFS: Check for reconnects before sending async requests 2019-03-05 18:10:01 -06:00
connect.c CIFS: Respect reconnect in MTU credits calculations 2019-03-05 18:10:01 -06:00
dfs_cache.c cifs: Fix a tiny potential memory leak 2019-01-10 14:32:30 -06:00
dfs_cache.h
dir.c
dns_resolve.c
dns_resolve.h
export.c
file.c CIFS: Respect reconnect in MTU credits calculations 2019-03-05 18:10:01 -06:00
fscache.c
fscache.h
inode.c smb3: make default i/o size for smb3 mounts larger 2019-03-04 20:05:35 -06:00
ioctl.c
Kconfig
link.c cifs: replace snprintf with scnprintf 2019-03-04 20:05:34 -06:00
Makefile
misc.c
netmisc.c
nterr.c
nterr.h
ntlmssp.h
readdir.c
rfc1002pdu.h
sess.c
smb1ops.c CIFS: Respect reconnect in MTU credits calculations 2019-03-05 18:10:01 -06:00
smb2file.c cifs: Fix potential OOB access of lock element array 2019-01-11 07:14:40 -06:00
smb2glob.h
smb2inode.c CIFS: Fix mounts if the client is low on credits 2019-01-24 14:52:06 -06:00
smb2maperror.c
smb2misc.c CIFS: Do not reset lease state to NONE on lease break 2019-03-04 20:05:35 -06:00
smb2ops.c CIFS: Respect reconnect in MTU credits calculations 2019-03-05 18:10:01 -06:00
smb2pdu.c CIFS: Check for reconnects before sending async requests 2019-03-05 18:10:01 -06:00
smb2pdu.h cifs: limit amount of data we request for xattrs to CIFSMaxBufSize 2019-01-29 16:17:25 -06:00
smb2proto.h
smb2status.h
smb2transport.c CIFS: Do not skip SMB2 message IDs on send failures 2019-03-04 20:06:12 -06:00
smbdirect.c cifs: replace snprintf with scnprintf 2019-03-04 20:05:34 -06:00
smbdirect.h
smbencrypt.c
smberr.h
smbfsctl.h
trace.c smb3: Cleanup license mess 2019-01-24 09:37:33 -06:00
trace.h smb3: Cleanup license mess 2019-01-24 09:37:33 -06:00
transport.c CIFS: Check for reconnects before sending async requests 2019-03-05 18:10:01 -06:00
winucase.c
xattr.c