kernel_optimize_test/fs/cifs
Pavel Shilovsky 9a1c67e8d5 CIFS: Adjust MTU credits before reopening a file
Currently we adjust MTU credits before sending an IO request
and after reopening a file. This approach doesn't allow the
reopen routine to use existing credits that are not needed
for IO. Reorder credit adjustment and reopening a file to
use credits available to the client more efficiently. Also
unwrap complex if statement into few pieces to improve
readability.

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_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: Adjust MTU credits before reopening a file 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
dfs_cache.h
dir.c
dns_resolve.c
dns_resolve.h
export.c
file.c CIFS: Adjust MTU credits before reopening a file 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
smb2glob.h
smb2inode.c
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: Adjust MTU credits before reopening a file 2019-03-05 18:10:01 -06:00
smb2pdu.c CIFS: Adjust MTU credits before reopening a file 2019-03-05 18:10:01 -06:00
smb2pdu.h
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
trace.h
transport.c CIFS: Check for reconnects before sending compound requests 2019-03-05 18:10:01 -06:00
winucase.c
xattr.c